Re: Planner create a slow plan without an available index

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: Ben-Nes Yonatan <da(at)canaan(dot)co(dot)il>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Martijn van Oosterhout <kleptog(at)svana(dot)org>, Bruno Wolff III <bruno(at)wolff(dot)to>, pgsql-general(at)postgresql(dot)org
Subject: Re: Planner create a slow plan without an available index
Date: 2005-08-31 03:39:45
Message-ID: 20050831033945.GB30877@surnet.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, Aug 31, 2005 at 01:27:30AM +0200, Ben-Nes Yonatan wrote:

> Now again im probably just paranoid but when I'm starting a transaction
> and in it im making more then 4 billions diffrent queries
> (select,insert,update,truncate...) and then im closing it, its counted
> as only one transaction right? (should I duck to avoid the manual? ;))

Yes, one transaction. You cannot do more than 4 billion commands -- the
limit is 2^32 anyway.

--
Alvaro Herrera <alvherre[]alvh.no-ip.org> Architect, www.EnterpriseDB.com
"Los románticos son seres que mueren de deseos de vida"

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bruno Wolff III 2005-08-31 03:39:57 Re: Planner create a slow plan without an available index
Previous Message Tom Lane 2005-08-31 03:25:36 Re: About "ERROR: must be *superuser* to COPY to or from a file"