Query parameter INT output_limit = 100 is intended to limit print size for large datasets.
Currently, this output limit only applies to the print for v_type.
@@comp_group_by_size_map and @@comp_sizes_map can also get very large on large datasets.
This can break the result size limit in GraphStudio, even with output_limit configured.
Query parameter
INT output_limit = 100is intended to limit print size for large datasets.Currently, this output limit only applies to the print for
v_type.@@comp_group_by_size_mapand@@comp_sizes_mapcan also get very large on large datasets.This can break the result size limit in GraphStudio, even with
output_limitconfigured.