Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Is PostgreSQL a 64-bit database?

Status
Not open for further replies.

oradba101

MIS
Feb 28, 2003
318
US
Is PostgreSQL a 64-bit database? If not, is there any plans to make it so?

Thanks,

Bill Chadbourne
Oracle DBA
TCMHS
 
PostgreSQL can be compiled in 64-bit mode an any of the 64-bit architectures in ceco's link. Exactly what that means for performance/size is not always an easy answer. In other words, for some cases, the performance difference between a 32-bit and a 64-bit system might not be that great. Also, PostgreSQL table sizes are not limited by 2GB or 4GB file size limits even on 32-bit systems. And, PostgreSQL has a 64-bit long integer type even on 32-bit systems.

If you browse the mail lists, you will probably find some good information on 64-bit optimization.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top