필터 지우기
필터 지우기

faster datetime conversion using native MySQL Interface

조회 수: 1 (최근 30일)
Oliver Warlow
Oliver Warlow 2021년 4월 21일
Hi,
I am using the Native MySQLInterface to retrieve data from a database.
One of the columns has datetime data and the native interface recognises and retrieves it correctly, returning a variable of 'datetime' class.
however when i run the code profiler I am spending a lot of time in the function "convertToNativeTypes"
The functions within this taking the time are within the datetime function guessFormat and tryOneFmt.
I was wondering if there is a way of specifying the expected format so as to speed the up the datetime conversion within the fetch command?
thanks

답변 (0개)

카테고리

Help CenterFile Exchange에서 Database Toolbox에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by