Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
Currently, on fetch ODBC driver first reads row from result set into a vector of primitives (including columns that are not bound to any buffers) and then put them into buffers. Avoid this, read only needed columns when required and store them directly in buffer.