Re: libpq or postgresql performance

From: "Albe Laurenz" <laurenz(dot)albe(at)wien(dot)gv(dot)at>
To: "Aryan Ariel Rodriguez Chalas" <wimogan(at)yahoo(dot)com>, <pgsql-performance(at)postgresql(dot)org>
Subject: Re: libpq or postgresql performance
Date: 2012-09-07 06:45:38
Message-ID: D960CB61B694CF459DCFB4B0128514C208624DD4@exadv11.host.magwien.gv.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Aryan Ariel Rodriguez Chalas wrote:
> I'm working with an application that connects to a remote server database using "libpq" library over
> internet, but making a simple query is really slow even though I've done PostgreSQL Tunning and table
> being indexed, so I want to know:
>
> -Why is postgresql or libpq that slow when working over internet?
> -What else should I do to solve this issue in addition of postgresql tunning?
> -Why if I connect to the remote server desktop (using RDP or any Remote Desktop Application) and run
> the application using the same internet connection, it runs really fast when making requests to
> postgresql; but if I run the application locally by connecting to the remote postgresql server through
> "libpq", it's really slow?.

There are a million possible reasons; it would be a good
idea to trace at different levels to see where the time
is lost.

One thing that comes to mind and that is often the cause of
what you observe would be that there is a lot of traffic
between the database and the application, but little traffic
between the application and the user.

Yours,
Laurenz Albe

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Ireneusz Pluta 2012-09-07 06:52:24 Re: libpq or postgresql performance
Previous Message Daniel Farina 2012-09-07 05:45:23 Re: HELP!!!-----Need to Sql commands to monitoring Postgresql