2010/7/18 Shalom Rav <csharpplusproj...@gmail.com>

The problem I described got solved. As per the design, would an array of
> say 20,000 floats be better than a table (with one field), containing 20,000
> rows of floats?  (suppose we define "better" in terms of writing time / read
> time).
>

Maybe the difference is not large in terms of performance, but I'd always
map homogeneous datasets to *Array leaves just for consistency reasons
(unless you need to perform queries, in which case Tables are a better bet
indeed).

-- 
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

Reply via email to