We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ebd429 commit df3cb00Copy full SHA for df3cb00
crates/matrix-sdk-sqlite/CHANGELOG.md
@@ -12,6 +12,12 @@ All notable changes to this project will be documented in this file.
12
`EventCacheStore` for `MediaRetentionPolicy`. See the changelog of
13
`matrix-sdk-base` for more details.
14
([#4571](https://github.com/matrix-org/matrix-rust-sdk/pull/4571))
15
+- The SQLite databases are optimized during the construction of the stores. It
16
+ should improve the performance of the queries.
17
+ ([#4602](https://github.com/matrix-org/matrix-rust-sdk/pull/4602))
18
+- The size of the WAL files is now limited to 10MB. This avoids cases where the
19
+ WAL file takes as much space as the database.
20
21
22
## [0.9.0] - 2024-12-18
23
0 commit comments