-
Notifications
You must be signed in to change notification settings - Fork 6.6k
[Feature] Implement DocumentIndex Model #13466
Copy link
Copy link
Open
Labels
CLICommand Line Interface for SkyWalkingCommand Line Interface for SkyWalkingUIUI and front end related.UI and front end related.backendOAP backend related.OAP backend related.bydb file compatible changedatabaseBanyanDB - SkyWalking native databaseBanyanDB - SkyWalking native databasefeatureNew featureNew feature
Metadata
Metadata
Assignees
Labels
CLICommand Line Interface for SkyWalkingCommand Line Interface for SkyWalkingUIUI and front end related.UI and front end related.backendOAP backend related.OAP backend related.bydb file compatible changedatabaseBanyanDB - SkyWalking native databaseBanyanDB - SkyWalking native databasefeatureNew featureNew feature
Type
Fields
Give feedbackNo fields configured for issues without a type.
Search before asking
Description
Problem Statement
Currently, the index mode is tightly coupled with the measure model, which complicates the overall architecture and maintenance. To improve efficiency and scalability, we need to separate these concerns.
Proposed Solution
I propose the creation of a new independent data model called
DocumentIndex. This model will support the indexing of documents using an efficient indexing approach. The separation will allow for more flexible indexing and retrieval processes, making it easier to manage and adapt as our requirements evolve.Implementation Steps
DocumentIndex.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