Skip to content

0.1 Release Note

Zakelly edited this page Oct 22, 2024 · 1 revision

The first version of ForSt has been released. In this version, with the integration with Flink, we managed to read and write the SST files in remote storages. This actually makes the ForSt an embedded but disaggregated key-value store, which is meaningful step to cloud-native.

Features

  • Built based on RocksDB 8.10.0, applying changes tailored for Flink according to the FRocksDB.
  • Introducing new file read and write functionalities using Flink's file system abstraction & implementation.
  • Multi-platform JNI release

Performance

ForSt cooperate deeply with the asynchronous execution model in Flink 2.0, this partially overcomes the performance issue during reading and writing the disaggregated remote store. We use two following benchmarks to test the performance of Flink with ForSt:

Nexmark Query 20

WordCount

Clone this wiki locally