Skip to content

Report deletion vector count in IcebergSplitSource.getMetrics#28067

Merged
ebyhr merged 1 commit intotrinodb:masterfrom
ebyhr:ebi/iceberg-dv-report
Feb 2, 2026
Merged

Report deletion vector count in IcebergSplitSource.getMetrics#28067
ebyhr merged 1 commit intotrinodb:masterfrom
ebyhr:ebi/iceberg-dv-report

Conversation

@ebyhr
Copy link
Member

@ebyhr ebyhr commented Feb 2, 2026

Description

trino:tpch> EXPLAIN ANALYZE VERBOSE SELECT * FROM region;
                                                                                         Query Plan
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
 Trino version: testversion
 Queued: 2.45ms, Analysis: 5.62ms, Planning: 36.45ms, Execution: 167.54ms, Finishing: 0.00ns
...
     TableScan[table = iceberg:tpch.region$data@3632375038726047818]
         Layout: [regionkey:bigint, name:varchar, comment:varchar]
         Estimates: {rows: 5 (945B), cpu: 945, memory: 0B, network: 0B}
         CPU: 8.00ms (100.00%), Scheduled: 10.00ms (100.00%), Blocked: 0.00ns (?%), Output: 4 rows (319B)
         connector metrics:
           'ParquetReaderCompressionFormat_ZSTD' = LongCount{total=372}
         splits generation metrics:
           'dataFileSizeBytes' = LongCount{total=874}
           'dataFiles' = LongCount{total=1}
           'dataManifests' = LongCount{total=1}
           'deleteFileSizeBytes' = LongCount{total=42}
           'deleteManifests' = LongCount{total=1}
           'deletionVectorFiles' = LongCount{total=1}
...

Release notes

(x) This is not user-visible or is docs only, and no release notes are required.

@cla-bot cla-bot bot added the cla-signed label Feb 2, 2026
@github-actions github-actions bot added the iceberg Iceberg connector label Feb 2, 2026
@ebyhr ebyhr merged commit 72f72ca into trinodb:master Feb 2, 2026
45 checks passed
@ebyhr ebyhr deleted the ebi/iceberg-dv-report branch February 2, 2026 06:17
@github-actions github-actions bot added this to the 480 milestone Feb 2, 2026
@ebyhr ebyhr mentioned this pull request Feb 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed iceberg Iceberg connector

Development

Successfully merging this pull request may close these issues.

2 participants