tigergraph / gsql-graph-algorithms

GSQL Graph Algorithms
https://docs.tigergraph.com/graph-ml/current/intro/
Apache License 2.0
192 stars 70 forks source link

tg_wcc query parameter output_limit not effective #127

Open Boyu1997 opened 2 years ago

Boyu1997 commented 2 years ago

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.