'When I use the Apache IoTDB C++ Client API's insertTablet(), it throws the exception `apache iotdb

database:org.apache.thrift.transport.TTransportException: Frame size (1212501072) larger than protect max size (536870912)`. I must send such big data one time, how can I adjust the parameter to controll Frame max size ?



Solution 1:[1]

Too much data is being written at one time, increase below mentioned parameter or send less data at a time

'thrift_MAX_frame_size =536870912'

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 YoungSheldon