oleiade / Elevator

Elevator is an open source, on-disk key-value store. Provides high-performance bulk read-write operations over very large datasets while exposing a simple and efficient API.
http://elevator.readthedocs.org
MIT License
71 stars 12 forks source link

Use plyvel instead? #59

Closed oleiade closed 11 years ago

oleiade commented 11 years ago

level-py is far more slow actually, and already met a segfault on a huge batch after few tests.

oleiade commented 11 years ago

But plyvel seems to be a good alternative : written in cython, performant, stable, and under heavy development.

oleiade commented 11 years ago

WorkInProgress

See branch feature/plyvel

oleiade commented 11 years ago

Implemented and merged in devel. Good to go for version 0.5.

wbolster commented 11 years ago

Rock on. :-)

oleiade commented 11 years ago

Hehe!

Seems to behave well until now. Will be brought to production on Botify's infrastructure before week-end. The BIG moment :dancers:

wbolster commented 11 years ago

Any issues/wishes wrt Plyvel so far?

oleiade commented 11 years ago

Plyvel is officially Elevator's 0.5 db backend \o/

Everything seems to go well until now. Will keep you up with the production stage : performances/stability