-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Closed
apache/skywalking-banyandb
#557Labels
databaseBanyanDB - SkyWalking native databaseBanyanDB - SkyWalking native databasefeatureNew featureNew feature
Milestone
Description
Search before asking
- I had searched in the issues and found no similar feature requirement.
Description
I propose introducing a non-time-series "measure" for storing certain types of data where the time dimension is irrelevant. The primary aim of this measure is to improve performance, particularly for service, instance, endpoint, and process traffic.
Currently, time-series data structures are used even when the time component is not significant, which results in unnecessary overhead when querying and storing data. By implementing a new non-time-series measure where all relevant data is stored in the series index, we can optimize performance and reduce complexity for specific use cases.
- Add "non-time-series" field to "Measure" that focuses on the series index for storing the necessary data fields.
- Series Index as Primary Storage. Instead of storing values in a time-series format (i.e., with timestamps), the data could be stored primarily in the series index.
Use case
No response
Related issues
No response
Are you willing to submit a pull request to implement this on your own?
- Yes I am willing to submit a pull request on my own!
Code of Conduct
- I agree to follow this project's Code of Conduct
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
databaseBanyanDB - SkyWalking native databaseBanyanDB - SkyWalking native databasefeatureNew featureNew feature