| From: | Alban Hertroys <haramrae(at)gmail(dot)com> |
|---|---|
| To: | Vegard Bønes <vegard(dot)bones(at)met(dot)no> |
| Cc: | "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: better performance on poorer machine? |
| Date: | 2014-05-13 15:49:28 |
| Message-ID: | CAF-3MvN6QvsvLLWGinCZ5yPP-AONk5z9hOTWQ=Azi4bNb+k8tQ@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On 13 May 2014 16:48, Vegard Bønes <vegard(dot)bones(at)met(dot)no> wrote:
> I have a database on a test server with queries that perform terribly. Trying to fix this problem, I copied the database (using pg_dump) to my laptop, and reran tests there. The same queries perform perfectly on my laptop.
We can but guess, but... Quite possibly your laptop is not actually a
poorer machine for single uncomplicated queries. If it's cores are
faster than the test servers, than your laptop would out-perform the
server for such queries.
Once you get other users starting to run queries as well, turning the
load into a parallel load, the server will probably turn out faster
again.
--
If you can't see the forest for the trees,
Cut the trees and you'll see there is no forest.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2014-05-13 15:56:58 | Re: better performance on poorer machine? |
| Previous Message | Jesus Rafael Sanchez Medrano | 2014-05-13 15:38:40 | Full-Text Search question |