SilverNarcissus commented on a change in pull request #1367:
URL: https://github.com/apache/incubator-iotdb/pull/1367#discussion_r451306285
##########
File path: server/src/assembly/resources/conf/iotdb-engine.properties
##########
@@ -233,6 +233,10 @@ write_read_free_memory_proportion=6:3:1
# primitive array size (length of each array) in array pool
primitive_array_size=128
+# allowed max numbers of deduplicated path in one query
+# it's just an advised value, the real limitation will be the smaller one
between this and the one we calculated
+max_deduplicated_path_num=10000
Review comment:
From my perspective, 1000 is better. XD
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]