'insert table fail in Apache IoTDB Database
Recently, I tried to insert table in Apache IoTDB with c++ client.Howerver, I got an error bellow:图,My Apache IoTDB Version is: version: 0.13. Does anyone know is there any way to solve it?enter image description here
Solution 1:[1]
This is not a problem of high concurrency. Your single request is too large. The default limit is 512MB. 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 | Akzhol Tynchtykov |
