I figured it how to create a new table with compression. I did not
know that I was supposed to look in the filters section. Since I did
not know what filters were, I did not know that had anything to do
with compression.

I still don't know how to compress an already created table.

Francesc, thanks so much for creating Pytables. Really appreciate it.
I am still playing with it and have not started using it for serious
work, but hope to do so soon.



On Mon, May 2, 2011 at 10:53 AM, Curiouslearn <curiousle...@gmail.com> wrote:
> Hi All,
>
> Can someone please point me to an example that shows how a table in
> Pytables can be compressed using the standard zlib? Does the
> compression have to be specified when the table is created or can it
> be compressed after it has been created?
>
> For example, currently I have the following:
>
> fileh = openFile('simdata', 'w')
>
> root=fileh.root
>
> group = createGroup(root, 'groupname')
>
> tabletocompress = createTable(group, 'tabletocompress', Description_class)
>
> How do I compress tabletocompress?
>
> Thanks very much.
>

------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
Pytables-users mailing list
Pytables-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to