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

java - How to pass parameters between Request-Scoped Controllers? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -