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

[PROPOSAL]: ZOrderCoveringIndex #515

Open
3 of 4 tasks
sezruby opened this issue Dec 9, 2021 · 0 comments
Open
3 of 4 tasks

[PROPOSAL]: ZOrderCoveringIndex #515

sezruby opened this issue Dec 9, 2021 · 0 comments
Labels
proposal This is the default tag for a newly created design proposal untriaged This is the default tag for a newly created issue

Comments

@sezruby
Copy link
Collaborator

sezruby commented Dec 9, 2021

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
proposal This is the default tag for a newly created design proposal untriaged This is the default tag for a newly created issue
Projects
None yet
Development

No branches or pull requests

1 participant