On Wed, Mar 07, 2007 at 07:13:03AM +0800, Syan Tan wrote: > FYI, a python dbf table dump into a file using view_table.py in importers/ > takes about 12 seconds for the patients table using the unix time command > to profile. > > A C++ program takes about 1.7 seconds, and a second version of it, > which moves the dump function into the class, takes 2.7 seconds.
Any chance we can find out which *part* of this takes the most time ? I am thinking "reading from database" vs "writing to dbf". I'd be interested in that. Karsten -- GPG key ID E4071346 @ wwwkeys.pgp.net E167 67FD A291 2BEA 73BD 4537 78B9 A9F9 E407 1346 _______________________________________________ Gnumed-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnumed-devel
