Python for REAL Projects ?

Cees de Groot cg at gaia.intranet.cdegroot.com
Tue Dec 19 06:52:30 EST 2000


Steve Holden <sholden at holdenweb.com> said:
>Personally I wouldn't use MySQL for commercial projects, because of its lack
>of support for transactions and referential integrity constraints.  The
>former is slated for implementation at a later date, but the latter appears
>to be regarded as a feature by MySQL users - at least according to comments
>I have seen to the effect that "these can easily be maintained by the
>application" (in New Riders' "MySQL").  I don't know whether this is typical
>of the MySQL community.
>
Probably. But then, I think mySQL is used for 99.9% in web environment,
where you often have a different transaction model and mySQL's concept
of atomic operations work quite well. You need to be a little bit more
aware of some issues, but the payoff in performance is often worth
it for websites with unpredictable loads.

-- 
Cees de Groot               http://www.cdegroot.com     <cg at cdegroot.com>
GnuPG 1024D/E0989E8B 0016 F679 F38D 5946 4ECD  1986 F303 937F E098 9E8B



More information about the Python-list mailing list