This should fix the I/O slowdowns. Missing index needed for

saving accepted ledgers.
This commit is contained in:
JoelKatz
2013-03-27 10:45:28 -07:00
parent 920098d930
commit 59abdad8f4

View File

@@ -19,6 +19,9 @@ const char *TxnDBInit[] = {
RawTxn BLOB, \
TxnMeta BLOB \
);",
"CREATE INDEX TxLgrIndex ON \
Transactions(LedgerSeq);",
"CREATE TABLE AccountTransactions ( \
TransID CHARACTER(64), \
Account CHARACTER(64), \