Commit Graph

3 Commits (c34a2340f283f49df6e8546f7e35640e5c00356c)

Author SHA1 Message Date
Artem Gavrilov c34a2340f2 Try fix 2024-08-27 17:11:38 +02:00
Diego Fronza f4b1f35877 Improve query denormalization regression test
Add a new test case:

1. Execute a prepared statement with larger execution time first.
2. Execute the same prepared statement with cheap execution time.
3. Ensures that the denormalized heavy query is not replaced by the
   cheaper.
2024-08-26 17:31:26 -03:00
Diego Fronza 3133851333 Add query denormalization regression test for prepared statements
Ensures that the denormalization of prepared statements is working, also
ensure that a query which takes more time to execute replaces the
previous denormalized query.
2024-08-26 17:31:26 -03:00