> The example in this article is contrived - it was engineered to inject an outlier in every range so that the single range BRIN would perform as worst as possible. However, this article was motivated by a similar scenario we reached naturally in our systems.
I was kinda skeptical that you'd ever have so many outliers as to blow up the whole index, but I guess their scenario is plausible. Still curious what their reorder rate is.
Maybe if you wanted to make the single index work, you'd treat the table as an append log, and insert duplicate entries instead of trying to update.
I was kinda skeptical that you'd ever have so many outliers as to blow up the whole index, but I guess their scenario is plausible. Still curious what their reorder rate is.
Maybe if you wanted to make the single index work, you'd treat the table as an append log, and insert duplicate entries instead of trying to update.