Database schema optimization - part 13 (fixes #1882 fixes #2415)

This commit is contained in:
mdecimus
2025-11-25 12:14:51 +01:00
parent c7fc16d9a2
commit 2b614aa536
62 changed files with 1661 additions and 2264 deletions

18
Cargo.lock generated
View File

@@ -1172,6 +1172,7 @@ dependencies = [
"infer 0.19.0",
"jmap_proto",
"libc",
"lz4_flex 0.12.0",
"mail-auth",
"mail-builder",
"mail-parser",
@@ -3718,7 +3719,7 @@ dependencies = [
"hyper-util",
"jmap-tools",
"jmap_proto",
"lz4_flex",
"lz4_flex 0.12.0",
"mail-auth",
"mail-builder",
"mail-parser",
@@ -4183,6 +4184,15 @@ dependencies = [
"twox-hash",
]
[[package]]
name = "lz4_flex"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab6473172471198271ff72e9379150e9dfd70d8e533e0752a27e515b48dd375e"
dependencies = [
"twox-hash",
]
[[package]]
name = "lzma-rust2"
version = "0.13.0"
@@ -4378,7 +4388,7 @@ dependencies = [
"directory",
"email",
"groupware",
"lz4_flex",
"lz4_flex 0.12.0",
"mail-auth",
"mail-parser",
"nlp",
@@ -7595,7 +7605,7 @@ dependencies = [
"foundationdb",
"futures",
"lru-cache",
"lz4_flex",
"lz4_flex 0.12.0",
"memchr",
"mysql_async",
"nlp",
@@ -9777,7 +9787,7 @@ dependencies = [
"crossbeam-utils",
"flume",
"lazy_static",
"lz4_flex",
"lz4_flex 0.11.5",
"paste",
"rand 0.8.5",
"ringbuffer-spsc",