[STREAM-1052] update generator to get 1000 rows/blocks per call

This commit is contained in:
Jensen Yap 2024-10-11 15:18:32 +09:00 committed by Julius Remigio
parent c35e0fb03b
commit d323f7c757

View File

@ -37,7 +37,7 @@
) AS max_height,
latest_block_height
FROM
TABLE(generator(ROWCOUNT => 500)),
TABLE(generator(ROWCOUNT => 1000)),
heights qualify block_number BETWEEN min_height
AND max_height
{% endmacro %}