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

@@ -5,9 +5,9 @@ edition = "2021"
resolver = "2"
[features]
#default = ["sqlite", "foundationdb", "postgres", "mysql", "rocks", "elastic", "s3", "redis"]
default = ["sqlite", "foundationdb", "postgres", "mysql", "rocks", "elastic", "s3", "redis"]
#default = ["sqlite", "postgres", "mysql", "rocks", "elastic", "s3", "redis"]
default = ["foundationdb", "postgres"]
#default = ["foundationdb", "postgres"]
sqlite = ["store/sqlite"]
foundationdb = ["store/foundation"]
postgres = ["store/postgres"]