Databases supporting parallel processing across multiple servers

Posted by David on Server Fault See other posts from Server Fault or by David
Published on 2010-03-12T15:16:15Z Indexed on 2010/03/12 15:27 UTC
Read the original article Hit count: 421

Filed under:
|
|

I need a database engine that can utilize multiple servers for processing a single SQL query in parallel. So far I know that this is possible with the some engines, though none of them are feasible for me either because of pricing or missing features. The engines currently known to me are:

  • MS SQL (enterprise)
  • DB2 (enterprise)
  • Oracle (enterprise)
  • GridSQL
  • Greenplum

© Server Fault or respective owner

Related posts about rdbms

Related posts about databases