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
Hi,
I searched for gitter channel to chat and ask my questions, i did not find - i think it can help grow the community.
for my question i read in the readme that this package actually good for big data using levelDB
but how do you scale, if the creation of new DB is local?
also any benchmarks?
Thanks!
The text was updated successfully, but these errors were encountered:
unfortunately, i don't have time to maintain this project any more
I don't have any other recommendations for now - simply because I don't know, but reviving this project in the form of maintaining this repo or creating a new project with the same concept would be great
This project's strength is that it's just an abstraction to any data store, and does not require holding all objects in memory. This means that in theory it shouldn't matter much how big your dataset for query time. This does not mean linvodb3 is suitable for huge amounts of data or the definition of "big data". linvodb3 was always intended as a local db - it's simply an advantage that it doesn't have to hold everything in mem
Hi,
I searched for gitter channel to chat and ask my questions, i did not find - i think it can help grow the community.
for my question i read in the readme that this package actually good for big data using levelDB
but how do you scale, if the creation of new DB is local?
also any benchmarks?
Thanks!
The text was updated successfully, but these errors were encountered: