Tracking issue for supporting shard level replay #412
Labels
A-analytic-engine
Area: Analytic Engine
A-WAL
Area: Write ahead log layer
feature
New feature or request
tracking issue
Issue tracks progress for something
Describe This Problem
Table level replay is too slow, so we try to support shard level replay to relax this problem.
It is a big work, so I split it into some phases and track its progress here.
Proposal
scan
method in all wal implementations.feat: refacor existing wal implementations to support scanning logs of shard #400
Replayer
to carry out the recovering work.flushed_sequence
in manifest.RegionId
to a struct includingShardId
and its version.Additional Context
No response
The text was updated successfully, but these errors were encountered: