Operations FAQ
Operations
How much heap should I allocate for my Pinot instances?
Does Pinot provide any backup/restore mechanism?
Can I change a column name in my table, without losing data?
How to change number of replicas of a table?
{
"tableName": "pinotTable",
"tableType": "OFFLINE",
"segmentsConfig": {
"replication": "3",
...
}
..How to run a rebalance on a table?
How to control number of segments generated?
What are the common reasons my segment is in a BAD state ?
How to reset a segment when it runs into a BAD state?
What's the difference to Reset, Refresh, or Reload a segment?
How can I make brokers/servers join the cluster without the DefaultTenant tag?
How to I manually run a Periodic Task
Tuning and Optimizations
Do replica groups work for real-time?
r1
r2
Last updated
Was this helpful?

