You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To meet needs for high performance client, we support SessionPool which will create N client connection with IoTDB server. SessionPool expose almost all APIs as async method except for open, close etc. You can refer SessionPoolTest.cs to see how to use session_pool.
2. Parallel Serialization
Support parallel serialization in insert_records and insert_records_of_one_device to fasten serialization
Docs
Add doc about time profiling, check this out if you are interested