On Fri, Feb 10, 2023 at 3:51 PM John Naylor
<john.nay...@enterprisedb.com> wrote:
>
>
> On Thu, Feb 9, 2023 at 2:08 PM Masahiko Sawada <sawada.m...@gmail.com> wrote:
> >
> > query: select * from bench_tidstore_load(0, 10 * 1000 * 1000)
> >
> > v15:
> >  load_ms
> > ---------
> >      816
>
> How did you build the tid store and test on v15? I first tried to apply 
> v15-0009-PoC-lazy-vacuum-integration.patch, which conflicts with vacuum now, 
> so reset all that, but still getting build errors because the tid store types 
> and functions have changed.

I applied v26-0008-Add-TIDStore-to-store-sets-of-TIDs-ItemPointerDa.patch
on top of v15 radix tree and changed the TidStore so that it uses v15
(non-templated) radixtree. That way, we can test TidStore using v15
radix tree. I've attached the patch that I applied on top of
v26-0008-Add-TIDStore-to-store-sets-of-TIDs-ItemPointerDa.patch.

Regards,

--
Masahiko Sawada
Amazon Web Services: https://aws.amazon.com

Attachment: change_tidstore_for_v15.patch
Description: Binary data

Reply via email to