Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions BACKLOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
* Index management in UI
* BUGFIX: when document is modified to remove field from non-sparse index, it should NOT remove the field!!!
* ~~BTree index~~
* Allow delete and patch operations to mark journal entries as invalid so that rebuild skips invalidated records.
* Periodically replace patch chains with snapshot inserts after N operations to limit startup replay costs.

## Should have

Expand Down Expand Up @@ -35,6 +37,7 @@
* Ensure thread safety and improve performance with Map from standard library
* ~~Insert multiple documents per request~~
* Return http.StatusServiceUnavailable while loading collections
* Insert-only collections to avoid patch overhead.

## Won't have

Expand Down
Loading