Skip to content

Implement CSR_DENSITY and/or CSR_LEAVE_GAPS options #488

@adsharma

Description

@adsharma

A 160MB parquet rel table from livejournal results in 500MB in native rel tables.

Half of it is due to bi-directional storage which can be optimized via STORAGE_DIRECTION='FWD'

Status today:

  • CSR density is hard-coded:
  • PACKED_CSR_DENSITY = 0.8
  • no table option
  • PackedCSRInfo even has a TODO saying it should be serialized/configured per node group.

The task is to make them configurable and use for read-only tables.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions