Main Content
loadIntoMemory
Load logged data into memory
Description
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.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2017b