apache/horaedb

Cli tools to decode wal segment

jiacai2050 opened this issue · 2 comments

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:

  • segment version
  • min/max seq of each table

Additional Context

No response

Nice. Let me handle this one.