Skip to content

[Feature] Non-Time-Series "Measure"  #12677

@hanahmily

Description

@hanahmily

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.

  1. Add "non-time-series" field to "Measure" that focuses on the series index for storing the necessary data fields.
  2. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    databaseBanyanDB - SkyWalking native databasefeatureNew feature

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions