mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-24 02:20:37 +00:00
Before this change, internal page_size when doing aggregate, GROUP BY or nonpaged filtering queries was hard-coded to DEFAULT_COUNT_PAGE_SIZE. This made testing hard (timeouts in debug build), because the tests had to be large to test cases when there are multiple internal pages. This change adds new internal_paging_size variable, which is configurable by set_internal_paging_size and reset_internal_paging_size free functions. This functionality is only meant for testing purposes.