Skip to content

Commit

Permalink
feat: use thread pool in manifest merge (apache#1599)
Browse files Browse the repository at this point in the history
## Rationale


## Detailed Changes


## Test Plan
CI
  • Loading branch information
baojinri authored Nov 25, 2024
1 parent 9e81c4e commit 2176524
Show file tree
Hide file tree
Showing 7 changed files with 281 additions and 83 deletions.
34 changes: 33 additions & 1 deletion horaedb/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions horaedb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ itertools = "0.3"
lazy_static = "1"
tracing = "0.1"
tracing-subscriber = "0.3"
async-scoped = { version = "0.9.0", features = ["use-tokio"] }

# This profile optimizes for good runtime performance.
[profile.release]
Expand Down
1 change: 1 addition & 0 deletions horaedb/metric_engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ workspace = true
anyhow = { workspace = true }
arrow = { workspace = true }
arrow-schema = { workspace = true }
async-scoped = { workspace = true }
async-trait = { workspace = true }
bytes = { workspace = true }
datafusion = { workspace = true }
Expand Down
Loading

0 comments on commit 2176524

Please sign in to comment.