Is there a way to force PostgreSQL to use a specific index?
I have two equal tables (different servers, of course), with the same indexes created in each one, however, on one server the index is used and the other is not.
I need to get the index, the SELECT
is simple, it only has a JOIN
but the table is too large, I need that index.