Implement checkpoint modes with docs/tests and reorganize project file layout
This commit is contained in:
@@ -28,6 +28,8 @@ Database startup fails or recovery path throws WAL/storage errors.
|
||||
### Resolution
|
||||
- Pin consumers to last known-good package.
|
||||
- Apply fix and add regression coverage in recovery/transaction tests.
|
||||
- If WAL growth is the issue, run `CheckpointMode.Truncate` (or `Restart`) instead of `Full`.
|
||||
- If foreground latency is a concern, schedule `CheckpointMode.Passive` retries and use `Truncate` during maintenance windows.
|
||||
|
||||
## Query And Index Issues
|
||||
|
||||
|
||||
Reference in New Issue
Block a user