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
Add a telemetry query on start-up. This helps the Cockroach Labs team
prioritize support for the adapter. It can be disabled by setting the disable_cockroachdb_telemetry configuration option to false.
Improved connection performance by refactoring an introspection
that loads types.
Added a configuration option named use_follower_reads_for_type_introspection.
If true, it improves the speed of type introspection by allowing potentially stale
type metadata to be read. Defaults to false.