Re: PostgreSQL does CAST implicitely between int and a domain derive from int during SELECT query - Mailing list pgsql-hackers

From Kevin Grittner
Subject Re: PostgreSQL does CAST implicitely between int and a domain derive from int during SELECT query
Date
Msg-id 4A94FD6A020000250002A24D@gw.wicourts.gov
Whole thread Raw
In response to PostgreSQL does CAST implicitely between int and a domain derived from int during SELECT query  (Jean-Michel Pouré <jm@poure.com>)
Responses Re: PostgreSQL does CAST implicitely between int and a domain derive from int during SELECT query  (Jean-Michel Pouré <jm@poure.com>)
List pgsql-hackers
Jean-Michel Pouré<jm@poure.com> wrote:
> Some queries range between 400ms and 700ms.
Please post the results of EXPLAIN ANALYZE, not just EXPLAIN.
Also, it helps if you can show the definition of all tables used in
the query (including indexes) and any lines from your postgresql.conf
file which are not at the default value.  (And of course, any
overrides to those settings which were in effect on the connection
when the query was run.)
Please repost with that the pgsql-performance list -- this is very
unlikely to be something which will lead to a change to the PostgreSQL
product, which is what this list is about; it's probably just
something you can tune.  (Discussion can always come back here if a
problem with PostgreSQL itself is found.)
-Kevin



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: PostgreSQL does CAST implicitely between int and a domain derived from int during SELECT query
Next
From: Jean-Michel Pouré
Date:
Subject: Re: 8.5 release timetable, again