If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > MySQL vs. MaxDB

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-12-04, 20:56
george5006 george5006 is offline
Registered User
 
Join Date: Mar 2004
Posts: 3
MySQL vs. MaxDB

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.
Reply With Quote
  #2 (permalink)  
Old 03-13-04, 03:08
ika ika is offline
Registered User
 
Join Date: Oct 2003
Location: Slovakia
Posts: 482
Re: MySQL vs. MaxDB

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.
Reply With Quote
  #3 (permalink)  
Old 03-15-04, 11:28
george5006 george5006 is offline
Registered User
 
Join Date: Mar 2004
Posts: 3
Re: MySQL vs. MaxDB

Thanks for your reply,

I was wondering, what is the reason that you are recommending to choose MySQL over MaxDB?

Quote:
Originally posted by ika
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.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On