If you are looking to compare MySQL to other databases check out.

http://www.mysql.com/information/crash-me.php
and
http://www.mysql.com/information/benchmarks.html

-----Original Message-----
From: Benjamin S. Rogers [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 15, 2001 9:22 AM
To: Fusebox
Subject: RE: mySQL


For most people transactions will not be a large issue. What I find more
difficult to work around is the lack of sub-queries, unions and views, which
we use regularly throughout our code. In addition, MySQL is missing many
structural elements such as column default values and foreign keys.

You can generally work around the lack of stored procedures, row level
locking, transactions, triggers, etc., just as you can work around the
issues mentioned above, but I find that operations like sub-selects and
foreign keys are more intrinsic to many of the applications we code daily.

Benjamin S. Rogers
Web Developer, c4.net
Voice: (508) 240-0051
Fax: (508) 240-0057

-----Original Message-----
From: Shawn Epling [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 15, 2001 8:01 AM
To: Fusebox
Subject: OT: mySQL


Sorry for the OT, but I'm just curious as to weather
or not anyone is using mySQL and their opinions about
using it as an alternative to SQL Server ($$$$$$).

I've been doing some testing with table locking etc.
but I would be very interested in hearing how others
are coding around transactions.

Shawn
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to