I am new to MySQL and I am looking for answers to the following questions:
a) Can I use a MySQL community server for a key-value database?
b) Which MySQL engine is best for a key-value database?
c) Is a MySQL cluster mandatory for horizontally scaling a key-based data store or can it be obtained using MySQL replication?
d) Are there any documents or documents for best practices when implementing a data warehouse with key values ββin MySQL?
e) Are there any known large implementations, other than friendfeed, that make a key-value pair using MySQL?
source
share