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

fast and flexible database format #77

Open
damro opened this issue Dec 27, 2016 · 0 comments
Open

fast and flexible database format #77

damro opened this issue Dec 27, 2016 · 0 comments

Comments

@damro
Copy link
Collaborator

damro commented Dec 27, 2016

  1. hdf5 is good for fast sequential access.
  2. memmap is basically as fast as hdf5 (and has better support for thread-safe simultaneous writing) but isn't as generally-used as hdf5 (which is language independent) and which might not be able to handle all the datatypes (e.g. json)
  3. databases: Basically we want a random-access database that is fast. So, possibly mongo might be good enough for this. Or of course, there's Postgres. There are also
    -- leveldb
    -- lmdb

Basically we want a fast accessible database with random access to prevent copying datasets when generating permutations.

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