Quote:
Originally posted by george5006
We are in the process of trying to decide whether to use MySQL or MaxDB for our project. MaxDB is appealing because it supports stored procedures and sub queries. However, where are concerned about MaxDB performance.
Is there any benchmark data available that compares the performance of MySQL and MaxDB?
If anybody had any experience with this issue, your input will be greatly appreciated.
|
There are subselects supported by MySQL but you need to install 4.1.x version.
Stored procedures are supported from 5.0 version but keep in mind 5.0 is an alpha release.
MaxDB is very good DB but if you don't have experience with it choose MySQL for your project.