Re: R-Tree implementation using GiST

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
Cc: selkovjr(at)mcs(dot)anl(dot)gov, lockhart(at)fourpalms(dot)org, Hannu Krosing <hannu(at)tm(dot)ee>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "Mikheev, Vadim" <vmikheev(at)SECTORBASE(dot)COM>, The Hermit Hacker <scrappy(at)hub(dot)org>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: R-Tree implementation using GiST
Date: 2001-01-24 03:32:52
Message-ID: 200101240332.WAA25801@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I have added the URL to the GIST SGML docs.

> Hi,
>
> I've put R-Tree realization using GiST (yet another test of our changes in

> gist code )on my gist page http://www.sai.msu.su/~megera/postgres/gist/
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

> Also, I've put some GiST related papers for interested readers.
> The package( contrib-rtree_box_gist.tar.gz ) is built for 7.1.
> If you find it's interesting you may include it into contrib area for 7.1
>
> from README.rtree_box_gist:
>
>
> 1. One interesting thing is that insertion time for built-in R-Tree is
> about 8 times more than ones for GiST implementation of R-Tree !!!
> 2. Postmaster requires much more memory for built-in R-Tree
> 3. Search time depends on dataset. In our case we got:
> +------------+-----------+--------------+
> |Number boxes|R-tree, sec|R-tree using |
> | | | GiST, sec |
> +------------+-----------+--------------+
> | 10| 0.002| 0.002|
> +------------+-----------+--------------+
> | 100| 0.002| 0.002|
> +------------+-----------+--------------+
> | 1000| 0.002| 0.002|
> +------------+-----------+--------------+
> | 10000| 0.015| 0.025|
> +------------+-----------+--------------+
> | 20000| 0.029| 0.048|
> +------------+-----------+--------------+
> | 40000| 0.055| 0.092|
> +------------+-----------+--------------+
> | 80000| 0.113| 0.178|
> +------------+-----------+--------------+
> | 160000| 0.338| 0.337|
> +------------+-----------+--------------+
> | 320000| 0.674| 0.673|
> +------------+-----------+--------------+
>
>
> Regards,
> Oleg
> _____________________________________________________________
> Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
> Sternberg Astronomical Institute, Moscow University (Russia)
> Internet: oleg(at)sai(dot)msu(dot)su, http://www.sai.msu.su/~megera/
> phone: +007(095)939-16-83, +007(095)939-23-83
>
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2001-01-24 03:39:09 Re: $PGDATA/base/???
Previous Message Alex Pilosov 2001-01-24 02:15:54 Re: pg_shadow.usecatupd attribute