大幅提升缓存索引性能

This commit is contained in:
刘祥超
2022-08-20 11:47:57 +08:00
parent d74e10c7a8
commit 817f2a6f91
6 changed files with 224 additions and 51 deletions

View File

@@ -103,6 +103,12 @@ For:
}
case <-this.close:
// closed
if lastTx != nil {
_ = lastTx.Commit()
lastTx = nil
}
return
}
}