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 > Most Efficient Multi-Connection DBS:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-21-08, 13:53
shortaug shortaug is offline
Registered User
 
Join Date: Jan 2008
Posts: 6
Most Efficient Multi-Connection DBS:

I have done some preliminary research into open source database systems and am in need of some community advice.

I am searching for a highly efficient multi-connection DBS. By multi-connection, I am referring to the potential to have multiple-hundreds of concurrent requests to the database, some of which may make calls to same table tuples.

Any assistance, advice, or information is welcome.

Thank you.
Reply With Quote
  #2 (permalink)  
Old 01-21-08, 14:03
blindman blindman is offline
World Class Flame Warrior
 
Join Date: Jun 2003
Location: Ohio
Posts: 11,726
Really, any of the top-tier database servers should be able to handle this. SQL Server, Oracle, maybe even MySQL.
__________________
If it's not practically useful, then it's practically useless.

blindman
www.chess.com: "sqlblindman"
Reply With Quote
  #3 (permalink)  
Old 01-21-08, 15:52
loquin loquin is offline
Super Moderator
 
Join Date: Jun 2004
Location: Arizona, USA
Posts: 1,797
Here are some interesting results from an article that Tweakes.Net did. They were loading various multicore servers with many concurrent connections. Now, the focus of the article is the server comparison, but, they also found some interesting results in comparing the database servers (MySQL 4 & 5, and PostgreSQL 8.)

http://tweakers.net/reviews/657
__________________
Lou
使大吃一惊
"Lisa, in this house, we obey the laws of thermodynamics!" - Homer Simpson
"I have my standards. They may be low, but I have them!" - Bette Middler
"It's a book about a Spanish guy named Manual. You should read it." - Dilbert

Reply With Quote
  #4 (permalink)  
Old 01-22-08, 06:54
Diabolic Diabolic is offline
Registered User
 
Join Date: Jul 2007
Posts: 96
Quote:
Originally Posted by loquin
Here are some interesting results from an article that Tweakes.Net did. They were loading various multicore servers with many concurrent connections. Now, the focus of the article is the server comparison, but, they also found some interesting results in comparing the database servers (MySQL 4 & 5, and PostgreSQL 8.)

http://tweakers.net/reviews/657
Interesting indeed...
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