Re: [pve-devel] Further improvement to GC

2025-06-10 Thread Kamil Trzciński
Thanks. I created in https://bugzilla.proxmox.com/show_bug.cgi?id=6452. Kamil On Tue, 10 Jun 2025 at 09:20, Christian Ebner wrote: > > Hi, > > thanks for sharing your ideas! > > On 6/8/25 16:25, Kamil Trzciński wrote: > > Thanks for introducing LRU Cache. > > > > I have another suggestion that w

Re: [pve-devel] Further improvement to GC

2025-06-10 Thread Christian Ebner
Hi, thanks for sharing your ideas! On 6/8/25 16:25, Kamil Trzciński wrote: Thanks for introducing LRU Cache. I have another suggestion that we further the sweep phase could be improved: 1. The sweep_unused_chunks could use LRU cache to avoid lstatat if object is found in cache. That is inde

[pve-devel] Further improvement to GC

2025-06-08 Thread Kamil Trzciński
Thanks for introducing LRU Cache. I have another suggestion that we further the sweep phase could be improved: 1. The sweep_unused_chunks could use LRU cache to avoid lstatat if object is found in cache. The lstatat would only be required for potential objects that might have been added while ru