Skip to content

Commit

Permalink
Dataframe v2: "constant-time" pagination (#7665)
Browse files Browse the repository at this point in the history
This implements support for "constant-time" pagination.
Obviously it's not constant-time, but it scales in a sane fashion.

This PR is still _not_ about general performance optimizations. It is
the last step before those can start though.

* Fixes #7657 
* DNM: requires #7652
  • Loading branch information
teh-cmc authored Oct 10, 2024
1 parent 06cfa9e commit bb58101
Show file tree
Hide file tree
Showing 4 changed files with 338 additions and 46 deletions.
1 change: 0 additions & 1 deletion Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5131,7 +5131,6 @@ dependencies = [
name = "re_dataframe"
version = "0.19.0-alpha.1+dev"
dependencies = [
"ahash",
"anyhow",
"itertools 0.13.0",
"nohash-hasher",
Expand Down
1 change: 0 additions & 1 deletion crates/store/re_dataframe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ re_tracing.workspace = true
re_types_core.workspace = true

# External dependencies:
ahash.workspace = true
anyhow.workspace = true
arrow2.workspace = true
itertools.workspace = true
Expand Down
Loading

0 comments on commit bb58101

Please sign in to comment.