Quote:
|
Originally Posted by wehrle
So, if I did my math correctly, this buffer pool is just over 2G, is that right?
|
Yes, but you may not have that much free memory. I would try to cut it in half and see if that helps, and slowly start raising it until you see a problem.
But 2GB is a very large bufferpool for most applications, so you need to determine if you really need that much and if it really helps bufferpool hit ratio.
Since you don't seem to have a 4K bufferpool, then I assume that your system catalog tablespace size was converted to 16K? Personally, I don't think that is a good idea. Usually only very large tables (number of rows) and very large indexes used in a data warehouse application (frequent table scans) should be on tablespaces with a 16K pagesize, unless the row will not fit on a smaller page size.