bytedance / terarkdb

A RocksDB compatible KV storage engine with better performance
Apache License 2.0
2.05k stars 202 forks source link

May I know if TerarkFS support is done and can be tested? #259

Open gaowayne opened 1 year ago

gaowayne commented 1 year ago

[BUG]

Expected behavior

Actual behavior

Steps to reproduce the behavior

[Enhancement]

ask for status about TerarkFS

Problem

TerarkFS is good feature that can talk the disk directly with thin File system alike management layer. combined with db_paths feature, we do not need implement very complex file system.

Solution