Skip to content

Avoid unnecessary debug logging overhead in record write hot path #3461

Description

@arouel

Describe the enhancement requested

We see avoidable overhead in InternalParquetRecordWriter.checkBlockSizeReached() in a very hot write path, where debug logging calls still incurred work even when debug logs were disabled. At millions of records, that unnecessary boxing/checking adds up.

Component(s)

Core

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions