Hi there, I am trying to port a single large table (~150 million records) into a single HDF5 file using Pytables. Whilst I am sure this is no problem to store in a HDF5 file, I am wondering if there is any way of getting this data directly from the MySQL file into the HDF5 file without having to scan through all data using python's MySQLdb module and then appending via Pytables to the HDF5 file? I tried this and ran out of memory whilst scanning through MySQLdb's cursor object ...
Has anyone any idea how to fix this? thanks ! Toby ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ Pytables-users mailing list Pytables-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pytables-users