EVENT processing performance #767
Labels
No labels
Blocked
Bug
Documentation
Duplicate
Enhancement
Good first issue
Help wanted
Idea
In progress
Invalid
Major feature set
Packaging
Question
Soon
UI/UX
Upstream
You're dreamin'
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nostr/gossip#767
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The slowest parts (from my recent testing) are where we use serde_json to read/write data types that aren't using speedy (e.g. Person, Relay). This causes event processing to take about 3x as long as it would have otherwise.
We should make new tables for person.metadata and relay.nip11 so that this "structured data" doesn't impede these tables, thus these tables can be fast with speedy.