Francesc Altet wrote:

>Another thing can be to call File.flush() regularly, specially after
>doing a writing operation. Be careful, because this may drastically
>reduce the writing performance.
>  
>
Francesc, can you elaborate on "drastically reduce"? In my case, I'm
already writing dealing with PyTables from a separate thread, exactly so
that I don't care too much how long an operation takes.

Also, in a rather similar email thread a couple weeks ago (titled
"corrupt HDF5 files"), Ivan suggested, "you could try to explicitly
close each of the leaves you have open (without closing the file
itself)". What methods would I call to do this? Is this File.flush() or
is there something more? I already call Table.flush() whenever I'm done
adding rows.

Cheers!
Andrew


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Pytables-users mailing list
Pytables-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to