mirror of
https://github.com/matrix-construct/construct
synced 2024-12-30 17:34:04 +01:00
ircd:Ⓜ️:dbs: Minor fix typo.
This commit is contained in:
parent
989b3f0cc3
commit
5384bd8609
1 changed files with 1 additions and 1 deletions
|
@ -1647,7 +1647,7 @@ ircd::m::dbs::desc::events__room_head
|
||||||
[room_id | event_id => event_idx]
|
[room_id | event_id => event_idx]
|
||||||
|
|
||||||
The key is a room_id and event_id concatenation. The value is an event_idx
|
The key is a room_id and event_id concatenation. The value is an event_idx
|
||||||
of the event_id in the key. The key amalgan was specifically selected to
|
of the event_id in the key. The key amalgam was specifically selected to
|
||||||
allow for DELETES sent to the WAL "in the blind" for all prev_events when
|
allow for DELETES sent to the WAL "in the blind" for all prev_events when
|
||||||
any new event is saved to the database, without making any read IO's to
|
any new event is saved to the database, without making any read IO's to
|
||||||
look up anything about the prev reference to remove.
|
look up anything about the prev reference to remove.
|
||||||
|
|
Loading…
Reference in a new issue