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 > General > Database Concepts & Design > Not sure which Database to use

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-04-03, 15:46
McDuff McDuff is offline
Registered User
 
Join Date: Jul 2003
Posts: 4
Not sure which Database to use

I currently am using MySQL with MyISAM and InnoDB tables. The database is used for a large set of message boards (30,000 boards and 10 million posts).

The problem is a rare slower query takes a few seconds to complete, while it runs other queries get stuck behind and MySQL reaches its max connection limit. I have optimized the database design, the queries, and mysql's configuration.

So now I am looking for an alternative:
Needs to have something other than table level locks. InnoDB did this but uses more RAM than MyISAM.
Needs to live with limited RAM (1GB).
Should be under $1000 a year for a license.
Reply With Quote
  #2 (permalink)  
Old 12-11-03, 17:20
ika ika is offline
Registered User
 
Join Date: Oct 2003
Location: Slovakia
Posts: 482
Re: Not sure which Database to use

Quote:
Originally posted by McDuff
I currently am using MySQL with MyISAM and InnoDB tables. The database is used for a large set of message boards (30,000 boards and 10 million posts).

The problem is a rare slower query takes a few seconds to complete, while it runs other queries get stuck behind and MySQL reaches its max connection limit. I have optimized the database design, the queries, and mysql's configuration.

So now I am looking for an alternative:
Needs to have something other than table level locks. InnoDB did this but uses more RAM than MyISAM.
Needs to live with limited RAM (1GB).
Should be under $1000 a year for a license.
Speed of database engine also depends on operating system.
I am using MySQL and i have cca 4GB database without speed problems.
If you are using Windows try to migrate to Unix like OS. Be familiar with it and tune it.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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