Re: Making the initial and maximum DSA segment sizes configurable

2024-02-28 Thread Masahiko Sawada
Hi, Thank you for the comments! On Mon, Feb 26, 2024 at 6:58 AM Tomas Vondra wrote: > > Hello Masahiko-san, > > I'm not super-familiar with the DSA/DSM stuff, but I think your proposal > makes sense. > > I agree with your observation that DSA is a bit like AllocSet, so if > that allows specifyin

Re: Making the initial and maximum DSA segment sizes configurable

2024-02-25 Thread Tomas Vondra
Hello Masahiko-san, I'm not super-familiar with the DSA/DSM stuff, but I think your proposal makes sense. I agree with your observation that DSA is a bit like AllocSet, so if that allows specifying min/max block size, maybe DSA should allow the same thing for segments ... However, does it actual

Re: Making the initial and maximum DSA segment sizes configurable

2023-12-18 Thread Masahiko Sawada
Hi, On Wed, Mar 22, 2023 at 12:15 AM Masahiko Sawada wrote: > > Hi all, > > I started this new thread from another thread[1] where we're > discussing a new storage for TIDs, TidStore, since we found a > difficulty about the memory usage limit for TidStores on DSA. > > TidStore is a new data struc

Making the initial and maximum DSA segment sizes configurable

2023-03-21 Thread Masahiko Sawada
Hi all, I started this new thread from another thread[1] where we're discussing a new storage for TIDs, TidStore, since we found a difficulty about the memory usage limit for TidStores on DSA. TidStore is a new data structure to efficiently store TIDs, backed by a radix tree. In the patch series