on PostgreSQL performance optimization.

From: Memphisto <szoli(at)netvisor(dot)hu>
To: PostgreSQL general mailinglist <pgsql-general(at)postgreSQL(dot)org>
Subject: on PostgreSQL performance optimization.
Date: 1998-12-19 10:21:44
Message-ID: Pine.LNX.3.96.981219111601.16538A-100000@linux.intranet.netvisor.hu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

For a month I was working on a NS-proxy parser that moved all necessary
information into a postgreSQL relation. The problem is that this app is
run every midnight so supposed to be process the information relatively
fast. It isn't. Today's proxy log is 3041705 bytes and the app is still
working on it.
I'd like to know how to optimize the performance of it. The app does not
consume too much CPU time, while postgreSQL does. How could I find out if
what is suboptimal - the scheme of relations or the SQL queries I wrote,
etc.

Thanks in advance.

--------------------------------------------------------------------------------
Sebestyén Zoltán <szoli(at)netvisor(dot)hu> I'm believing that the Holy Spirit is
gonna allow the hand, and the foot, and
MAKE INSTALL NOT WAR the mouth, just to begin to speak, and
to minister, and to heal coordinated by
the head.

I use UNIX because reboots are for hardware upgrades.

-- Eagerly waiting for FreeBSD 2.2.8 --

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Vadim Mikheev 1998-12-19 11:43:51 Re: [GENERAL] on PostgreSQL performance optimization.
Previous Message dustin sallings 1998-12-19 03:14:54 Re: [GENERAL] Slow Searches using MSAccess and ODBC to a PostGreSQL database