[DRAFT]This page is not published. Only visible in development mode.
Ringbuffers
Ringbuffers are fixed-capacity tables that automatically evict the oldest rows when full. Perfect for logs, event streams, and sliding windows.
Create a Ringbuffer
$ Create Ringbuffer
The WITH { capacity: N } clause sets the maximum number of rows. Once full, new inserts evict the oldest row.
