wu-sheng commented on a change in pull request #5699:
URL: https://github.com/apache/skywalking/pull/5699#discussion_r508469297
##########
File path:
oap-server/server-storage-plugin/storage-elasticsearch-plugin/src/main/java/org/apache/skywalking/oap/server/storage/plugin/elasticsearch/StorageModuleElasticsearchConfig.java
##########
@@ -52,6 +52,7 @@
private int superDatasetIndexShardsFactor = 5;
private int indexRefreshInterval = 2;
private int bulkActions = 2000;
+ private int syncBulkActions = 10000;
Review comment:
Why put this in 10k? Is there any testing, which could prove this
provides better performance?
----------------------------------------------------------------
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]