Re: Bug: the index on INTEGER field does not work (PG 7.1.2)

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: "Alexandr S(dot)" <say(at)infobus(dot)ru>
Cc: <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: Bug: the index on INTEGER field does not work (PG 7.1.2)
Date: 2001-06-20 15:58:19
Message-ID: Pine.LNX.4.30.0106201757460.725-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Alexandr S. writes:

> 1) create table test_int(id int primary key);
>
> 2) insert 10000 records in table test_int with perl program (values
> 1,2,3,...,10000).

2.5) vacuum analyze

> 3) 500 times execute query
>
> SELECT * FROM test_int WHERE id = random number
>
> (random number puts with perl program)
>
> 4) 500 queries executes for 30 seconds

--
Peter Eisentraut peter_e(at)gmx(dot)net http://funkturm.homeip.net/~peter

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Peter Eisentraut 2001-06-20 15:59:23 Re: Update is not atomic
Previous Message Peter Eisentraut 2001-06-20 15:05:52 Re: pg_ctl restart just appends to command line instead of regenerating original cmd