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


The following commit(s) were added to refs/heads/main by this push:
     new d73cb08  SQL Kafka Profiling Example: Fixed README
d73cb08 is described below

commit d73cb08c60a84b3d9d872548d2431dc1975f795e
Author: Andrea Cosentino <[email protected]>
AuthorDate: Fri Oct 8 10:36:59 2021 +0200

    SQL Kafka Profiling Example: Fixed README
---
 profiling/sql-kafka/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/profiling/sql-kafka/README.md b/profiling/sql-kafka/README.md
index 42d4d22..a95bf8b 100644
--- a/profiling/sql-kafka/README.md
+++ b/profiling/sql-kafka/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.
 

Reply via email to