Hi,

I could not find a clear example how to create a compressed dataset. Could
someone please point me in the right direction?
Let's say I want to do something as simple as the below, only compressing
the data using zlib, when required defining 1e6 chunk size.

    f = tables.openFile(fname,"w")
    f.createArray(f.root,"u",u)
    f.createArray(f.root,"v",v)
    f.createArray(f.root,"w",w)
    f.close()

Thanks for any hints.

Dominik
------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Pytables-users mailing list
Pytables-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to