Level / community

Discussion, support and common information for projects in the community.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

leveldown to remote database

askucher opened this issue · comments

Hey. How to use level cross different processes? For instance when I want to use RocksDB

Performance is highly important!

RocksDB supports multiple readers, with the readOnly option . For multiple writers, you might like level-party and alternatives.