Re: PostgreSQL on 64 bit Linux

From: Douglas McNaught <doug(at)mcnaught(dot)org>
To: mark(at)mark(dot)mielke(dot)cc
Cc: Naz Gassiep <naz(at)mira(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: PostgreSQL on 64 bit Linux
Date: 2006-08-21 14:23:16
Message-ID: 87oduejhgr.fsf@suzuka.mcnaught.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

mark(at)mark(dot)mielke(dot)cc writes:

> I believe the answer is no. No or few 64-bit optimization possibilities
> have been chased down, probably because some or many of these would:
>
> 1) require significant re-architecture
>
> 2) reduce the performance in a 32-bit world

Honestly, I think the main "optimizations" happen automatically: the
compiler uses the extra registers (if present) and pointers in LP64
mode are automatically 64-bit, which allows much larger memory areas.
That's probably 95% of the win right there. What other
"optimizations" need doing?

People have been running PG with big databases on 64-bit iron for
years; don't you think any glaring infelicities would have been
addressed?

> It's a question that only half interests me. As with most projects, I
> don't think the projects are ready to re-architect for this
> purpose.

What re-architecting would be needed?

-Doug

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Joshua D. Drake 2006-08-21 14:30:49 Re: Replication
Previous Message Tom Lane 2006-08-21 14:21:55 Re: Optimizer degradation since 8.0