flame icon indicating copy to clipboard operation
flame copied to clipboard

Create filesystem based storage for performance.

Open k82cn opened this issue 3 months ago • 0 comments

Motivation

Currently, Flame is using SQLite for the storage. But the performance of SQLite is not good enough for multi-thread read/write, including frontend/backend/scheduling.

As Flame has specific data struct, we'd like to build a file system based storage for better performance.

Function Specification

Build a high throughput storage for Flame.

Solutions

FS is required for that.

Additional context

N/A

k82cn avatar Oct 08 '25 07:10 k82cn