You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm excited to share that we've successfully implemented a local Write-Ahead Log (WAL) following the completion of #1566. While we haven't conducted extensive performance benchmarking yet, our initial tests suggest that our implementation is performing comparably to the one based on RocksDB. This marks a significant milestone in our project's development, and we're looking forward to further optimizing and testing this new feature.
Proposal
In order to trouble shoot WAL issues, we need a cli tool to decode wal segment, to include at least following infos:
segment version
min/max seq of each table
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Describe This Problem
I'm excited to share that we've successfully implemented a local Write-Ahead Log (WAL) following the completion of #1566. While we haven't conducted extensive performance benchmarking yet, our initial tests suggest that our implementation is performing comparably to the one based on RocksDB. This marks a significant milestone in our project's development, and we're looking forward to further optimizing and testing this new feature.
Proposal
In order to trouble shoot WAL issues, we need a cli tool to decode wal segment, to include at least following infos:
Additional Context
No response
The text was updated successfully, but these errors were encountered: