Distributed transactional key-value database, originally created to complement TiDB
-
Updated
Nov 10, 2020 - Rust
{{ message }}
Distributed transactional key-value database, originally created to complement TiDB
SSDB - A fast NoSQL database, an alternative to Redis
Pika is a nosql compatible with redis, it is developed by Qihoo's DBA and infrastructure team
A redis protocol compatible nosql, it support multiple storage engines as backend like Google's LevelDB, Facebook's RocksDB, OpenLDAP's LMDB, PerconaFT, WiredTiger, ForestDB.
Distributed transactional NoSQL database, Redis protocol compatible using tikv as backend
FastoNoSQL is a crossplatform Redis, Memcached, SSDB, LevelDB, RocksDB, UnQLite, LMDB, ForestDB, Pika, Dynomite, KeyDB GUI management tool.
Hi, I'm just investigating the implementation, and one thing that would really help is adding comments for each of the main structs. It shouldn't take too much time for someone that already knows what is what, and greatly speeds up navigating around.
Thanks!
Yet another distributed fault-tolerant key-value database Compatible with Redis written in Golang.
A distributed key-value store. On Disk. Able to grow or shrink without service interruption.
Resolving this issue involves going through the handlers in the modules/ tree alongside the matrix client and server specification to flag methods required to be rate-limited. Currently some are, but many are not.
Example of a method with the flag:
resource::method
method
{
resource, "GET", handler,
{
method.REQUIRES_AUTH |
method.RATE_LIMITED
}
};
`
Pure C++ Node.js RocksDB binding. An abstract-leveldown compliant store.
A standalone lightweight full-text search engine built on top of blevesearch and Go with multiple storage (scorch, boltdb, leveldb, badger)
Benchmark Tools for Leveldb/LeveldbJni/Rocksdb, 其中RocksDB 模块已MR至 Facebook 开源项目
Kedis-Server is a Redis-Protocol compatible persistance NoSQL with RocksDB as its storage engine
VidarDB engine is a modern embedded key-value store with a versatile storage engine. It is a lineage of LevelDB and RocksDB, but with support of various workloads.
Yet another distributed kvstore support redis data and index. moved to: https://github.com/youzan/ZanRedisDB
Add a description, image, and links to the rocksdb topic page so that developers can more easily learn about it.
To associate your repository with the rocksdb topic, visit your repo's landing page and select "manage topics."
2 * X queries vs. 1
currently a single transaction with a batch
Xof documents does2 * XSQL queries.it looks whether the document exists first and then inserts or updates it: