Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
Currently, our physical executor is based on a tuple-at-a-time model. It is a traditional model and is well known that it is not efficient in terms of CPU costs.
Also, I think that we can design integrated interface for row block with considering row block and vectorized row block. I'll add some possibility to extend row block iteration model to be vectorized.
In addition, in order to achieve more CPU efficient implementations, we will make good use of off heap data structure (TAJO-907) and code generation (TAJO-906).
This is an umbrella issue, which is to change current execution model to block iteration model.
Attachments
Issue Links
- depends upon
-
TAJO-907 Implement off-heap tuple block and zero-copy tuple
- Resolved
-
TAJO-906 Runtime code generation for evaluating expression trees
- Resolved
- is related to
-
TAJO-631 Zero copy physical layer processing
- Open
-
TAJO-1148 Support for offheap-based scanner
- Open
- relates to
-
TAJO-1058 Implement off-heap hash table for hash aggregation
- In Progress