Skip to content

Vertica

Vertica Driver

Use the Vertica driver when you want DBeagle’s exploration workflow against a Vertica warehouse.

Default connection fields

FieldDefaultDescription
HostRequiredVertica host
Port5433Standard Vertica port
DatabaseOptional but recommendedDefault database
SchemaOptionalDefault schema
UserOptionalVertica user name
PasswordOptionalStored in VS Code SecretStorage
SSL / TLSfalseTurn on when your cluster requires it
Verify server certificatetrueKeep enabled for trusted production use
Max pooled connectionsDriver defaultOptional pool cap
TimeoutInherits global defaultPer-connection timeout override in seconds
  • Set the default database and schema to match your usual working context.
  • Keep certificate verification on for normal production environments.
  • Use active schema selection if you want the tree and autocomplete to stay focused on a smaller subset.

Notes

  • Vertica follows a database and schema hierarchy that fits DBeagle’s shared tree model well.
  • DBeagle applies the configured schema context for browsing and query execution.
  • Generic SQL editors work well with Vertica in DBeagle.

Vertica connection form