Level / community

Discussion, support and common information for projects in the community.
MIT License
43 stars 15 forks source link

leveldown to remote database #97

Closed askucher closed 3 years ago

askucher commented 3 years ago

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

Performance is highly important!

vweevers commented 3 years ago

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