Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement ChunkStore and integrate it everywhere #6570

Merged
merged 10 commits into from
Jul 4, 2024

Conversation

teh-cmc
Copy link
Member

@teh-cmc teh-cmc commented Jun 13, 2024

Implements the new chunk store and integrates it all over the place.

The highest-level query APIs and caches are unchanged -- for now.

Requires 0.17 to be branched off of main before merging.

Checklist

  • I have read and agree to Contributor Guide and the Code of Conduct
  • I've included a screenshot or gif (if applicable)
  • I have tested the web demo (if applicable):
  • The PR title and labels are set such as to maximize their usefulness for the next release's CHANGELOG
  • If applicable, add a new check to the release checklist!

To run all checks from main, comment on the PR with @rerun-bot full-check.

@teh-cmc teh-cmc added the do-not-merge Do not merge this PR label Jun 13, 2024
Copy link

github-actions bot commented Jun 13, 2024

Deployed docs

Commit Link
6b42567 https://landing-1mhz4bqec-rerun.vercel.app/docs

@rerun-io rerun-io deleted a comment from github-actions bot Jun 13, 2024
@rerun-io rerun-io deleted a comment from github-actions bot Jun 13, 2024
@rerun-io rerun-io deleted a comment from github-actions bot Jun 13, 2024
@teh-cmc teh-cmc force-pushed the cmc/store_chunks_scratch branch 8 times, most recently from b38a0e9 to 801ef7e Compare June 17, 2024 15:55
@rerun-io rerun-io deleted a comment from github-actions bot Jun 17, 2024
@teh-cmc
Copy link
Member Author

teh-cmc commented Jun 17, 2024

@rerun-bot full-check

Copy link

Started a full build: https://github.com/rerun-io/rerun/actions/runs/9550919972

@teh-cmc teh-cmc changed the base branch from main to cmc/read_time_clears June 17, 2024 16:27
@teh-cmc teh-cmc force-pushed the cmc/store_chunks_scratch branch 3 times, most recently from a8e7f95 to 239c1b4 Compare June 17, 2024 16:49
@teh-cmc teh-cmc added ⛃ re_datastore affects the datastore itself 📉 performance Optimization, memory use, etc include in changelog labels Jun 17, 2024
@teh-cmc teh-cmc marked this pull request as ready for review June 18, 2024 08:13
crates/re_chunk/src/range.rs Outdated Show resolved Hide resolved
Copy link
Member

@jleibs jleibs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Really like how this turned out. Very nice work.

crates/re_chunk_store/src/query.rs Outdated Show resolved Hide resolved
crates/re_chunk_store/src/query.rs Outdated Show resolved Hide resolved
crates/re_chunk_store/src/query.rs Outdated Show resolved Hide resolved
crates/re_entity_db/src/entity_db.rs Show resolved Hide resolved
@teh-cmc
Copy link
Member Author

teh-cmc commented Jul 1, 2024

@rerun-bot full-check

Copy link

github-actions bot commented Jul 1, 2024

Started a full build: https://github.com/rerun-io/rerun/actions/runs/9745909133

@teh-cmc teh-cmc changed the title Chunk store waiting room Implement ChunkStore and integrate it everywhere Jul 4, 2024
Base automatically changed from cmc/read_time_clears to main July 4, 2024 15:14
@teh-cmc teh-cmc merged commit ed20cba into main Jul 4, 2024
18 of 19 checks passed
@teh-cmc teh-cmc deleted the cmc/store_chunks_scratch branch July 4, 2024 15:15
@teh-cmc teh-cmc removed the do-not-merge Do not merge this PR label Jul 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
include in changelog 📉 performance Optimization, memory use, etc ⛃ re_datastore affects the datastore itself
Projects
None yet
2 participants