Dmitry Simonenko
Dmitry Simonenko
Thats a good idea, but No. It is a little more complicated than this. Upsert statements are also take part in the transactional visibility. This means that merged values might...
Ok, Thanks for your Interest :) multi-part key might be confusing name. Idea behind it is to provide 'compound key'. Where a compound key is a key that consists of...
**I wonder how this actually works out in practice** Document and key-value format always assume that your keys/value or whole document is serialized in one continuous region. That is also...
@jwerle that is nice! welcome to the tools list on the website ;) hey guys) your are talking about asynchronous master-slave replication. This is quite highlevel feature, which usually are...
@saghul Thanks! I'll do my best) @Unitech Thanks!) also, i'l publish vs. lmdb benchmarks soon ;) Yeah, that is interesting. I think overall application-server design, like nodejs, gives a lot...
that is great! i would like to see it in action) Also, i'm glad to help with any possible issues regarding embedding, which require any modifications or just for a...
Hello Howard, thanks for sharing the benchmark :) I have a questions regarding it: looking at http://symas.com/mdb/microbench/db_bench_mdb.cc ReadRandom() function: What i see, is that it opens a single transaction and...
@AlexSnet thanks! I have an idea to maintain different branch which would only contain pre-build sophia.c and sophia.h files. It could be updated and pushed automatically on any commit to...
Hi, yes sophia support search by prefix and is capable to store billions of records. 1. currently sophia does not support access from multiple processes, but do so for threads....
This depends on your case. Sophia can support different databases using single environment. Each database will have it's own directory. Several databases can be involved in a transactions. But this...