Quantcast
Channel: Strategies for long term data growth optimization for a query with an index on a joined table - Database Administrators Stack Exchange
Browsing all 2 articles
Browse latest View live

Answer by jjanes for Strategies for long term data growth optimization for a...

It is not inevitable that it will keep using the seq scan. Perhaps at some point it will change (indeed, if the tables are vacuumed and analyzed, I don't get the seq scan in the first place, as the...

View Article



Strategies for long term data growth optimization for a query with an index...

Given two simple, contrived example tablescreate schema test;create table test.exchange ( id serial primary key, created_at date not null);create index on test.exchange(created_at);create table...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images