Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The TopN key optimizer currently uses a priority queue for keeping track of the largest/smallest rows. Its max size is the same as the user specified limit. This should be replaced a more cache line friendly array with a small (128) maximum size and see how much performance is gained.
Attachments
Attachments
Issue Links
- Dependent
-
HIVE-22666 Introduce TopNKey operator for PTF Reduce Sink
- Closed
- relates to
-
HIVE-17896 TopNKey: Create a standalone vectorizable TopNKey operator
- Closed
- links to