shizy818 commented on code in PR #14616:
URL: https://github.com/apache/iotdb/pull/14616#discussion_r1912656639
##########
iotdb-core/datanode/src/main/java/org/apache/iotdb/db/storageengine/dataregion/memtable/IWritableMemChunk.java:
##########
@@ -32,6 +34,9 @@
import java.util.concurrent.BlockingQueue;
public interface IWritableMemChunk extends WALEntryValue {
+ int TVLIST_SORT_THRESHOLD =
IoTDBDescriptor.getInstance().getConfig().getTvListSortThreshold();
+ int MAX_NUMBER_OF_POINTS_IN_PAGE =
+ TSFileDescriptor.getInstance().getConfig().getMaxNumberOfPointsInPage();
Review Comment:
Done
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]