|
|
|
|
|
by Strum355
1436 days ago
|
|
Note that if you delete entries in non sequential order (aka not at the start-only or the end-only) and continue inserting, BRIN index becomes much less effective. Its very much predicated upon the concept of append-only, as postgres filling deleted rows with new rows throws off the physical layout part of how BRIN works |
|
I seem to remember there was a way to reorder rows in a table, maybe that could be useful.