I’ve got maxLeftRecords set to 10K, I thought that...
# pinot-perf-tuning
k
I’ve got maxLeftRecords set to 10K, I thought that was default - should I increase?
m
Yes, default is 10k, you can keep it at that:
Copy code
DEFAULT_MAX_LEAF_RECORDS = 10_000;