My question is about creating an object type or document for .hdf5 files. The object will have three attributes, an id, a user_id and a boolean array of size 64. I have to create them about 10000000 (Ten millions) many.
Imagine mongodb, I have to use them like that. I have to make queries for some particular user_id'ed objects as well as for all of them.
Any suggestion and help is appreciated.