Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add pinot offline table config for retention management #9979

Closed
donghun-cho opened this issue May 23, 2023 · 1 comment · Fixed by #9980
Closed

Add pinot offline table config for retention management #9979

donghun-cho opened this issue May 23, 2023 · 1 comment · Fixed by #9980
Assignees
Milestone

Comments

@donghun-cho
Copy link
Contributor

pinot offline table need segment push type APPEND for pinot retention manager

set segmentIngestionType and segmentIngestionFrequency for offline table

@donghun-cho
Copy link
Contributor Author

configuration for two offline table

"ingestionConfig": {
"batchIngestionConfig": {
"segmentIngestionType": "APPEND",
"segmentIngestionFrequency": "DAILY"
}
}

"ingestionConfig": {
"batchIngestionConfig": {
"segmentIngestionType": "APPEND",
"segmentIngestionFrequency": "DAILY"
}
}

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant