Skip to content

Commit 565f41a

Browse files
authored
Update postgres.md (#231)
Fix db size typos
1 parent 02c8a17 commit 565f41a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/postgres.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ And if the database is small or it is a hobby app, this should not be looked any
2525
However, this is not acceptable for 99% of production apps as their databases are huge and maintenance time
2626
should be as small as possible.
2727

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

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

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

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

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

0 commit comments

Comments
 (0)