Files
cartodb-postgresql/scripts-available
Rafa de la Torre 7606585672 Perf optimization: use EXCEPT instead of NOT IN
With javitonino's help, greatly reduce the processing time by using
EXCEPT instead of NOT IN, which causes it to use a `HashSetOp Except`
plan on the subqueries rather than a `Seq Scan` on `Materialize`'d
subtables.
2019-05-27 15:20:06 +02:00
..
2018-07-18 12:13:31 +02:00
2018-05-31 17:06:39 +02:00
2018-03-08 10:21:43 -05:00
2019-03-13 10:29:50 +01:00