in reply to Re: PERL/CGI Performance
in thread Perl/CGI Performance for a Shopping Cart
I've heard so many horror stories about late night mistakes like forgetting about WHERE part of UPDATE or DELETE queries that I don't think that SQL database is any safer than filesystem in this respect. In reallity no matter what database backend you use backups are must have for important data.
The latest stable release doesnt support transactions
Not true (for quite long time) with InnoDB table type which is part of source MySQL distro and part of MySQL-Max binary distro.
--
Ilya Martynov
(http://martynov.org/)
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: PERL/CGI Performance
by Tomte (Priest) on Jul 30, 2002 at 17:12 UTC | |
by Ryszard (Priest) on Jul 31, 2002 at 07:29 UTC |