Skip to content

Will arrow-java support overall compression at the FieldVector level in the future, rather than separately compressing each ArrowBuffer within the FieldVector? #621

@swuferhong

Description

@swuferhong

Describe the enhancement requested

Currently, to do compression for one ArrowRecordBatch, in VectorUnloader, it will separately compress each ArrowBuffer within the FieldVector instead of compress at the FieldVector level. From the compression rate perspective, larger batches generally result in higher compression rates. Additionally, calling compress(BufferAllocator allocator, ArrowBuf uncompressedBuffer) multiple times may consume more CPU than call once.

Therefore, I would like to ask if there will be support for overall compression at the FieldVector level, which could improve the compression ratio without affecting the ability to read individual columns.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions