Re: slow transfer speeds with PostgreSQL - Mailing list pgsql-performance

From AgentM
Subject Re: slow transfer speeds with PostgreSQL
Date
Msg-id E4580219-F2D4-4DBD-8203-E373860EDDEF@themactionfaction.com
Whole thread Raw
In response to slow transfer speeds with PostgreSQL  (hansell baran <hansellb@yahoo.com>)
List pgsql-performance

On Aug 3, 2006, at 19:39 , hansell baran wrote:

When we run the following query "SELECT * FROM big_table", we get the following resutls:

Very different results are obtained if a the query "SELECT * from big_table ORDER BY "some_column"". In this scenario 


You should perform your test with queries which are identical or similar to the queries which the database will really be seeing. Anything else isn't really relevant for tuning because different configurations cater to different types of workloads. 

-M

pgsql-performance by date:

Previous
From: Phil Cairns
Date:
Subject: Slow access to PostgreSQL server
Next
From: "Merlin Moncure"
Date:
Subject: Re: slow transfer speeds with PostgreSQL