influxdb/router2
Dom Dwyer b07f15bec7 refactor: parallel column resolution
A quick change to perform the ColumnRepo::create_or_get() calls in
parallel (up to a maximum of 3 in-flight at any one time) in order to
mitigate the latency of the call and reduce the overall schema
validation call duration.

The in-flight limit is enforced to avoid starving the DB connection pool
of connections.
2022-02-24 21:04:25 +00:00
..
benches refactor: early schema validation 2022-02-23 18:59:14 +00:00
src refactor: parallel column resolution 2022-02-24 21:04:25 +00:00
tests refactor: early schema validation 2022-02-23 18:59:14 +00:00
Cargo.toml feat: write partitioner 2022-02-15 11:29:32 +00:00