This is the implementation of the Vertica data handler for MindsDB. The column-oriented Vertica Analytics Platform was designed to manage large, fast-growing volumes of data and with fast query performance for data warehouses and other query-intensive applications. The product claims to greatly improve query performance over traditional relational database systems, and to provide high availability and exabyte scalability on commodity enterprise servers. Vertica runs on multiple cloud computing systems as well as on Hadoop nodes. Vertica’s Eon Mode separates compute from storage, using S3 object storage and dynamic allocation of compute notes.Documentation Index
Fetch the complete documentation index at: https://docs.mindsdb.com/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
Before proceeding, ensure the following prerequisites are met:- Install MindsDB locally via Docker or Docker Desktop.
- To connect Vertica to MindsDB, install the required dependencies following this instruction.
- Install or ensure access to Vertica.
Implementation
This handler is implemented usingvertica-python, a Python library that allows you to use Python code to run SQL commands on the Vertica database.
The required arguments to establish a connection are as follows:
useris the username asscociated with the database.passwordis the password to authenticate your access.hostis the host name or IP address of the server.portis the port through which TCP/IP connection is to be made.databaseis the database name to be connected.schemais the schema name to get tables from.