I'm having issues with slow SELECT-Statements in a customer 4.6C SAP system with an Informix database underneath.
SAP (st02) says:
Data Buffers Size kb 0 (In words: Zero!)
Buffer Reads 16,356,855,961
Buffer Wait Ratio: 75.1%
Active Database parameters are as following:
Parameter: BTSCANNER
Value: num=12,threshold=500000,rangesize=500,alice=6,comp ression=med
Parameter: BUFFERPOOL 0
Value: size=2K,buffers=800000,lrus=124,lru_min_dirty=1.00 00000000,lru_m
Parameter: BUFFERS 0
Value: 800000
Parameter: BUFFERS_DEFAULT
Value: size=2K
Parameter: BUFFSIZE 0
Value: 2048
What is BUFFERS 0 anyway? Shouldn't it be just BUFFERS?
Can that be a typo which cause DB to have no data buffer at all?!?