JackieTien97 commented on a change in pull request #652: [386] Vectorize the 
raw data query process
URL: https://github.com/apache/incubator-iotdb/pull/652#discussion_r361089312
 
 

 ##########
 File path: server/src/assembly/resources/conf/iotdb-engine.properties
 ##########
 @@ -304,13 +304,13 @@ schema_manager_cache_size=300000
 ### External sort Configuration
 ####################
 # Is external sort enable
-enable_external_sort=true
+enable_external_sort=false
 
 # The maximum number of simultaneous chunk reading for a single time series.
 # If the num of simultaneous chunk reading is greater than 
external_sort_threshold, external sorting is used.
 # When external_sort_threshold increases, the number of chunks sorted at the 
same time in memory may increase and this will occupy more memory.
 # When external_sort_threshold decreases, triggering external sorting will 
increase the time-consuming.
-external_sort_threshold = 60
+external_sort_threshold = 1000
 
 Review comment:
   What's the purpose of this changing?

----------------------------------------------------------------
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]


With regards,
Apache Git Services

Reply via email to