Join Slack
Powered by
I’ve got maxLeftRecords set to 10K, I thought that...
# pinot-perf-tuning
k
Ken Krugler
12/11/2020, 1:24 AM
I’ve got maxLeftRecords set to 10K, I thought that was default - should I increase?
m
Mayank
12/11/2020, 2:16 AM
Yes, default is 10k, you can keep it at that:
Copy code
DEFAULT_MAX_LEAF_RECORDS = 10_000;
Open in Slack
Previous
Next