Skip to content

Enhancement and New Features release

Compare
Choose a tag to compare
@eedalong eedalong released this 22 Apr 03:09
· 179 commits to main since this release
ecfe1ee

IoTDB CSharp Client Release Note

Enhancement

  • Optimize memory allocation in ByteBuffer, which will be extended by 2x when needed. This will speedup huge Tablet serialization for about 35x when testing on a Tablet with 20,000 rows.

New Features

New Features about Field

  • support type conversion with get_bool, get_int, get_long, get_str, get_float

New Features about RowRecord

  • support append which can append Field to a RowRecord
  • support indexing for RowRecord, you can get or set field by calling row_record[index]
  • support get datetime from RowRecord which will be converted from timestamp in RowRecord

Credits

We appreciate users's suggestions from #16, #15.