Skip to content

Commit 738984d

Browse files
committed
update types
1 parent e2bf7fb commit 738984d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/integrations/data-ingestion/clickpipes/kafka/04_best_practices.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ Benchmark details:
139139
- We used production ClickHouse Cloud services with enough resources to ensure that throughput was not bottlenecked by the insert processing on the ClickHouse side.
140140
- The ClickHouse Cloud service, the Kafka cluster (Confluent Cloud), and the ClickPipe were all running in the same region (`us-east-2`).
141141
- The ClickPipe was configured with a single replica.
142-
- The sample data included nested data with a mix of uuid, string, and integer datatypes.
143-
- Other datatypes, such as floats may be less performant.
142+
- The sample data included nested data with a mix of UUID, String, and Int datatypes.
143+
- Other datatypes, such as Floats, Decimals, and DateTime types may be less performant.
144144
- There was no appreciable difference in performance between compressed and uncompressed data.
145145

146146

0 commit comments

Comments
 (0)