Programming
Postgresql and multiple indexes in table
Just a quick note for warm-up. Recent server maintenance and test showed me, that postgresql behaves badly when there are more than couple indexes on the same table. We have some tables that are used in various queries using quite many criteria to determine the result, thus more than couple Read more…