From 0076f49aa5ad1cb28dbce0aaf5cdb75a3dd87554 Mon Sep 17 00:00:00 2001
From: Daniel Baumann
If a subquery cannot be flattened into the outer query, it might still be possible to enhance performance by "pushing down" WHERE clause @@ -1672,5 +1671,5 @@ SELECT * FROM t1 WHERE a=b AND b=5; if those two constraints are true, then it must also be the case that "a=5" is true. This means that the desired row can be looked up quickly using a value of 5 for the INTEGER PRIMARY KEY. -
This page last modified on 2024-05-10 14:25:41 UTC
+This page last modified on 2024-07-24 12:16:13 UTC
-- cgit v1.2.3