Vertica connector

The Vertica connector supports all versions of Vertica.

SSL/TLS connections are fully supported, both to the server(s) and to the clients.

Related pages

Vertica packets: describes all the packet types used by Vertica

Vertica filters: shows all the filter types for Vertica

Contexts: lists the JavaScript contexts available in filters

Parameters

The Vertica connector takes the following parameters:

Connection name

Can be any name you want.


Active

If checked, then this connection will be active any time Gallium Data is running, meaning that the local port will be open and listening for requests. If you uncheck this (and then click Publish), then the connection is "commented out" -- it's as if it didn't exist, but you can still keep it around and re-activate it later.


Type

The type of database for this connection. This is set when you create the connection and cannot be changed afterwards.


Server host

The name or address of the database server. This can be a partial name (like dbserver), a fully qualified name (like dbserver.it.acme.com), an IP4 address (like 181.77.230.42) or an IP6 address if your network supports IP6 (e.g. 266a:1790:2920:69e0:35c:d8ac:da8e:15e0). 

If you are running Gallium Data as a Docker container, and the database is on the host machine, you can use host.docker.internal (on Windows or Mac, but see here for Linux).


Local address

The address on which to listen for requests. This is typically only relevant if your server has more than one address. By default, Gallium Data will listen on all addresses (which is equivalent to 0.0.0.0).


Server port

The port on the database server. For Vertica, it's usually 5433 but it can also be something else. 


Local port

The port number in the Docker container on which Gallium Data will be listening to requests from database clients. 

Remember that this is the port in the Docker container -- if you map it to your host machine, you can map it to any other port number.

If you map it to  a port other than 5433, your Vertica clients will need to specify that port.


Use SSL to server

Whether to use SSL/TLS when connecting to the Vertica server. There are three options:

Note that, if you want to use SSL/TLS (i.e. either always or on request), the database server's certificate must be trusted by Gallium Data, meaning that either the database server uses a certificate that is signed by a well-known certificate authority, or the certificate (or its signer's certificate) is installed in the Gallium Data project's trust (under Project > Properties). You can also use the Trust server certificate option (see below).


Use SSL to client

Much like the previous parameter, three values are possible:

If you use always or on request, you must install a private key, as well as any certificates going with it, in the project's key area (under Project > Properties).


Trust server certificate

Whether to accept Vertica's SSL certificate at face value, or not. 

If this is false, and SSL is required, then Vertica's certificate will be verified, either by being signed by a well-known certificate authority, or by verifying it with the chain of certificates provided in the project's Trust entry.  If the verification fails, the connection will fail.

If this is true, then the Vertica SSL certificate will be accepted without verification.


Timeout to server

This specifies the number of milliseconds to wait when establishing a connection to the Vertica server. The default value (15 seconds) is usually adequate for most cases.