From 31f03b4a17882de9762a337085d6cc07fb9572dd Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Tue, 4 Sep 2018 06:01:31 +0200 Subject: [PATCH] increase the number of cassandra records --- cassandra_setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cassandra_setup.py b/cassandra_setup.py index 106f66d..ed18c2e 100644 --- a/cassandra_setup.py +++ b/cassandra_setup.py @@ -133,7 +133,7 @@ class PythonCassandraExample: """ ) counter = 1 - while 10000 > counter: + while 100000 > counter: batch = create_batch(insert_sql) self.session.execute(batch) counter += 1