wu-sheng commented on code in PR #11328:
URL: https://github.com/apache/skywalking/pull/11328#discussion_r1325438855


##########
oap-server/server-storage-plugin/storage-elasticsearch-plugin/src/main/java/org/apache/skywalking/oap/server/storage/plugin/elasticsearch/base/IndexController.java:
##########
@@ -132,6 +146,11 @@ public static class LogicIndicesRegister {
          */
         public static final String RECORD_TABLE_NAME = "record_table";
 
+        /**
+         * The management data table name in aggregation physical storage.

Review Comment:
   ```suggestion
            * The management data table name in merged physical storage.
   ```
   
   Do we choose the term `merge` or `aggregation`? I would say `merged-index 
mode` is a better term. Could you align those in the docs and code comments?



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

Reply via email to