Borrar filtros
Borrar filtros

SQL Database - Import Specific Rows from Large file

1 visualización (últimos 30 días)
Hayden Raabe-Garmon
Hayden Raabe-Garmon el 16 de Mzo. de 2023
Respondida: Srija Kethiri el 18 de Abr. de 2023
Hello!
I am dealing with some fairly large SQL Database Tables, some that can take multiple minutes to fetch/read. Is there a way to import select rows from the table to decrease processing time? This processing time extendings the loading time for an app that I am designing.
(Parralell Computing Toolbox is not an option)

Respuesta aceptada

Srija Kethiri
Srija Kethiri el 18 de Abr. de 2023
Hi Hayden,
I understand that you have a large database and want to import only a few rows from it, to decrease the processing time.
You can use the “databaseImportOptions” function and set the “RowFilter” property of the function, to the desired condition to import the data you required.
To know more about “databaseImportOptions”, please refer to the following documentation:
Hope this helps!

Más respuestas (0)

Etiquetas

Productos


Versión

R2023a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by