Confluent Cloud Flink
- Process Data with Flink
- Overview
- Get Started
- Concepts
- Overview
- Autopilot
- Batch and Stream Processing
- Billing
- Comparison with Apache Flink
- Compute Pools
- Delivery Guarantees and Latency
- Determinism
- Private Networking
- Schema and Statement Evolution
- Snapshot Queries
- Statements
- Statement CFU Metrics
- Tables and Topics
- Time and Watermarks
- User-defined Functions
- How-To Guides
- Overview
- Aggregate a Stream in a Tumbling Window
- Combine Streams and Track Most Recent Records
- Compare Current and Previous Values in a Stream
- Convert the Serialization Format of a Topic
- Create a UDF
- Deduplicate Rows in a Table
- Generate Custom Sample Data
- Handle Multiple Event Types
- Log Debug Messages in UDFs
- Mask Fields in a Table
- Process Schemaless Events
- Profile a Query
- Resolve Statement Issues
- Scan and Summarize Tables
- Run a Snapshot Query
- Transform a Topic
- View Time Series Data
- Operate and Deploy
- Flink Reference
- Overview
- SQL Syntax
- DDL Statements
- Statements Overview
- ALTER AGENT
- ALTER CONNECTION
- ALTER MODEL
- ALTER TABLE
- ALTER TOOL
- ALTER VIEW
- CREATE AGENT
- CREATE CONNECTION
- CREATE FUNCTION
- CREATE MODEL
- CREATE TABLE
- CREATE TOOL
- CREATE VIEW
- DESCRIBE
- DROP AGENT
- DROP CONNECTION
- DROP MODEL
- DROP TABLE
- DROP TOOL
- DROP VIEW
- HINTS
- EXPLAIN
- RESET
- SET
- SHOW
- USE CATALOG
- USE database_name
- DML Statements
- Functions
- Data Types
- Data Type Mappings
- Time Zone
- Keywords
- Information Schema
- Example Streams
- Supported Cloud Regions
- SQL Examples
- Table API
- CLI Reference
- Get Help
- FAQ
Flink SQL Autopilot for Confluent Cloud
Autopilot scales up and scales down the compute resources that SQL statements use in Confluent Cloud for Apache Flink®. Autopilot assigns resources efficiently to SQL statements submitted in Confluent Cloud and provides elastic autoscaling for the entire time the job is running. One of the biggest benefits of using Confluent Cloud for Apache Flink is the built-in Autopilot capability.
State size
The state size is the amount of state that a statement has accumulated. Confluent Cloud for Apache Flink enforces a soft limit of 500 GB and hard limit of 1000 GB on the state size for each statement.
Flink SQL Autopilot in Confluent Cloud for Apache Flink | Confluent Documentation
Others
- SQL Join Queries in Confluent Cloud for Apache Flink | Confluent Documentation
- Multi-way join optimization - When joining three or more tables on a common join key, Flink can use a multi-way join operator instead of chaining multiple binary joins. This optimization reduces state by eliminating intermediate join results.