[
https://issues.apache.org/jira/browse/ASTERIXDB-2526?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Till Westmann updated ASTERIXDB-2526:
-------------------------------------
Fix Version/s: (was: 0.9.6)
0.9.7
> Array-item access requires data copy in some cases
> --------------------------------------------------
>
> Key: ASTERIXDB-2526
> URL: https://issues.apache.org/jira/browse/ASTERIXDB-2526
> Project: Apache AsterixDB
> Issue Type: Task
> Components: RT - Runtime, TYPE - Data Model
> Affects Versions: 0.9.4
> Reporter: Till Westmann
> Assignee: Till Westmann
> Priority: Major
> Fix For: 0.9.7
>
>
> Currently the access to an item in a typed array requires a data copy, as the
> (shared) type and the data need to be copied to adjacent memory locations to
> allow for processing by the current pointables. Instead, the
> {{TaggedValuePointable}} could be changed to separate the {{tag}} from the
> {{value}}, so that they don't need to be in adjacent memory locations.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)