Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Implemented
-
None
Description
Once we have BinaryRow, we should also introduce the hash table which stored all rows in binary format. It has multiple benefits if we knows the binary format about the build side row and probe side row. For example, we can directly compare on byte arrays when we want to check if build key and probe key equals. We can also eliminate lots of deserialize cost when we want to get a row instance from some binary data.
Attachments
Issue Links
- is a child of
-
FLINK-11490 Add an initial Blink SQL batch runtime
- Closed
- links to