zhihaop

Results 2 issues of zhihaop

This pull request corresponds to issue #14122.

We implemented asynchronous insertion batching in taosc. When user submit an insert statement to taos_query_ra, the statement will be buffered asynchronously instead of executing it immediately. If the number of...