I have an elementary question.

I have a dictionary with about 10,000 keys.  The keys are (shortish)  
strings.  Each value is a time series of structured arrays (record  
arrays) with 5 fields.  Each value totals about 100,000 bytes, so the  
total data size isn't huge, about 1GB.

What would be a good way to store this in PyTables?  I've been  
creating a group for each key, but that is a bad idea (since it's very  
slow).

I have very little knowledge/experience with either data bases or  
PyTables, so I'm pretty sure I'm just missing a basic concept.

thanks,
-robert

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
_______________________________________________
Pytables-users mailing list
Pytables-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to