Vertica packets

All communication between Vertica clients and servers is done through discrete packets. Request packets are sent by clients, response packets are sent by Vertica servers.

For full details, consult the Vertica documentation.

All packets have the following properties:

The packet types most commonly used in user logic are: Query, Parse, Bind, DataRow, and RowDescription.

Request packets

Response packets