Re: [HACKERS] Profile of current backend

From: Michael Meskes <meskes(at)topsystem(dot)de>
To: maillist(at)candle(dot)pha(dot)pa(dot)us (Bruce Momjian)
Cc: pgsql-hackers(at)postgresql(dot)org (PostgreSQL Hacker)
Subject: Re: [HACKERS] Profile of current backend
Date: 1998-02-06 08:54:03
Message-ID: 199802060854.JAA07428@gauss.topsystem.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce Momjian writes:
> Interesting. Nothing is jumping out at me. Looks like we could try to
> clean up heapgettup() to see if there is anything in there that can be
> speeded up.
>
> None of the calls looks like it should be inlined. Do you see any that
> look good for inlining?

Not exactly. But to get my application running we have to do something to
speed it up. This morning I started my program on a database with 15165
records in one table and something like 100 in a second plus 2 in a third.
Then my software tries to add records to the first table and for each record
added it updates a record in the other two. This doesn't count the select
etc.

Anyway, the data isn't processed fast enough. I tried adding about 600
records which should be done (the time in which the data was send) in 5
minutes, but our system needed almost 8 minutes to insert the data. And this
doesn't cause Oracle too much trouble.

So I guess there's need for some speed-up. :-)

Michael

--
Dr. Michael Meskes, Project-Manager | topsystem Systemhaus GmbH
meskes(at)topsystem(dot)de | Europark A2, Adenauerstr. 20
meskes(at)debian(dot)org | 52146 Wuerselen
Go SF49ers! Go Rhein Fire! | Tel: (+49) 2405/4670-44
Use Debian GNU/Linux! | Fax: (+49) 2405/4670-10

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Meskes 1998-02-06 09:09:21 Re: [HACKERS] Bug?
Previous Message Michael Meskes 1998-02-06 08:42:57 Re: [HACKERS] Preprocessor