Quantcast
Channel: How to speed up table-retrieval with MATLAB and JDBC? - Stack Overflow
Browsing all 3 articles
Browse latest View live

Answer by Andrew Janke for How to speed up table-retrieval with MATLAB and JDBC?

SummaryTo speed this up, push the loops, and then your column datatype conversion, down in to the Java layer, using the Database Toolbox or custom Java code. The Matlab-to-Java method call overhead is...

View Article



Answer by santiago92 for How to speed up table-retrieval with MATLAB and JDBC?

It occurs to me that to speed up the query to the table, you have to remove if, for that in the JDBC ResulSetMetadata there that give you the information about the data type of the column and the same...

View Article

How to speed up table-retrieval with MATLAB and JDBC?

I am accessing a PostGreSQL 8.4 database with JDBC called by MATLAB.The tables I am interested in basically consist of various columns of different datatypes. They are selected through their...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images