Skip to content
This repository was archived by the owner on Jun 14, 2024. It is now read-only.
This repository was archived by the owner on Jun 14, 2024. It is now read-only.

[PROPOSAL]: ZOrderCoveringIndex #515

@sezruby

Description

@sezruby

NOTE: This is an issue for tracking Z-order covering index.

The initial implementation is ready in #495.

Problem Statement

Currently, CoveringIndex data is stored as bucketed, and it just sorted within a bucket.
So it is usually less effective for filter queries compared to fully sorted data.
In addition, the index is applied when a given query has conditions only with the first indexed column.

Background and Motivation

TBD

Proposed Solution

Introduce Z-order covering index type to optimize filter query for multiple columns.
TBD

Known/Potential Compatibility Issues

TBD

Design

TBD

Implementation

Metadata

Metadata

Assignees

No one assigned

    Labels

    proposalThis is the default tag for a newly created design proposaluntriagedThis is the default tag for a newly created issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions