Every time the SQL engine goes to process, it is picking up minimal index entries. A DDL created index is defaulted to a buffer size of 64K, but can be changed at creation time if a larger or smaller size is truely required. Be advised though, that if another index is created, with a larger buffer with the same access path, the larger will be used. (source: LinkedIn AS/400 Professionals)