Hi,
My question is DBA oriented
I have a small table ~ 500 rows, each row 100 bytes.
All the accesses to this table in on-line operations are for read and not for update or insert.
But we have really many accesses to this table, about million every day.
Is it possible for DBA to define the table in DB2 cache or memory, in order to cause selects not going to the disk, but to go to the memory?
Thanks
Jack