- - 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 Since the flight ID is indexed and serves as the shard key in sharded clusters, using it for queries improves performance and efficiency. In addition, providing this flag will enable find workloads to only run aggregate queries, as these are faster since they do not require sending records back from DB to client.
0 commit comments