Are there any easy to use distributed relational databases? -



Are there any easy to use distributed relational databases? -

i've been talking 1 of friends distributed relational databases, using defintion:

supports relational database (sql, acid) distributed (multiple servers) automatic (or automatic-ish) -- install programme on multiple servers, give them whatever info need communicate (ip addresses), , figure out how distribute things automatically

(3) part doesn't seem done anywhere. can sharding, need code in application figure out server talk to. i'm looking memcached, relational database (memcached key-value), , acid-compliant (memcached in-memory only, , doesn't have transactions).

obviously incredibly complicated well, surprises me can't see find examples of beingness done.

teradata provides sold appliance. have automatically sharded acid , sql compliant rdbms have purchase nodes them.

database relational-database distributed

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -