This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git
commit 9f06454c81e9f92d482219c6c59819d751c8d97d Author: Andrea Cosentino <[email protected]> AuthorDate: Tue Oct 12 06:46:37 2021 +0200 SQL to Kafka: Update README --- profiling/sql-kafka/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/profiling/sql-kafka/README.md b/profiling/sql-kafka/README.md index a95bf8b..7ce47bb 100644 --- a/profiling/sql-kafka/README.md +++ b/profiling/sql-kafka/README.md @@ -8,9 +8,10 @@ docker run --name psql -e POSTGRES_PASSWORD=secret -d postgres Now you need to setup Database and collection: -There are two different scripts: +There are different scripts: - table.sql - - populate.sql + - populate-30000.sql + - populate-40000.sql And run the following scripts
