readall
Read all data in MDF datastore
Description
reads all the data in the MDF datastore specified by data
= readall(mdfds
)mdfds
, and
returns a timetable.
After the readall
function returns all the data, it resets
mdfds
to point to the beginning of the datastore.
If all the data in the datastore does not fit in memory, then
readall
returns an error.
specifies to use a parallel pool to read all of the data. By default, the
data
= readall(mdfds
,"UseParallel",true)"UseParallel"
option is false
. The choice
of pool depends on the following conditions:
If you already have a parallel pool running, that pool is used.
If your parallel preference settings allow a pool to automatically start, this syntax will start one, using the default cluster.
If no pool is running and one cannot automatically start, this syntax does not use parallel functionality.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2017b