Hi,
Some time ago I started using pytables for organizing large amounts of data, I
it has worked really nice until now. Up to now I had an append only usage
pattern. Because of the nature of the data, for each measurement there are a
number of fixed fields plus a variable length array, I was using a table plus a
VLArray. My problem now is that I need to change to an add/remove data usage
pattern, and so the VLArray has turned into a problem. 
What would be my options now? That is, and add/remove usage pattern for variable
sized arrays. I searched the list yesterday, and it seems one option is to
defined a fixed size array large enough to hold the biggest expected array and
use only a table, but in case I overlooked something, I decided to ask here.

Regards,

Jorge


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Pytables-users mailing list
Pytables-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to