Main Content
numpartitions
Number of partitions for MDF datastore
Description
returns the recommended number of partitions for the MDF datastore
N
= numpartitions(mdfds
)mdfds
. Use the result as an input to the
partition
function.
returns a reasonable number of partitions to parallelize N
= numpartitions(mdfds
,pool
)mdfds
over the parallel pool, pool
, based on the number of files in the
datastore and the number of workers in the pool.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2017b