2010/7/21 Shalom Rav <csharpplusproj...@gmail.com>
> Hi Francesc,
>
> I did try previously to work with arrays. If I am not mistaken, I then ran
> into a limitation (of pytables?) not allowing say arrays of size
> 30,000 (where tables, on the other hand, are not limited in number of rows).
>
No. *Arrays should not have a limitation on the number of rows. The only
thing here is that plain Array objects must fit in memory because they are
meant for quick and dirty work with NumPy arrays. But you can always use
chunked PyTables arrays (CArray, EArray or VLArray) if you want support for
a practically unlimited number of rows.
> Also, if all tables have varying number of rows, it is probably easier to
> maintain in a table rather than an array.
>
Do it as you prefer. But *Array objects also have support for varying
number of rows (EArray, VLArray).
> Thanks for all the great work.
>
You are welcome!
--
Francesc Alted
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Pytables-users mailing list
Pytables-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytables-users