/Instance/addInstance
API. This property is checked when a Pinot node starts and has no effect once the node is connected to the cluster.pinot.broker.query.response.limit (Default is 2147483647).
E.g. If setpinot.broker.query.response.limit=1000
in Broker conf, then querySELECT * FROM myTable LIMIT 25000
will be override to SELECT * FROM myTable LIMIT 1000
.