Database schema optimization - part 10

This commit is contained in:
mdecimus
2025-11-11 18:47:29 +01:00
parent 836bc5b7fd
commit 3e181ae467
71 changed files with 1134 additions and 773 deletions

View File

@@ -56,9 +56,7 @@ impl<T: SessionStream> Session<T> {
// Obtain message sizes
let mut message_sizes = AHashMap::new();
self.server
.core
.storage
.data
.store()
.iterate(
IterateParams::new(
ValueKey {

View File

@@ -98,6 +98,7 @@ impl<T: SessionStream> Session<T> {
.commit_batch(batch)
.await
.caused_by(trc::location!())?;
self.server.notify_task_queue();
}
if not_deleted.is_empty() {
self.write_ok(format!(