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-06 12:27:31
Message-ID: 1423225651639-5836917.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

"so bottle neck have to be some where between client and server"
that's what I need to know !
where is the bug to made this performance

"Can you try again but with EXPLAIN *ANALYZE* (not only EXPLAIN)?"
it's not a matter of plan problem I think, it's related to sending data
from server to client, perhaps in allocating buffers for data or problem in
libpq I don't know ...
because why it's super fast exporting same select to file using copy
command.
again I am using the same pc of the postgresql server

regards to all

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

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Matheus de Oliveira 2015-02-06 13:12:38 Re: Copy command Faster than original select
Previous Message Matheus de Oliveira 2015-02-06 10:36:39 Re: Copy command Faster than original select