大幅提升缓存索引性能

This commit is contained in:
GoEdgeLab
2022-08-20 11:47:57 +08:00
parent 14d6d8e509
commit 3a83af8e2b
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
}
}