apache / skywalking

APM, Application Performance Monitoring System
https://skywalking.apache.org/
Apache License 2.0
23.84k stars 6.52k forks source link

[Feature] Implement Hot-Warm-Cold Data Management Architecture #11945

Open hanahmily opened 8 months ago

hanahmily commented 8 months ago

Search before asking

Description

As BanyanDB grows and deals with bigger datasets, it's important to manage data efficiently and optimize storage to keep costs down. Right now, BanyanDB doesn't differentiate between "hot" data that gets accessed frequently and "cold" data that's barely touched.

After discussing with @HHoflittlefish777, we propose the implementation of a hot-warm-cold data management architecture within BanyanDB. This architecture would categorize data based on access patterns and move them between different storage tiers:

Contributor: @HHoflittlefish777

Next Steps

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

sollhui commented 8 months ago

please assign to me :)