Skip to content

Commit

Permalink
Update postgres.md (#231)
Browse files Browse the repository at this point in the history
Fix db size typos
  • Loading branch information
dzirtusss authored Sep 9, 2024
1 parent 02c8a17 commit 565f41a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/postgres.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ And if the database is small or it is a hobby app, this should not be looked any
However, this is not acceptable for 99% of production apps as their databases are huge and maintenance time
should be as small as possible.

Rough timing for a 1Gb database can be (but your mileage may vary):
Rough timing for a 1Tb database can be (but your mileage may vary):

- 2.5h creating Heroku backup
- 0.5h downloading backup to EC2
Expand All @@ -52,7 +52,7 @@ The migration process with Bucardo looks as follows:

Maintenance downtime here can be minutes not hours or days like in p1, but no free lunches - the process is more complex.

Rough timing for a 1Gb database can be (but your mileage may vary):
Rough timing for a 1Tb database can be (but your mileage may vary):

- whatever setup time, no hurry
- 1.5 days for onetimecopy (in 1 thread) - DDL changes not allowed, but no downtime
Expand Down

0 comments on commit 565f41a

Please sign in to comment.