Re: pgsql: Add template for adaptive radix tree - Mailing list pgsql-committers

From John Naylor
Subject Re: pgsql: Add template for adaptive radix tree
Date
Msg-id CANWCAZbLrpfSDheUCjJw_yKqv4DVDJG9LYxAH4b60DosLXAExA@mail.gmail.com
Whole thread Raw
In response to Re: pgsql: Add template for adaptive radix tree  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: pgsql: Add template for adaptive radix tree
List pgsql-committers
On Thu, Mar 7, 2024 at 1:08 PM Tom Lane <tgl@sss.pgh.pa.us> wrote:
>
> John Naylor <john.naylor@postgresql.org> writes:
> > This implements a radix tree data structure based on the design in
> > "The Adaptive Radix Tree: ARTful Indexing for Main-Memory Databases"
> > by Viktor Leis, Alfons Kemper, and ThomasNeumann, 2013.
>
> Hm ... do we know that this is not patent-encumbered technology?
> Commits citing such specific prior art make me nervous.

There are several open source implementations in a variety of
languages, so I assumed not.



pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Add template for adaptive radix tree
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Add template for adaptive radix tree