This is an automated email from the ASF dual-hosted git repository.
jackie pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git
from 3318709acb Bump io.dropwizard.metrics:metrics-bom from 4.2.32 to
4.2.33 (#16163)
add 2079c4f81a Reduce segment metadata memory overhead. (#15591)
No new revisions were added by this update.
Summary of changes:
.../tests/ClusterIntegrationTestUtils.java | 3 +-
.../pinot/integration/tests/ClusterTest.java | 3 +-
.../tests/BigNumberOfSegmentsIntegrationTest.java | 266 +++++++++++++++++++++
.../immutable/ImmutableSegmentImpl.java | 6 +-
.../immutable/ImmutableSegmentLoader.java | 4 +-
.../index/column/PhysicalColumnIndexContainer.java | 117 +++++++--
.../local/segment/index/ColumnMetadataTest.java | 24 ++
.../column/PhysicalColumnIndexContainerTest.java | 150 ++++++++++++
.../index/loader/SegmentPreProcessorTest.java | 16 +-
.../apache/pinot/segment/spi/ColumnMetadata.java | 36 ++-
.../pinot/segment/spi/index/IndexService.java | 37 +++
.../spi/index/metadata/ColumnMetadataImpl.java | 91 ++++++-
.../spi/index/metadata/SegmentMetadataImpl.java | 16 +-
.../pinot/server/api/resources/TablesResource.java | 11 +-
.../pinot/server/api/TablesResourceTest.java | 4 +
15 files changed, 729 insertions(+), 55 deletions(-)
create mode 100644
pinot-integration-tests/src/test/java/org/apache/pinot/integration/tests/BigNumberOfSegmentsIntegrationTest.java
create mode 100644
pinot-segment-local/src/test/java/org/apache/pinot/segment/local/segment/index/column/PhysicalColumnIndexContainerTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]