64bit vs 32bit build on amd64

From: Roman Krylov <rkrylov(at)mail(dot)ru>
To: pgsql-performance(at)postgresql(dot)org
Subject: 64bit vs 32bit build on amd64
Date: 2006-09-04 20:42:28
Message-ID: 44FC8FB4.4030706@mail.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Hi.
My config:
gentoo linux "2005.1" on amd64x2 in 64-bit mode,
kernel 2.6.16.12
glibc 3.3.5(NPTL),
gcc 3.4.3.
I had not used portage for building.
I built two versions of postgres from sources:
postgresql-8.1.4 native(64bit)
and 32-bit with CFLAGS=... -m32, and "LD =
/usr/x86_64-pc-linux-gnu/bin/ld -melf_i386" in src/Makefile.global.
32-bit build runs much faster than 64 apparently.
What benchmark utility should I run to provide more concrete info (numbers)?
What could be the reason of that difference in performance?

Regards,
Roman.

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Gregory Stark 2006-09-04 22:13:34 Re: database bloat, non removovable rows, slow query etc... [RESOLVED]
Previous Message Dave Cramer 2006-09-04 15:14:44 Re: increasing shared buffers: how much should be removed from OS filesystem cache?