Re: Marking shared buffer lookup table as HASH_FIXED_SIZE

2025-09-18 Thread Ashutosh Bapat
On Thu, Sep 18, 2025 at 6:14 AM Andres Freund wrote: > > Hi, > > On 2025-08-26 19:55:21 +0530, Ashutosh Bapat wrote: > > StrategyInitialize() calls InitBufTable() passing the maximum number > > of possible entries in the shared buffer lookup table. The table can > > not have more entries than the

Re: Marking shared buffer lookup table as HASH_FIXED_SIZE

2025-09-17 Thread Andres Freund
Hi, On 2025-08-26 19:55:21 +0530, Ashutosh Bapat wrote: > StrategyInitialize() calls InitBufTable() passing the maximum number > of possible entries in the shared buffer lookup table. The table can > not have more entries than the number of available shared buffers + > number of partitions as expl

Marking shared buffer lookup table as HASH_FIXED_SIZE

2025-08-26 Thread Ashutosh Bapat
Hi All, StrategyInitialize() calls InitBufTable() passing the maximum number of possible entries in the shared buffer lookup table. The table can not have more entries than the number of available shared buffers + number of partitions as explained in the comment in StrategyInitialize(). If there ar