Re: [Pytables-users] Speed up saving tables

2011-03-01 Thread Felipe Barriga Richards
Hola Francesc, On Mon, 2011-02-21 at 22:17 +0100, Francesc Alted wrote: > Hola Felipe, > > 2011/2/21, Felipe Barriga Richards : > > On Tue, 2011-02-22 at 05:50 +1100, Tony Theodore wrote: > >> On 22 February 2011 01:33, Felipe Barriga Richards > >> wrote: > >> > Hi everyone, > >> > > >> > I've d

Re: [Pytables-users] Speed up saving tables

2011-02-21 Thread Francesc Alted
Hola Felipe, 2011/2/21, Felipe Barriga Richards : > On Tue, 2011-02-22 at 05:50 +1100, Tony Theodore wrote: >> On 22 February 2011 01:33, Felipe Barriga Richards >> wrote: >> > Hi everyone, >> > >> > I've developed a parser that read csv files and save them on a hdf5 file >> > (on python using py

Re: [Pytables-users] Speed up saving tables

2011-02-21 Thread Felipe Barriga Richards
On Tue, 2011-02-22 at 05:50 +1100, Tony Theodore wrote: > On 22 February 2011 01:33, Felipe Barriga Richards > wrote: > > Hi everyone, > > > > I've developed a parser that read csv files and save them on a hdf5 file > > (on python using pytables). The initial problem it was that pytables > > doesn

Re: [Pytables-users] Speed up saving tables

2011-02-21 Thread Tony Theodore
On 22 February 2011 01:33, Felipe Barriga Richards wrote: > Hi everyone, > > I've developed a parser that read csv files and save them on a hdf5 file > (on python using pytables). The initial problem it was that pytables > doesn't support simultaneous write (on multiple threads/processes) so > I'v