Skip to content

Add a voids_id column for tombstone events#54

Merged
elffjs merged 3 commits into
mainfrom
add_voids_id
Apr 29, 2026
Merged

Add a voids_id column for tombstone events#54
elffjs merged 3 commits into
mainfrom
add_voids_id

Conversation

@elffjs

@elffjs elffjs commented Apr 29, 2026

Copy link
Copy Markdown
Member

This is our first attempt at supporting deletion. Clients send in an event of type "dimo.tombstone" with a CloudEvent id in the data section. That id gets placed in a new voids_id column.

We're adding a skipping index to event_type to make it cheaper to find these events. There should not be many.

elffjs added 2 commits April 29, 2026 11:37
This is our first attempt at supporting deletion. Clients send in an
event of type "dimo.tombstone" with a CloudEvent id in the data section.
That id gets placed in this new column.

We're adding a skipping index to event_type to make it cheaper to find
these events. There should not be many.
@elffjs elffjs merged commit 3cf8e6c into main Apr 29, 2026
4 checks passed
@elffjs elffjs deleted the add_voids_id branch April 29, 2026 18:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant