On Tue, Mar 3, 2026 at 12:06 PM Gao Xiang <[email protected]> wrote: > > For the part 3), The linux kernel already has dirty page throttling > and it will block the worker thread if there is enough dirty page > cache. > > So I wonder if it's really necessary since apart from that, the > remaining memory (incluing memory allocated in the compressors) are > all temporary buffers and should correlate to the number of workers.
Okay. I will drop it. > For the part 1,2, I think they are good. > > Also there is another thing about metadata/directory decompression, > I think in order to make these faster, we need to implement caching > for these, much like what we did for fragments now. Sure. I will look into how the fragment caching is currently implemented, and see how I can model the metadata caching after it. Is there anything else you would like to add to the overall roadmap? Thanks, Nithurshen
