Skip to content

Enhancement and New Feature

Compare
Choose a tag to compare
@eedalong eedalong released this 26 Apr 02:09
· 152 commits to main since this release

IoTDB CSharp Client Release Note

Enhancement

1. SessionPool

  • 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