You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(odbc): enhance OdbcBufferSettings and improve data fetching logic
This commit refines the OdbcBufferSettings structure to support both buffered and unbuffered modes more effectively. It updates the handling of max_column_size and batch_size, ensuring better memory management and performance tuning. The OdbcBridge is modified to streamline data fetching based on the new settings, and tests are adjusted to reflect these changes, particularly for unbuffered mode.
0 commit comments