Re: slow transfer speeds with PostgreSQL

From: AgentM <agentm(at)themactionfaction(dot)com>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: slow transfer speeds with PostgreSQL
Date: 2006-08-10 19:02:09
Message-ID: E4580219-F2D4-4DBD-8203-E373860EDDEF@themactionfaction.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Merlin Moncure 2006-08-10 20:51:16 Re: slow transfer speeds with PostgreSQL
Previous Message Stephan Szabo 2006-08-10 18:32:25 Re: setting up foreign keys