Re: Copy command Faster than original select

From: Belal Al-Hamed <belalhamed(at)gmail(dot)com>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: Copy command Faster than original select
Date: 2015-02-08 10:08:30
Message-ID: 1423390110274-5837105.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Executing "Select count(a.*) from (select ... from mytable join .. join ...
order by ....) as a;"

Total query runtime: 454 ms.
1 row retrieved.

--
View this message in context: http://postgresql.nabble.com/Copy-command-Faster-than-original-select-tp5836886p5837105.html
Sent from the PostgreSQL - performance mailing list archive at Nabble.com.

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message sridhar bamandlapally 2015-02-09 11:22:54 <empty string> Vs NULL
Previous Message Tom Lane 2015-02-06 15:48:32 Re: Copy command Faster than original select