Open banmoy opened 1 year ago
Scanning a big batch of data may reach the MaxMessageSize of thrift. One solution is to decrease starrocks.batch.size, but it will affect the performance. So we should add a configuration to increase the MAX_MESSAGE_SIZE.
starrocks.batch.size
MAX_MESSAGE_SIZE
Scanning a big batch of data may reach the MaxMessageSize of thrift. One solution is to decrease
starrocks.batch.size
, but it will affect the performance. So we should add a configuration to increase theMAX_MESSAGE_SIZE
.