From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
---|---|
To: | "Gottfried F(dot) Zojer" <goenzoy(at)web(dot)de> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: <no subject> |
Date: | 2003-09-24 19:33:17 |
Message-ID: | Pine.LNX.4.44.0309242127210.22650-100000@peter.localdomain |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Gottfried F. Zojer writes:
> 1) Did somebody a compile with the Intel ICC inclusive performance logging
There have been varying degrees of success with the Intel compiler suite.
The 7.4 development branch can be compiled with icc, earlier versions not
without extra hacking. Some people have reported slight performance
improvements, but in general PostgreSQL is I/O bound, so it shouldn't
matter much. Others have also reported that binaries generated by icc
corrupt the database or don't start at all. See the archives for details.
My opinion is that it's not really worth the trouble.
> 2) Is there a hint where to find in the source the REGEX module
src/backend/regexp
> and is there any connection to inheritance of table.(module ???).
No.
> 3) Is there a short description for shared memory use in PostgreSQL
You can find some small hints at
http://www.postgresql.org/docs/7.3/static/kernel-resources.html#SYSVIPC
but there isn't really any developer-level documentation for that.
--
Peter Eisentraut peter_e(at)gmx(dot)net
From | Date | Subject | |
---|---|---|---|
Next Message | brook | 2003-09-24 20:02:17 | Re: creating/accessing new runtime parameters |
Previous Message | Tom Lane | 2003-09-24 19:11:19 | Re: pgsql-server/src/backend catalog/index.c comma ... |