datastore
(Not recommended) Create datastore to access collection of data in a database
datastore is not recommended. Use databaseDatastore instead.
Description
This datastore function creates a DatabaseDatastore object. You can use this object to read large volumes of data in
a relational database.
A DatabaseDatastore is one of the available datastore
types. You can create other types of datastores using the MATLAB® function datastore. After creating any datastore, you
can analyze data by writing custom functions to run MapReduce using the mapreduce function. For details, see Getting Started with MapReduce.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2014b