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

shelve is a bad bet #6

Open
iabraham opened this issue Apr 2, 2019 · 0 comments
Open

shelve is a bad bet #6

iabraham opened this issue Apr 2, 2019 · 0 comments

Comments

@iabraham
Copy link
Owner

iabraham commented Apr 2, 2019

Continuing from here it seems like the shelve module is super brittle.

brew install gdbm does install the module to homebrew Cellar but it will take a lot more work to make that work with Anaconda environments.

The most repeated solution on Stackoverflow seems to be that one should look into more robust and scalable alternatives like sqlite3 because those are likely to be used in large databases.

Of course this means giving up on Python's expressiveness and adding another language into the mix, but this seems to be the path of least resistance adopted by most people encountering the issues we are encountering.

Of course the alternative is to say **** all non-Linuxes ( … which I don't mind).

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

1 participant