v.21.6Performance Improvement
Improved ODBC Performance and Support for New Data Types
Improved performance of ODBC connections and fixed all the outstanding issues from the backlog. Usingnanodbclibrary instead ofPoco::ODBC. Closes #9678. Add support for DateTime64 and Decimal* for ODBC table engine. Closes #21961. Fixed issue with cyrillic text being truncated. Closes #16246. Added connection pools for odbc bridge. #21972 (Kseniia Sumarokova).