> On Dec 27, 2015, at 7:49 AM, Daniel Schwen <[email protected]> wrote: > > Hello List, > when working with GnuCash 'Budgets' using a remote MySQL connection as a > storage backend long delays occur a GnuCash loops over tons of single value > INSERT operations. It would be useful to provide a method in > gnc-backend-sql.cpp to prepare and execute insert statements that build a > list of values (for example by passing in a double pointer > to GncSqlColumnTableEntry and a row number (there'd have to be some > validation that each row has the same column names though).
Indeed it would, among a great many other efficiency issues in that backend. I plan to start rewriting it soon, but there are some bugs I need to clear first. Regards, John Ralls _______________________________________________ gnucash-devel mailing list [email protected] https://lists.gnucash.org/mailman/listinfo/gnucash-devel
