Faster IMAP UID generation (mySQL and RocksDB impl)

This commit is contained in:
mdecimus
2024-03-06 18:54:05 +01:00
parent 7041d495fc
commit 5b30d49327
10 changed files with 194 additions and 154 deletions

View File

@@ -220,6 +220,10 @@ impl Batch {
class: ValueClass::ReservedId,
op: ValueOp::Set(_)
}
| Operation::Value {
op: ValueOp::AddAndGet(_),
..
}
)
})
}