Skip to content

[codex] Add column store quickstart - #1637

Closed
snissn wants to merge 5 commits into
codex/colgranule-m15c-column-asset-rewritefrom
codex/column-store-quickstart
Closed

[codex] Add column store quickstart#1637
snissn wants to merge 5 commits into
codex/colgranule-m15c-column-asset-rewritefrom
codex/column-store-quickstart

Conversation

@snissn

@snissn snissn commented May 19, 2026

Copy link
Copy Markdown
Owner

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, and actor in physical column lanes, reopens the database, reads one row back by id, and runs two explicit physical column scans:

  • events_by_action
  • active_window_by_actor

The 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 . from examples/column_store_quickstart
  • GOWORK=off go test ./examples/column_store_quickstart
  • git diff --cached --check before commit

@coderabbitai

coderabbitai Bot commented May 19, 2026

Copy link
Copy Markdown

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 51a00dec-83b4-4f24-8806-4369466c3e1f

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)

✅ Unit Test PR creation complete.

  • Create PR with unit tests
  • Commit unit tests in branch codex/column-store-quickstart

Comment @coderabbitai help to get the list of available commands and usage tips.

@coderabbitai

coderabbitai Bot commented May 19, 2026

Copy link
Copy Markdown

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.

@coderabbitai

coderabbitai Bot commented May 19, 2026

Copy link
Copy Markdown

✅ Created PR with unit tests: #1639

@snissn

snissn commented May 22, 2026

Copy link
Copy Markdown
Owner Author

Closing this as stale/deferred rather than retargeting it through the current production stack.

Read-only validation against current origin/main shows the branch is still based on the older M15C column-store stack and would be destructive if retargeted: it removes current production column-store/query/vector graph files, docs, demos, scripts, and tests while adding the standalone examples/column_store_quickstart material. The quickstart itself may still be useful, but it should be re-extracted as a fresh small docs/example PR on current main if we want it.

This keeps the merge-prep batch focused on current production code and avoids carrying a stale draft branch through the stack.

@snissn snissn closed this May 22, 2026
@snissn snissn mentioned this pull request May 22, 2026
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