You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mocchira
changed the title
[leo_mq] Replace bitcask used by leo_mq behind the scene with an appropriate one
[bitcask][leo_mq] Replace bitcask used by leo_mq behind the scene with an appropriate one
Dec 9, 2015
I've considered we fix this issue. I'll replace leo_backend_db_bitcask with leo_backend_db_eleveldb because I only implement a feature of management of a # of keys.
As the number of elements in a bitcask have increased,
Its performance can be degrade due to the fact it's unordered.
Creating a module wrapping leveldb is one of the solutions like the below.
https://github.com/wavii/darner/blob/master/src/queue/queue.cpp
The text was updated successfully, but these errors were encountered: