Skip to content

Delete segments whose min-max falls into the given time range #10740

@wirybeaver

Description

@wirybeaver

Requirement: Delete segments within the timestamp.
Scenario: Delete massive number of segments in the PoC phase. The associate Kafka topic has high throughput.
Solution: Current segment deletion api requires user manually input segment list. We can add another api with the parameters fromTimestamp and endTimestamp. Then reuse the PinotHelixResourceManager' getSegmentsFor to get segment list and pass into the existing deleteSegments api.

Will raise a PR to implement this api

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions