[
https://issues.apache.org/jira/browse/ASTERIXDB-3002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17698126#comment-17698126
]
ASF subversion and git services commented on ASTERIXDB-3002:
------------------------------------------------------------
Commit 4b5a6a7f071d1540d913d40ff1c24d9d72cabfd8 in asterixdb's branch
refs/heads/master from Wail Alkowaileet
[ https://gitbox.apache.org/repos/asf?p=asterixdb.git;h=4b5a6a7f07 ]
[ASTERIXDB-3029][RT] Introduce LazyVisitablePointable
- user mode changes: no
- storage format changes: no
- interface changes: no
Details:
- The lazy visitable pointable allows for traversing a record and
processing it in a single pass compared to the IVisitablePointable,
which requires two passes - one for calling set() and another when
calling accept().
- Does not require writing the nested values into temporary buffers.
- However, it is suitable when traversing the records in DFS.
- Traversing and processing records efficiently is crucial for
ASTERIXDB-3002 to infer the schema and covert rows into columns.
Change-Id: Iaf2c827d80a2a7e77f5f6eb5438cea417387e132
Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/17412
Tested-by: Jenkins <[email protected]>
Integration-Tests: Jenkins <[email protected]>
Reviewed-by: Wail Alkowaileet <[email protected]>
Reviewed-by: Ali Alsuliman <[email protected]>
> Introduce columnar format to AsterixDB
> --------------------------------------
>
> Key: ASTERIXDB-3002
> URL: https://issues.apache.org/jira/browse/ASTERIXDB-3002
> Project: Apache AsterixDB
> Issue Type: Epic
> Components: COMP - Compiler, STO - Storage, TYPE - Data Model
> Affects Versions: 0.9.9
> Reporter: Wail Y. Alkowaileet
> Assignee: Wail Y. Alkowaileet
> Priority: Major
> Fix For: 0.9.9
>
>
> For analytical workloads, queries are usually large (scan-based) and narrow
> (only involve a few values). We introduce a new columnar format in AsterixDB
> to accompany the current row format.
> For more details about the new columnar format, [see this
> paper|https://arxiv.org/pdf/2111.11517.pdf].
--
This message was sent by Atlassian Jira
(v8.20.10#820010)