MYSQL KEY-VALUE PAIR Viability
Posted
by Amit
on Stack Overflow
See other posts from Stack Overflow
or by Amit
Published on 2010-03-17T19:38:02Z
Indexed on
2010/03/17
19:51 UTC
Read the original article
Hit count: 355
Hi,
I am new to mysql and I am looking for some answers to the follwoing questions:
a) Can mysql community server can be leveraged for a key-value pair type database.??
b) Which mysql engine is best suited for a key-value pair type database ??
c) Is Mysql cluster a must for horizontal scaling of key-value based datastore or can it be acheived using MySQL replication??
d) Are there any docs or whitepapers for best practices when implementiing a kv datastore on mysql??
e) Are there any known big implementations other that friendfeed doing kv pair using MYSQL??
Would really appreciate some advise from all you Mysql gurus out there !!
Thanks In Advance, Amit
© Stack Overflow or respective owner