I would like to confirm how KDB uses disk and memory
resources.Specifically I am after what happens when updating a single
value in a KDB table (assuming the table is not already loaded into
memory).Does the whole splay table partition have to be loa...