- - This setting is disabled by default, allowing the workload to run all queries, including both optimized and ineffective queries. To run a more optimized workload, provide the `--optimized` argument when executing the workload. This ensures that queries use the flight ID for retrieval, rather than a range of flight IDs and other less optimal queries. In a sharded cluster, querying by a range of flight IDs can be inefficient, potentially leading to scatter/gather queries. Since the flight ID is indexed and serves as the shard key in sharded clusters, using it for queries improves performance and efficiency.
0 commit comments