Hacker News new | ask | show | jobs
by abraxas 41 days ago
if the index updates are your bottleneck you can often get away with using a much lighter index (for example BRIN) at a cost of slightly slower queries. This is very often a great and much overlooked tradeoff.
1 comments

Using BRIN for certain columns resulted in an improvement. Thanks for the suggestion.