[ 
https://issues.apache.org/jira/browse/TAJO-106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hyunsik Choi updated TAJO-106:
------------------------------

    Fix Version/s: 0.3-incubating
    
> Design and Implement Vectors class
> ----------------------------------
>
>                 Key: TAJO-106
>                 URL: https://issues.apache.org/jira/browse/TAJO-106
>             Project: Tajo
>          Issue Type: Sub-task
>          Components: physical operator
>            Reporter: Hyunsik Choi
>            Assignee: Hyunsik Choi
>             Fix For: 0.3-incubating
>
>
> The class 'Vectors' is the a base data structure that contains a number of 
> rows in the DSM (decomposition storage model) manner. In other words, Vectors 
> object should have a list of columns, each of which is an array of primitive 
> types, such as int, long, and double. Also, what each column values can be 
> nullable should be considered for its design.
> The cache effect also should be considered for determining the size of each 
> vector. According to the MonetDB/X100 paper, 1000 values for each vector are 
> the best size for cache effect.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to