r18131 - gnucash/trunk/src/backend/sql - Speed up account loading on mysql (especially) by creating an index on the tx_guid field

Phil Longstaff plongstaff at code.gnucash.org
Sat Jun 13 23:36:41 EDT 2009


Author: plongstaff
Date: 2009-06-13 23:36:40 -0400 (Sat, 13 Jun 2009)
New Revision: 18131
Trac: http://svn.gnucash.org/trac/changeset/18131

Modified:
   gnucash/trunk/src/backend/sql/gnc-transaction-sql.c
Log:
Speed up account loading on mysql (especially) by creating an index on the tx_guid field
of the splits table.  Without this, mysql can take a *really* long time to get the transactions
for an account.




More information about the gnucash-patches mailing list