Re: performance hit with --enable-debug - Mailing list pgsql-general

From Peter Eisentraut
Subject Re: performance hit with --enable-debug
Date
Msg-id Pine.LNX.4.30.0101141305430.977-100000@peter.localdomain
Whole thread Raw
In response to performance hit with --enable-debug  ("Thomas T. Thai" <tom@minnesota.com>)
Responses Re: performance hit with --enable-debug  ("Thomas T. Thai" <tom@minnesota.com>)
Re: performance hit with --enable-debug  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-general
Thomas T. Thai writes:

> what kind of performance hit would i endure if i compiled with
> --enable-debug on -current

The effect in terms of query execution speed is probably minimal.  The
problem is that the executables get about 15% larger, which can lead to
longer load times, more memory usage, and ultimately to some speed issues.
Personally, I wouldn't worry about it too much, especially if you're
running beta and want to track down potential bugs.

--
Peter Eisentraut      peter_e@gmx.net       http://yi.org/peter-e/


pgsql-general by date:

Previous
From: Konstantinos Agouros
Date:
Subject: stupid select question...
Next
From: "Oliver Elphick"
Date:
Subject: Re: update field table.....