This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch fix-readme-sql in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git
commit 646b2600f3898122a7a4445eeb38ccddb88fa4f6 Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Oct 8 10:10:32 2021 +0200 SQL to Kafka Exchange Pooling Profiling Example: Fixed README --- profiling/sql-kafka-exchange-pooling/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiling/sql-kafka-exchange-pooling/README.md b/profiling/sql-kafka-exchange-pooling/README.md index 42d4d22..a95bf8b 100644 --- a/profiling/sql-kafka-exchange-pooling/README.md +++ b/profiling/sql-kafka-exchange-pooling/README.md @@ -19,7 +19,7 @@ docker exec -i psql psql -U postgres < table.sql docker exec -i psql psql -U postgres < populate-30000.sql ``` -In this case I'm inserting 20 rows. +In this case I'm inserting 30000 rows, through the populate-30000.sql file. The PostgreSQL setup is done now.
