The source could not be displayed because it is larger than 1 MB.
You can
load it anyway or download it
instead.
-
Vladimir Shushlin authored
Also add index supporting this metric We need to include id and created_at fields in index to allow index only scans. Postgres will still filter rows, but at least it won't fetch data from heap. In my tests in #database-lab it was speeding up the query 1000 times. Changelog: added
bf999ff0