Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
According to a long discussion on the dev mailing list, final decision was made to compare few available options and based on the results select the best possible memory layout for Drill.
Options to compare:
- Drill vectors
- Arrow vectors
- Java objects in a heap.
Operations to compare:
// TBD