stream_query
Execute SQL queries on Vertica and retrieve results in batched, concatenated strings to efficiently manage large datasets.
Instructions
Execute a SQL query and return the results in batches as a single string.
Args:
ctx: FastMCP context for progress reporting and logging
query: SQL query to execute
batch_size: Number of rows to fetch at once
Returns:
Query results as a concatenated stringInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| batch_size | No |