On Fri, Mar 14, 2025 at 04:18:12PM -0400, Taylor Blau wrote: > This is a new round of my series to implement bitmap support for > incremental multi-pack indexes (MIDXs). It has been rebased on current > 'master', which is 683c54c999 (Git 2.49, 2025-03-14) at the time of > writing. I read over this and didn't find anything objectionable (I left a few comments here and there). I think I've said this before with big bitmap/midx series: the biggest issue is that it's hard to know what you might have missed. Especially in terms of corner cases. So it all looks reasonable to me (including the overall design), but ultimately I think it's more fruitful to put it through the paces on real-looking data than it is to try to go over every inch of the midx code with a fine-tooth comb. And I'd guess the eventual fate here is for this code to get exercise on GitHub, which would help with that shaking out. So mainly I tried to look for things that might hurt the non-incremental cases, and didn't see anything (modulo one or two questions about micro-optimizations, though I expect the answer there is "nothing big enough to measure"). So if this can progress towards the "shaking out" phase, and has the potential to hurt only people who turn on the new feature, that seems like a good path to me. -Peff