SergeB
Employee
SergeB Employee
Reactions
-
Re: Help to understand the slow running qury
Query 1 and Query 2 are not joining on the same column: Q1 where a.netif_unique_id = c.netif_unique_id and a.netif_unique_id in ('d946b79e-7d9a-4575-91c3-893172f32a5b' ) Q2 where a.node_uni… (View Post)1 -
Re: Different TLS default behaviour for JDBC, ODBC and other drivers
@Sergey_Cherepan_1 Did you configure your authentication to only allow TLS? for instance CREATE AUTHENTICATION v_ldap METHOD 'ldap' HOST TLS '10.0.0.0/23'; Would also allow TLS co… (View Post)1 -
Re: Internal format for TimeTZ
I think the lower 24 bits represent the timezone as UTC offset in seconds. (View Post)1 -
Re: 9.3.1. Kafka scheduler and SASL_PLAINTEXT credentials
This has been addressed in 12.0.4, there is now an extra parameter called kafka_conf_secret where you can put sensitive configuration options such as sasl.password. see: https://docs.vertica.com/12.0… (View Post)1 -
Re: KafkaAvroParser and SSL
For everyone's benefit, wanted to share the solution. schema_registry_ssl_ca_path has to be a path to a directory containing hashed CA certificates (hashed as in openssl rehash) Documentation wi… (View Post)1
















