Multiple-Statement Requests - Teradata VantageCloud Lake

Lake - Database Reference

Deployment
VantageCloud
Edition
Lake
Product
Teradata VantageCloud Lake
Release Number
Published
February 2025
ft:locale
en-US
ft:lastEdition
2025-11-21
dita:mapPath
ohi1683672393549.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
ohi1683672393549

Multiple-statement requests are a database feature in which multiple SQL statements are bundled together and treated as a single parsing and recovery unit, as the following graphic shows:


multiple-statement requests example

These single-AMP multiple-statement requests are run in parallel, and are therefore processed efficiently. Multiple-statement requests are application-independent and can improve performance in multiple ways, especially in improving response times for the combined statements.

The benefits of multiple-statement requests include the following:
  • Communication overhead is reduced
  • One parser-optimization process is performed instead of multiple ones
  • Greater inter-request parallelism is possible