-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Keep only needed mapping in TableToPartitionMapping
Keep the mapping only for columns which are needed for query execution. With big enough table the mapping alone could take 100kB+. With recent change we reduced the size by order of ~8 by using Int2IntArrayMap internally but still 10kB+ of memory per each split is noticable memory pressure on coordinator.
- Loading branch information
Showing
1 changed file
with
46 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters