Database schema optimization - part 2

This commit is contained in:
mdecimus
2025-10-31 18:25:01 +01:00
parent 3e1d2d54e4
commit d5c5f12adf
43 changed files with 2266 additions and 1853 deletions

View File

@@ -66,7 +66,7 @@ impl<T: SessionStream> Session<T> {
collection: Collection::Email.into(),
document_id: 0,
class: ValueClass::IndexProperty(IndexPropertyClass::Integer {
property: EmailField::Stats.into(),
property: EmailField::ReceivedToSize.into(),
value: 0,
}),
},
@@ -75,7 +75,7 @@ impl<T: SessionStream> Session<T> {
collection: Collection::Email.into(),
document_id: u32::MAX,
class: ValueClass::IndexProperty(IndexPropertyClass::Integer {
property: EmailField::Stats.into(),
property: EmailField::ReceivedToSize.into(),
value: u64::MAX,
}),
},