Hi,
We have total memory of 32gb
BP_ALL bufferpool = 160000 16k pages
BP_Temp bufferpool = 60000 16k pages
We reduced system memory to 16gb.
Altered BP_ALL bp to 80000 16k pages with default immediate
Altered BP_temp bp to 30000 16k pages with default immediate
I think alter bp is dymanic in v8.2 (AIX 5.2)
But when we try to issue the query or load,
System iowait is around 80-90% and paging space around 60%.
Usually the below statement takes 2 hours to complete with the original conf of 32gb memory and ....
INSERT INTO X.CURR SELECT * FROM Y.CURR <-- where 290 millions rows present in Y.CURR.
After the alter the same statement took 22 hours still it completed 1/4th.
Do we need to recycle the instance, once we alter bp?
Thanks
Raj