Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
Update README.md (#772)
Browse files Browse the repository at this point in the history
  • Loading branch information
avinassh authored Oct 13, 2023
1 parent 7e543ec commit 6199fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bottomless/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ Removed 4 generations
```

## Details
All page writes committed to the database end up being synchronously replicated to S3-compatible storage.
All page writes committed to the database end up being asynchronously replicated to S3-compatible storage.
On boot, if the main database file is empty, it will be restored with data coming from the remote storage.
If the database file is newer, it will be uploaded to the remote location with a new generation number.
If a local WAL file is present and detected to be newer than remote data, it will be uploaded as well.
Expand Down

0 comments on commit 6199fb1

Please sign in to comment.