Kyligence/kylinpy

The result set size is default to 50000 and can not be changed.

mclovinxie opened this issue · 1 comments

The 'execute' method of the 'Cursor' class passes only query but not params to the 'query' method of the 'Project' class. The query method set 'limit' default to 50000. The result set size will be less than or equal to 50000. This is not we want when the result set size is larger than 50000.

image

image

@tosakyo For Kylin, it is generally used to aggregate queries, and is not suitable for detailed queries. It is recommended that you add filter.

Future versions will expose query limit configuration items.