How can I download data from Access Faster???
이전 댓글 표시
This is a very general question...I retrieve data from an accesss database using the DataBase toolbox functions and seems very slow. Is it there a way to perform faster queries /data extractions from Access to matlab? Thanks in advance for your help.
답변 (2개)
Titus Edelhofer
2011년 6월 10일
0 개 추천
Hi Fernando,
there is no general answer to this general question. Some thoughts though:
- run the profiler to find out, where the most time is spent
- many little queries are generally slower then a few large ones, so instead of looping on queries try to combine them and analyze the result data afterwards.
Titus
Fernando
2011년 6월 10일
0 개 추천
댓글 수: 1
Titus Edelhofer
2011년 6월 14일
Hi Fernando,
sorry, but then there will be not much you can do. The only thing: again, it depends on the size of the data. If the data is really (!) large, then it could be better again to divide the query into some (not many) smaller ones ...
Sorry for having no better news for you ...
Titus
카테고리
도움말 센터 및 File Exchange에서 Database Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!