If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > PostgreSQL > Too Much RAM?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-02-12, 11:30
CarlosinFL CarlosinFL is offline
Registered User
 
Join Date: Oct 2010
Location: Orlando, FL
Posts: 184
Too Much RAM?

Can performance of my PostgreSQL database server be in any way negatively impacted by the system having too much physical RAM. Lets say I have a master database server running PostgreSQL 9.1.2 & we had 96 GB's of physical RAM. Would there be any performance implications to a server having far more RAM than needed to perform it's functions?
Reply With Quote
  #2 (permalink)  
Old 02-13-12, 15:10
loquin loquin is offline
Super Moderator
 
Join Date: Jun 2004
Location: Arizona, USA
Posts: 1,797
I wouldn't think so. What are your configuration settings for memory?
__________________
Lou
使大吃一惊
"Lisa, in this house, we obey the laws of thermodynamics!" - Homer Simpson
"I have my standards. They may be low, but I have them!" - Bette Middler
"It's a book about a Spanish guy named Manual. You should read it." - Dilbert

Reply With Quote
  #3 (permalink)  
Old 03-21-12, 16:08
bitznbitez bitznbitez is offline
Registered User
 
Join Date: Mar 2012
Posts: 8
There is no downside to a server having more physical ram than you need. It is a nice problem to have because you can keep your entire database in memory. Allocate enough buffers to hold it all, right after startup initiate something that does table scans of the whole thing to ensure its all in memory quickly and you have an in memory db. Sweet.

There is a downside to allocating more ram to the database than the server has ( swapping / paging etc. ).
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On