Liu Xuxin

Results 10 issues of Liu Xuxin

I checked the usage of Iceberg on the Internet and only found Java API and Python API. If I were to query Iceberg data in C++, would I have to...

See [IOTDB-3771](https://issues.apache.org/jira/browse/IOTDB-3771).

See [IOTDB-3164](https://issues.apache.org/jira/browse/IOTDB-3164). This PR is one part of the compaction memory management. It does the following jobs: - Allocate memory before cross space compaction, and release the memory after the...

See [IOTDB-4251](https://issues.apache.org/jira/browse/IOTDB-4251). This PR does the same thing as [PR-7276](https://github.com/apache/iotdb/pull/7276).

See [IOTDB-4595](https://issues.apache.org/jira/browse/IOTDB-4595). This PR add monitoring for the size and number of compaction temporal files.

after 1.0

See [IOTDB-4834](https://issues.apache.org/jira/browse/IOTDB-4834).

after 1.0

The write-ahead logging consumes a significant amount of I/O resources during data writing, sometimes even 2-7 times the amount of TsFile I/O. Currently, the write-ahead logging in the system is...

This PR redesigned the serialization method of the InsertRecords write request, making the size of the serialized InsertRecords request smaller, thus saving network throughput.