Comment on Using MySQL as a NoSQL - A story for exceeding 750,000 qps on a commodity serverparentComments−jdub15yThe latest release of PosgreSQL includes hstore:http://www.postgresql.org/docs/current/static/hstore.html−quassnoi15yThis is a single-value KVS within a field, not a replacement for SQL. You still need to write an SQL statement to access it.
Comments
The latest release of PosgreSQL includes hstore:
http://www.postgresql.org/docs/current/static/hstore.html
This is a single-value KVS within a field, not a replacement for SQL. You still need to write an SQL statement to access it.