MATLAB DATABASE TOOLBOX RELEASE NOTES User's Guide Page 225

  • Download
  • Add to my manuals
  • Print
  • Page
    / 684
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 224
Working with Large Data Sets
2-199
Export Large Data Sets from MATLAB
When inserting large volumes of data into a database, you might experience slow
processing. To achieve the fastest performance, use the appropriate function to insert the
data.
If you are using native ODBC, use the fastinsert or insert function for fastest
processing. If you are using a JDBC driver, use datainsert for the fastest processing to
export your data from MATLAB.
For a comparison of these functions, see “Inserting Data Using the Command Line” on
page 2-197.
Access Data Stored in a Database Using a DatabaseDatastore
An alternative for importing large data sets in a database into MATLAB is using a
DatabaseDatastore. A DatabaseDatastore is a datastore that contains a collection
of data stored in a database. You can use MapReduce to analyze large data sets stored in
a DatabaseDatastore object. For details, see “Working with a DatabaseDatastore”.
More About
“Choosing Between ODBC and JDBC Drivers” on page 2-10
Page view 224
1 2 ... 220 221 222 223 224 225 226 227 228 229 230 ... 683 684

Comments to this Manuals

No comments