influxdata / influxdb

Scalable datastore for metrics, events, and real-time analytics
https://influxdata.com
Apache License 2.0
29.02k stars 3.56k forks source link

feat: metadata cache core impl #25552

Closed hiltontj closed 1 week ago

hiltontj commented 1 week ago

Part of #25543

Implement the base MetaCache type that holds the hierarchical structure of the metadata cache providing methods to:

Tests

Notes

hiltontj commented 1 week ago

@alamb I tagged you on this as it is using StringView and I thought that may interest you. Starting here: https://github.com/influxdata/influxdb/blob/dff0b2ec913a0599ee7b9404f814bbc1807cea6f/influxdb3_cache/src/meta_cache/mod.rs#L183-L220