Jarrod Roberson (el 2006-11-13 a les 15:21:02 -0500) va dir::

> I slapped together a VLArray where I store the name as the 0 entry, and all
> the versioned values
> as subsequent entries but it takes up more room on the disk than the table
> does.

That may be a solution as long as you have a fixed set of property
versions.  But you wouldn't be able to add new versions of a property,
since you can't add new items to a row (but you can add new rows).
Imagine the following ``VLArray``::

               versions ->
    props  0 [p0][v0][v1]
      |    1 [p1][v0]
      V    2 [p2][v0][v1][v2][v3]

So to say, you are able to grow the array downwards with a new property
and a fixed set of versions, but you can't grow the array sideways with
new versions of an existing property.

Hope that helps,

::

        Ivan Vilata i Balaguer   >qo<   http://www.carabos.com/
               Cárabos Coop. V.  V  V   Enjoy Data
                                  ""

Attachment: signature.asc
Description: Digital signature

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Pytables-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to