SQLiteNotifier: change detection for real-time event delivery #7

Open
opened 2026-02-19 21:28:02 +00:00 by ash · 0 comments
Owner

What

Implement StoreNotifier for SQLite.

Options (investigate both)

  • PRAGMA data_version polling (10-50ms interval)
  • Trigger + notification table

Requirements

  • Sub-100ms notification latency
  • Minimal overhead on write path
  • Works with WAL mode
## What Implement StoreNotifier for SQLite. ## Options (investigate both) - PRAGMA data_version polling (10-50ms interval) - Trigger + notification table ## Requirements - Sub-100ms notification latency - Minimal overhead on write path - Works with WAL mode
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
ash/eskit#7
No description provided.