Skip to content

refactor(sketch_db): rename store/ directory to index/ - #179

Merged
zzylol merged 1 commit into
mainfrom
feat/sketch-db-reorg-3-index
May 13, 2026
Merged

zzylol merged 1 commit into
mainfrom
feat/sketch-db-reorg-3-index

Conversation

@zzylol

@zzylol zzylol commented May 13, 2026

Copy link
Copy Markdown
Contributor

Summary

Post-M2.3 reorg #3 of 8. Renames sketch_db/store/sketch_db/index/. The directory now names what it does (sid index + per-sid columnar substrate) instead of being a placeholder for the umbrella.

Mechanical:

  • git mv sketch_db/store sketch_db/index
  • pub mod store;pub mod index; in sketch_db/mod.rs
  • sketch_db::store::*sketch_db::index::* across the codebase
  • Type SketchStore keeps its name for now; rename is a follow-up decision.

Test plan

  • cargo test -p data_plane --lib — 783/783 pass.

🤖 Generated with Claude Code

Post-M2.3 reorg #3 of 8. Renames `sketch_db/store/` → `sketch_db/index/`.
The directory now names what it actually does (it's the sid index +
per-sid columnar substrate, not the umbrella implementation unit it
was when both store/ + persistence/ lived inside).

Mechanical:

- `git mv sketch_db/store sketch_db/index`
- `pub mod store;` → `pub mod index;` in `sketch_db/mod.rs`
- `sketch_db::store::*` → `sketch_db::index::*` across the codebase
  (52 references)
- Type `SketchStore` keeps its name for now; rename is a follow-up
  decision (the type is just one resident of the index/ directory,
  alongside `epoch_columnar`).

783/783 lib tests pass.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@zzylol
zzylol merged commit 92e98bf into main May 13, 2026
@zzylol
zzylol deleted the feat/sketch-db-reorg-3-index branch July 17, 2026 20:05
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