wu-sheng commented on code in PR #691: URL: https://github.com/apache/skywalking-banyandb/pull/691#discussion_r2176356195
########## api/proto/banyandb/database/v1/schema.proto: ########## @@ -163,6 +163,8 @@ message IndexRule { enum Type { TYPE_UNSPECIFIED = 0; TYPE_INVERTED = 1; + // TYPE_TREE is a tree index, which is used for storing hierarchical data. + TYPE_TREE = 3; Review Comment: fyi @wankai123 Order_by latency and start time will be treated as a composite index in one index rule. Something like an index rule has an ordered tags list, e.g. a list of latency, service_name, etc. -- 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