Changes between Initial Version and Version 1 of Ticket #34597, comment 10
- Timestamp:
- May 29, 2023, 11:54:39 PM (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34597, comment 10
initial v1 1 1 Thank you for your report Lorand and for providing all these details. I'm also curious about what might be causing these slowdowns. 2 2 3 Until we figure out what might be to blame for the materialization issues I started looking into the unnecessary `AND "blog"."id" = "blog"."id"` generation by generating the exact change in terms of SQL generation that 8593e162c9cb63a6c0b06daf045bc1c21eb4d7c1 result ing in.3 Until we figure out what might be to blame for the materialization issues I started looking into the unnecessary `AND "blog"."id" = "blog"."id"` generation by generating the exact change in terms of SQL generation that 8593e162c9cb63a6c0b06daf045bc1c21eb4d7c1 resulted in against the test suite. 4 4 5 5 The full result can be found [https://gist.github.com/charettes/5256c4d52470a6f48f8955a92bce2135#file-ticket-34597-sqlite-diff-L1010-L1025 in this gist] and the issue manifests itself in two tests