Book Contents

Book Index

Next Topic

Home

Overview

As a Vertica SQL programmer, most of your tasks will be very similar to those required by other relational database management systems.

Connecting to a Vertica Database

There is nothing unusual about connecting to a Vertica database. You can connect interactively using vsql or connect from an application program using JDBC or ODBC.

Writing Queries

Vertica is designed to execute queries that are suitable for a star schema or snowflake schema. You may need to modify existing normalized schema queries in order to execute them againSt a Vertica database.