MATLAB DATABASE TOOLBOX RELEASE NOTES Podręcznik Użytkownika Strona 225

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 684
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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
Przeglądanie stron 224
1 2 ... 220 221 222 223 224 225 226 227 228 229 230 ... 683 684

Komentarze do niniejszej Instrukcji

Brak uwag