Re: PostgreSQL does CAST implicitely between int and a domain derived from int

From: Jean-Michel Pouré <jm(at)poure(dot)com>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: PostgreSQL does CAST implicitely between int and a domain derived from int
Date: 2009-08-27 22:30:32
Message-ID: 1251412232.25813.1.camel@acer
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Le jeudi 27 août 2009 à 13:35 -0400, Robert Haas a écrit :
> SELECT MIN(tid), MAX(tid), SUM(1) FROM term_node;
> SHOW default_statistics_target;

SELECT MIN(tid), MAX(tid), SUM(1) FROM term_node;
6;56;67479

SHOW default_statistics_target;
100

For information, if some hackers are interested and they belong to the
community for a long time, I can provide tables with data.

Kind regards,
Jean-Michel

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Jean-Michel Pouré 2009-08-27 22:31:51 Re: PostgreSQL does CAST implicitely between int and a domain derived from int
Previous Message Guillaume Smet 2009-08-27 22:20:34 Re: Performance regression between 8.3 and 8.4 on heavy text indexing