The readData func returning all the rows as column name and value. 10k row has come in 16 second in this way. When I try the get 48k row from same table and redirect it to flutter throught API, it toke only 1.5 second. I write the API in python flask and pyodbc database engine. İt's returning data with list and tuples which include only value. I need to same thing at this library.
The readData func returning all the rows as column name and value. 10k row has come in 16 second in this way. When I try the get 48k row from same table and redirect it to flutter throught API, it toke only 1.5 second. I write the API in python flask and pyodbc database engine. İt's returning data with list and tuples which include only value. I need to same thing at this library.