Closed hanahmily closed 1 month ago
So, this is only OAP side code change, and the protocol between OAP and DB is stable.
@hanahmily I removed this from 9.7 as it seems not required in the version.
According to the latest discussion, we need to make BanyanDB APIs and implementation support accept multiple series definitions, rather than one. Each series definition could have multiple fields. This could provide better query support in following typical scenarios
FYI @hanahmily
1,2 are fixed by removing the indexed data from the data storage. 3 is moved to #12638
Search before asking
Description
The current index definition for the BanyanDB module in OAP needs optimization to increase efficiency and improve performance. This issue focuses on moving different identifiers from
indexRule
toEntity
inMeasure
and simplifying thenetwork_address_alias
entity.Details:
Common Metrics: Move
service_id
fromindexRule
toEntity
inMeasure
. This change will streamline the process of accessing the service information by centralizing the identifiers intoEntity
withinMeasure
.Relation Metrics: Move
service_id
,instance_id
, andendpoint_id
toEntity
. By moving these identifiers toEntity
, we can improve the retrieval of relation metrics and enhance the overall performance of the system.Network_address_alias: Retain only
last_update_time_bucket
. Simplifying thenetwork_address_alias
will reduce unnecessary complexity and improve efficiency.The proposed changes are expected to optimize the index definitions, improve the system's performance, and simplify the overall structure of the BanyanDB module in OAP.
Use case
No response
Related issues
No response
Are you willing to submit a pull request to implement this on your own?
Code of Conduct