Load logged data into memory
loads the data in logs
= loadIntoMemory(logs
)logs
into memory. Data is logged to a
repository and brought into memory on an as-needed basis. When you want to work with
all elements of a large set of logged data, use loadIntoMemory
to
bring all of the elements into memory at once. Loading all the data at once, rather
than element by element, is much faster.