[codex] Add column store quickstart - #1637
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)✅ Unit Test PR creation complete.
Comment |
|
Note Unit test generation is a public access feature. Expect some limitations and changes as we gather feedback and continue to improve it. Generating unit tests... This may take up to 20 minutes. |
|
✅ Created PR with unit tests: #1639 |
|
Closing this as stale/deferred rather than retargeting it through the current production stack. Read-only validation against current This keeps the merge-prep batch focused on current production code and avoids carrying a stale draft branch through the stack. |
Summary
Adds a standalone TreeDB column-store quickstart under
examples/column_store_quickstart.The walkthrough writes a small activity-event stream, stores
time_us,action, andactorin physical column lanes, reopens the database, reads one row back by id, and runs two explicit physical column scans:events_by_actionactive_window_by_actorThe terminal output is framed with narrative text, boxed sections, and readable scan counters so the example feels like a motivated use case rather than a raw harness.
Validation
GOWORK=off go run .fromexamples/column_store_quickstartGOWORK=off go test ./examples/column_store_quickstartgit diff --cached --checkbefore commit