Re: Re: Performance degradation in PostgreSQL 7.1beta3 vs 6.5.3

From: Hannu Krosing <hannu(at)tm(dot)ee>
To: bruc(at)acm(dot)org
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Re: Performance degradation in PostgreSQL 7.1beta3 vs 6.5.3
Date: 2001-01-17 17:22:09
Message-ID: 3A65D4C1.4FA008F2@tm.ee
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Robert E. Bruccoleri" wrote:
>
> explain select count(*) from comparisons_4 where code = 80003;
> NOTICE: QUERY PLAN:
>
> Aggregate (cost=15659.29..15659.29 rows=1 width=0)
> -> Seq Scan on comparisons_4 (cost=0.00..15640.81 rows=7391 width=0)
>
> EXPLAIN

What is the type of field "code" ?

---------------
Hannu

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Mikheev, Vadim 2001-01-17 17:25:49 RE: DeadLockCheck is buggy
Previous Message Robert E. Bruccoleri 2001-01-17 16:57:57 Re: Re: Performance degradation in PostgreSQL 7.1beta3 vs