Comment on Friendly: NoSQL With MySQL in RubyComments−astine16yThis reminds me of Elephant, a CL OODBMS that can use Postgres as a key/value store backend. OODBs, document stores, et al. are useful but using a complete RDBMS as a backend is both overkill and inefficient in my opinion.−smanek16yYeah, there is a reason Elephant is nearly an order of magnitude faster when run on Berkeley DB.
Comments
This reminds me of Elephant, a CL OODBMS that can use Postgres as a key/value store backend. OODBs, document stores, et al. are useful but using a complete RDBMS as a backend is both overkill and inefficient in my opinion.
Yeah, there is a reason Elephant is nearly an order of magnitude faster when run on Berkeley DB.