I don't think this will work optimally in the first version of the feature, but theoretically you have the guarantee that whenever a given timestamp was proven safe to serve, it remains safe (until the GC queue bumps the GCThreshold past the timestamp). This means that in principle, when quorum is lost, surviving followers can serve data from ~10s before the loss of quorum event, and that that can continue indefinitely. There's probably some place in the current WIP implementation where we eject that state too aggressively (especially for quiescent ranges) and even if we don't, there's still the problem of determining the "most up to date timestamp that works", for which you could imagine running a binary search if you don't have anything better (this is related to [1]). My TL;DR for this would be that yes, this feature will help that use case eventually, but I'm not sure we'll have our ducks in a row by 2.1.