Théo Crevon
Théo Crevon
Documentation lacks some sections: - [x] Performances notes - [ ] Writing a client - [ ] Good practices : - [ ] When doing atomic read/writes, prefer MGet and...
Ctrl-c should be ignored, and force prompt refresh. Ctrl-d should force to quit.
Best use case of Elevator would be to shard different databases over different physical disk to reduce the disk seeks footprint. [Bioql](http://bioql.com/) does shard its datasets over multiple disk. It...
Should repair every db in the database store. A specific database store should be specifiable as an argument.
Implies the usage of a dedicated repairing worker. The process should look like this : \* Client sends a request, which raises a LevelDBError Corruption \* The worker which received...