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 13:36:10
Message-ID: 1251380170.11260.4.camel@acer
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Le mercredi 26 août 2009 à 18:03 -0500, Kevin Grittner a écrit :
> That's part of your problem.

Sorry, I wrote that too quickly.

My configuration is (Quad core, 8Gb):
shared_buffers = 2GB (WAS 1GB)
temp_buffers = 128MB (modified after reading your message)
work_mem = 512MB (modified after reading your message)

Still casting.

> If you download
> the configurator tool I referenced in another email you can get a
> start on fixing this.

I do that immediately.
Then I get back to you.

Why not include a configurator in PostgreSQL core?

Kind regards,
Jean-Michel

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Jean-Michel Pouré 2009-08-27 13:52:33 Re: PostgreSQL does CAST implicitely between int and a domain derived from int
Previous Message Kevin Grittner 2009-08-26 23:27:29 Re: PostgreSQL does CAST implicitely between int and a domain derived from int