Message ID | cover.1717715060.git.me@ttaylorr.com (mailing list archive) |
---|---|
Headers | show |
Series | midx: incremental multi-pack indexes, part one | expand |
On Thu, Jun 06, 2024 at 07:04:22PM -0400, Taylor Blau wrote: > This series implements incremental MIDXs, which allow for storing > a MIDX across multiple layers, each with their own distinct set of > packs. I forgot to mention, this series is based off a merge with current master and 'tb/midx-write-cleanup'. The latter topic is marked to merge into 'master', but hasn't been pushed out yet, hence the dependency on a merge with that and 'master' instead of just 'master'. Thanks, Taylor
Taylor Blau <me@ttaylorr.com> writes: > Part three doesn't exist yet, but is straightforward to do on top. None > of the design decisions made in this series inhibit my goals for part > three. Nice to always see the bigger picture to come to understand where the current series fits, but the above is a bit peculiar thing to say. Of course there should be no design decision the currently posted series makes that would block your future work---otherwise you would not be posting it. The real question is rather the future and yet to be written work is still feasible after the design decisions the current series made are found to be broken and need to be revised (if it happens---but we do not know until we see reviews). Thanks.
Taylor Blau <me@ttaylorr.com> writes: > I forgot to mention, this series is based off a merge with current > master and 'tb/midx-write-cleanup'. I think I saw "am -3" fall back to three-way at around [17/19] for t0410 while applying on that base, but it wasn't anything "am -3" couldn't handle. Queued. Thanks.
On Fri, Jun 07, 2024 at 11:33:13AM -0700, Junio C Hamano wrote: > Taylor Blau <me@ttaylorr.com> writes: > > > I forgot to mention, this series is based off a merge with current > > master and 'tb/midx-write-cleanup'. > > I think I saw "am -3" fall back to three-way at around [17/19] for > t0410 while applying on that base, but it wasn't anything "am -3" > couldn't handle. > > Queued. Great, thanks. Sorry again for forgetting to mention it sooner. Thanks, Taylor
On Fri, Jun 07, 2024 at 10:55:43AM -0700, Junio C Hamano wrote: > Taylor Blau <me@ttaylorr.com> writes: > > > Part three doesn't exist yet, but is straightforward to do on top. None > > of the design decisions made in this series inhibit my goals for part > > three. > > Nice to always see the bigger picture to come to understand where > the current series fits, but the above is a bit peculiar thing to > say. Of course there should be no design decision the currently > posted series makes that would block your future work---otherwise > you would not be posting it.i Yeah. What I was trying to say was that part two actually exists, and works in practice rather than just thinking that it would work without having actually demonstrated anything ;-). > The real question is rather the future and yet to be written work is > still feasible after the design decisions the current series made are > found to be broken and need to be revised (if it happens---but we do > not know until we see reviews). Indeed. I'll make sure that before I push out a new round that the rebased part two still works as I expect it to. Certainly all of this could be avoided by combining the two together, but I think the result is just too large to review. Thanks, Taylor
Taylor Blau <me@ttaylorr.com> writes: > This series implements incremental MIDXs, which allow for storing > a MIDX across multiple layers, each with their own distinct set of > packs. So, ... it is unfortunate that this hasn't seen any responses (not even a question, let alone a proper review) and almost 3 weeks have passed. Any takers? Thanks.
On Tue, Jun 25, 2024 at 4:21 PM Junio C Hamano <gitster@pobox.com> wrote: > > Taylor Blau <me@ttaylorr.com> writes: > > > This series implements incremental MIDXs, which allow for storing > > a MIDX across multiple layers, each with their own distinct set of > > packs. > > So, ... it is unfortunate that this hasn't seen any responses (not > even a question, let alone a proper review) and almost 3 weeks have > passed. > > Any takers? > > Thanks. I've got it on my list, and I'll try to look at it soon. It'll take a bit longer since I'm not familiar with the area.