A few days I wrote a bit on my first results of comparing
MySQL with MongoDB as a Key-Value Store, something that has been
going on for way to long, but I am not finished yet. Last time I
used MySQL Embedded Library to bypass the MySQL Client Server
protocol to see what the overhead was, and the result was that it
is big (and again, note that the same networking was used with
MongoDB and I was also using Unix Domain Sockets, as well as
plain TCP/IP, so don't ask me to fix any network issues I might
have). Using Embedded Server with InnoDB was actually faster than
using MongoDB, some 3 times faster compared to using the client /
server protocol.
That one out of the way, I now wanted to see what I could get if
I used the storage engine that was fastest in Client / Server
mode, MEMORY. That took a while to fix, as to have an …
Showing entries 1 to 1
Aug
27
2012
Showing entries 1 to 1