Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
git.commit.id.abbrev=cf2b7c7
The below query spills to disk for the sort. The dataset contains 5000 files and each file contains a single record.
select * from dfs.`/drill/testdata/resource-manager/5000files/text` order by columns[1];
Enviironment :
DRILL_MAX_DIRECT_MEMORY="16G" DRILL_MAX_HEAP="4G"
I attached the dataset, logs and the profile
Attachments
Attachments
Issue Links
- Is contained by
-
DRILL-5601 Rollup of External Sort memory management fixes
- Resolved