Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf(spans): Remove transaction_id from PREWHERE for spans (#6065)
There is no index on `transaction_id` nor is it part of the table's ORDER BY. Because of this, promoting conditions on the `transaction_id` to the PREWHERE clause actually slows down the query quite significantly.
- Loading branch information