alipay / container-auto-tune

Container Auto Tune is an intelligent parameter tuning product that helps developers, operators automatically adjust the application, analyzes JVM reasonable configuration parameters through intelligent algorithms.Please visit the official site for the quick start guide and documentation.
Apache License 2.0
32 stars 3 forks source link

Using chronicmap as cache storage #18

Closed container-auto-tune closed 1 year ago

container-auto-tune commented 1 year ago

Describe This Feature

Backgroud:

Chronicle Map is a super-fast, in-memory, non-blocking, key-value store, designed for low-latency, and/or multi-process applications such as trading and financial market applications.

To reduce the storage configurations when user start container-auto-tune, we can use chronicmap as cache storage to retire redis.

Action

use chronicmap as cache storage to retire redis.

Scope

Reference

https://github.com/OpenHFT/Chronicle-Map

Assgin People

@KaifeiHuang

Proposal

use chronicmap as cache storage to retire redis.

Acceptance criteria (AC)

Given The chronicmap is integrated in container-auto-tune project When Developer start container-auto-tune container locally Then The Redis features in project as scoped can be replaced with chronicMap.

Additional Context

No response