Keep pool
Hi
does an object which will be kept in memory can come out of it after
some time (based on LRU) ?if yes what is the permanent solution for keeping that?
ALTER TABLE <table_name> STORAGE (buffer_pool KEEP);
Thanks
ALTER TABLE <table_name> STORAGE (buffer_pool KEEP);
Thanks
0