skip to main content
Reference : Designing ODBC applications for performance optimization : Retrieving data : Choosing the right data type
  

Try DataDirect Drivers Now
Choosing the right data type
Retrieving and sending certain data types can be expensive. When you are working with data on a large scale, select the data type that can be processed most efficiently. For example, integer data is processed faster than floating-point data. Floating-point data is defined according to internal database-specific formats, usually in a compressed format. The data must be decompressed and converted into a different format so that it can be processed by the wire protocol.