Skip to content

Commit

Permalink
reduce to 100,000 rows
Browse files Browse the repository at this point in the history
  • Loading branch information
kwannoel committed Sep 22, 2023
1 parent 27af793 commit db9265b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions ci/scripts/run-backfill-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@
# Hence keeping it in case we ever need to debug backfill again.

# USAGE:
# Start a rw cluster then run this script.
# ```sh
# ./risedev d
# cargo make ci-start ci-backfill
# ./ci/scripts/run-backfill-tests.sh
# ```

Expand Down
2 changes: 1 addition & 1 deletion ci/scripts/sql/backfill/insert.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ insert into t1
SELECT
generate_series,
'{"orders": {"id": 1, "price": "2.30", "customer_id": 2}}'::jsonb
FROM generate_series(1, 200000);
FROM generate_series(1, 100000);
FLUSH;

0 comments on commit db9265b

Please sign in to comment.