[Fwd: Re: [GENERAL] Unisersal B-Tree]

From: Justin Clift <justin(at)postgresql(dot)org>
To: pgsql-hackers(at)postgresql(dot)org
Subject: [Fwd: Re: [GENERAL] Unisersal B-Tree]
Date: 2001-04-30 22:53:31
Message-ID: 3AEDECEB.F288E952@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi all,

Not sure if this is useful, but it might be good to file and reference
somewhere.

Regards and best wishes,

Justin Clift

-------- Original Message --------
Subject: Re: [GENERAL] Unisersal B-Tree
Date: Mon, 30 Apr 2001 17:59:49 +0200
From: Jörg Schulz <jschulz(at)sgbs(dot)de>
Organization: Gebäudereinigung Schulz
To: "Justin Clift" <justin(at)postgresql(dot)org>
References: <9cb797$642$1(at)news(dot)tht(dot)net>
<3AEB9B33(dot)EA886A2B(at)postgresql(dot)org> <001b01c0d143$b9b33f40$0600a8c0(at)opal>
<3AED60D9(dot)37A9028A(at)postgresql(dot)org>

> Do you mind if I forward this email to the pgsql-hackers(at)postgresql(dot)org
> mailing list?
>
Of cource you can forward it. Maybe you can correct my bad english :-)

Jörg Schulz

----- Original Message -----
From: "Justin Clift" <justin(at)postgresql(dot)org>
To: "Jörg Schulz" <jschulz(at)sgbs(dot)de>
Sent: Monday, April 30, 2001 2:55 PM
Subject: Re: [GENERAL] Unisersal B-Tree

> Hi Jörg,
>
> I know we have indices and sub-indices, but this also sounds
> interesting.
>
> Do you mind if I forward this email to the pgsql-hackers(at)postgresql(dot)org
> mailing list?
>
> Regards and best wishes,
>
> Justin Clift
>
> Jörg Schulz wrote:
> >
> > Hi Cliff,
> >
> > I've read an article in the german magazine c't (2001/1 P174) about this
> > new astonishing method. After I realized that none of the major commercial
> > databases implement this for now (afaik there is only one database on the
> > market "Transbase HyperCube" www.transaction.de), I thought it would be a great
> > chance for an open source database. I even think it's a "must have feature"
> > in the near future.
> >
> > But what is it about? It can dramatically speed up queries that run over more
> > than one index. Think of a query like this:
> >
> > select a,b,c from table where ( a>min_a and a<max_a ) and ( b>min_b and b<max_b )
> >
> > In a conventional implementation you have two indexes on attributes a and b.
> > But to run this query the database engine profits only from one index. It has
> > to run through all the values of the other. This gets even worse if you use more
> > constraints, and this scheme is typical for things like OLAP.
> >
> > With the new methode you add one UB-index that embraces a and b. And you run
> > only once through this index.
> >
> > There are a number of papers available under mistral.in.tum.de that explain
> > the basic concepts.
> >
> > Regards,
> >
> > Jörg Schulz
> >
> > ----- Original Message -----
> > From: "Justin Clift" <justin(at)postgresql(dot)org>
> > To: "JXrg Schulz" <jschulz(at)sgbs(dot)de>
> > Sent: Sunday, April 29, 2001 6:40 AM
> > Subject: Re: [GENERAL] Unisersal B-Tree
> >
> > > Hi Jörg,
> > >
> > > What advantages do they have?
> > >
> > > Regards and best wishes,
> > >
> > > Justin Clift
> > >
> > > JXrg Schulz wrote:
> > > >
> > > > Are there any plans to implement UB-Trees
> > > > multidimensional indexes?
> > > >
> > > > Jörg Schulz
> > > >
> > > > ---------------------------(end of broadcast)---------------------------
> > > > TIP 6: Have you searched our list archives?
> > > >
> > > > http://www.postgresql.org/search.mpl
> > >
> > > --
> > > "My grandfather once told me that there are two kinds of people: those
> > > who work and those who take the credit. He told me to try to be in the
> > > first group; there was less competition there."
> > > - Indira Gandhi
> > >
>
> --
> "My grandfather once told me that there are two kinds of people: those
> who work and those who take the credit. He told me to try to be in the
> first group; there was less competition there."
> - Indira Gandhi
>

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2001-04-30 23:03:44 Re: v7.1.1 branched and released on Tuesday ...
Previous Message Tom Lane 2001-04-30 22:41:28 Re: v7.1.1 branched and released on Tuesday ...