influxdata / influxdata/influxdb
Extend load generator to use flightsql client for querying
Open
v3
- Dominant language
- Rust
- Stars
- 31.7k
- Forks
- 3.7k
- Avg merge
- 13h 37m
- Merged PRs (30d)
- 8
Description
Existing load generator already supports query command but under the hood it uses HTTP client, in order to compare the performance of flightsql client with HTTP client, extend the query command to support `--query-type` that takes in `http` or `flight` as parameters.
Contributor guide
Research direction
The existing load generator's query command is the entry point; start by tracing its current HTTP-client path. Add support for --query-type with http and flight values, and verify that each selects the corresponding client so the generator can compare performance.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- databases, tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100