Combine rayon and a larger batch size for another modest gain.

This commit is contained in:
Nolan Darilek 2025-06-16 16:06:15 -04:00
parent 75144e21ee
commit 46bee6ee60
3 changed files with 49 additions and 9 deletions

View file

@ -10,6 +10,7 @@ futures = "0.3"
mysql_async = { version = "0.36", features = ["chrono"] }
mysql_common = "0.35"
parquet = { version = "55", features = ["async"] }
rayon = "1"
testcontainers-modules = { version = "0.12", features = ["mysql"] }
time-test = "0.3"
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }