Changes between Initial Version and Version 1 of Ticket #34597, comment 10


Ignore:
Timestamp:
May 29, 2023, 11:54:39 PM (18 months ago)
Author:
Simon Charette

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34597, comment 10

    initial v1  
    11Thank you for your report Lorand and for providing all these details. I'm also curious about what might be causing these slowdowns.
    22
    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 resulting in.
     3Until 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.
    44
    55The 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
Back to Top