Thread: Intel C++ Compiler
Hi, does anyone has made experiences compiling postgresql with the Intel C++ Compiler for Linux to improve performance? I've read an article in the german magazine "IX", where speed- ups more than 40% are possible, only by re-compiling the code. We are running postgres on a Dual-PIII/933 NetServer which works like a charm - but fast is never fast enough ;-) Regards R. Lüttecke (IT) MICHAELTELECOM AG Bruchheide 34 49163 Bohmte +49 5471 8060 http://www.michael-telecom.de
> Hi, > > does anyone has made experiences compiling postgresql with > the Intel C++ Compiler for Linux to improve performance? > I've read an article in the german magazine "IX", where speed- > ups more than 40% are possible, only by re-compiling the code. > We are running postgres on a Dual-PIII/933 NetServer which > works like a charm - but fast is never fast enough ;-) I have not heard of anyone trying but would be interested in seeing the numbers. I don't think databases in general would have a dramatic speedup. -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 853-3000 + If your life is a hard drive, | 830 Blythe Avenue + Christ can be your backup. | Drexel Hill, Pennsylvania 19026
Rolf Lüttecke writes: > does anyone has made experiences compiling postgresql with > the Intel C++ Compiler for Linux to improve performance? Compiling C code with a C++ compiler might be the first problem you would run into. But since the PostgreSQL server is I/O-bound in almost all situations I think it wouldn't make much of a difference anyway. -- Peter Eisentraut peter_e@gmx.net http://funkturm.homeip.net/~peter