Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scaling and gitter channel #77

Open
pantchox opened this issue Apr 26, 2017 · 2 comments
Open

Scaling and gitter channel #77

pantchox opened this issue Apr 26, 2017 · 2 comments

Comments

@pantchox
Copy link

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!

@Ivshti
Copy link
Owner

Ivshti commented May 2, 2017

benchmarks would be useful

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

@pantchox
Copy link
Author

pantchox commented May 3, 2017

ok i get you, so basically this project is not maintained for now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants