Hi, defeault limit on slate for returning objects from an object set is 10000 by default. Is there anyway to bypass it?
Hello,
This limit is put in place to prevent users from loading too much data into the browser memory as this can make it irresponsive.
Currently, the overall Object Set limits are:
- 100K for number of objects returned - https://www.palantir.com/docs/foundry/functions/enforced-limits/#object-set-load-limits
- 10K for number of aggregation buckets - https://www.palantir.com/docs/foundry/functions/api-object-sets/#computing-aggregations
In Slate, the limit of objects returned is 10,000.
If you’d like to share your use case, we can advise on a recommended course of action.