ADO.NET Provider for Apache Kafka

Build 25.0.9540

CreateTablePartitions

Specifies the number of partitions to assign to a topic created through a CREATE TABLE statement.

データ型

int

デフォルト値

1

解説

When you execute a CREATE TABLE statement, the 本製品 creates a new empty Kafka topic. By default, this topic is created with one partition.

Increase this value to create topics with additional partitions. More partitions allow Kafka to distribute messages across multiple consumers within the same consumer group, enabling greater parallelism and higher throughput. Choose a partition count that aligns with your expected workload and consumer group size.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 25.0.9540