On 7/28/13 9:24 AM, David Reed wrote:
> Hi there,  I was wondering if there any nice tutorials that show the 
> different compression options such as zlib, bzo, etc. and how to 
> actually use them with my tables.
>
> There seems to be a lot of good information describing the performance 
> increase under the Optimization Tips section, but I don't see any 
> clear way of actually doing this.
>
> Maybe I'm missing something.

Well, the compression options are part of the more general Filters 
helper class:

http://pytables.github.io/usersguide/libref/helper_classes.html#the-filters-class

This stems from the fact that in HDF5 a compressor is just like another 
data filter.

-- 
Francesc Alted


------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Pytables-users mailing list
Pytables-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to