This website requires JavaScript.
Explore
Help
Sign In
Dima
/
matrix-rust-sdk
Watch
1
Star
0
Fork
0
You've already forked matrix-rust-sdk
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
f3b9a0190422fc8a7537205ee236bf94de2b3444
matrix-rust-sdk
/
crates
/
matrix-sdk-sqlite
/
migrations
/
event_cache_store
T
History
Benjamin Bouvier
2a968661e7
feat(sqlite): allow storing the same events in multiple linked chunks
2026-01-27 16:02:20 +01:00
..
001_init.sql
…
002_lease_locks.sql
…
003_events.sql
…
004_ignore_policy.sql
…
005_events_index_on_event_id.sql
…
006_events.sql
…
007_event_chunks.sql
refactor(sqlite): rename gaps to gap_chunks / events_chunks to event_chunks
2025-04-02 13:26:15 +02:00
008_linked_chunk_id.sql
feat(sqlite): Improve throughput of
load_all_chunks_metadata
by 1140%.
2025-07-21 10:31:44 +02:00
009_related_event_index.sql
feat(event cache): add indexes for finding related events
2025-08-26 16:25:56 +02:00
010_drop_media.sql
sqlite: Drop media table from event cache store
2025-09-11 11:43:04 +01:00
011_empty_event_cache.sql
fix(sqlite): Empty the cache after the introduction of
TimelineEvent::timestamp
.
2025-09-12 15:06:46 +02:00
012_store_event_type.sql
refactor(sqlite): Save the event type of an event in the SQLite event cache
2025-11-04 13:58:49 +01:00
013_lease_locks_with_generation.sql
feat(common): Add a cross-process lock generation.
2025-11-07 11:26:09 +01:00
014_event_chunks_event_id_index.sql
feat(sqlite): allow storing the same events in multiple linked chunks
2026-01-27 16:02:20 +01:00