Copilot commented on code in PR #666:
URL: 
https://github.com/apache/skywalking-banyandb/pull/666#discussion_r2082962645


##########
docs/concept/data-model.md:
##########
@@ -264,7 +264,7 @@ tags:
 type: TYPE_INVERTED
 ```
 
-IndexRule supports selecting two distinct kinds of index structures. The 
`INVERTED` index is the primary option when users set up an index rule. It's 
suitable for most tag indexing due to a better memory usage ratio and query 
performance.
+IndexRule supports two distinct kinds of index structures. The `INVERTED` 
index is suitable for measure tag indexing due to better query performance. The 
`SKIPPING` index is optimized for the majority of stream tags, which 
prioritizes efficient space utilization.
 

Review Comment:
   [nitpick] Consider adding a brief note or link to further explain how users 
can enable or configure the SKIPPING index for additional clarity.
   ```suggestion
   IndexRule supports two distinct kinds of index structures. The `INVERTED` 
index is suitable for measure tag indexing due to better query performance. The 
`SKIPPING` index is optimized for the majority of stream tags, which 
prioritizes efficient space utilization. 
   
   To enable or configure the `SKIPPING` index, refer to the [Index 
Configuration Guide](../interacting/bydbctl/index-configuration.md) for 
detailed instructions and examples.
   ```



-- 
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: notifications-unsubscr...@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to