Order By Clause, Slows Query Performance?

From: monalee_dba <monalee(at)sungraceinfotech(dot)co(dot)in>
To: pgsql-performance(at)postgresql(dot)org
Subject: Order By Clause, Slows Query Performance?
Date: 2013-11-10 07:40:24
Message-ID: 1384069224632-5777633.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Eg. SELECT col1, col2, col3,....col10 FROM table1;

For above query If I didn't mention ORDER BY clause, then I want to know
selected data will appear in which order by a query planner?

Because I have huge size table, and when I applied ORDER BY col1, col2..in
query the
performance is soo bad that I can't offred.
What should I do ? Because my requirement is data with ordered column.

--
View this message in context: http://postgresql.1045698.n5.nabble.com/Order-By-Clause-Slows-Query-Performance-tp5777633.html
Sent from the PostgreSQL - performance mailing list archive at Nabble.com.

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Sergey Konoplev 2013-11-11 00:20:35 Re: postgresql recommendation memory
Previous Message monalee_dba 2013-11-10 07:32:14 BitMap Heap Scan & BitMap Index Scan