Skip to content

Commit a974602

Browse files
authoredFeb 15, 2023
fix the logical size term definition (#3609)
a size of a *database* cannot be a sum of the sizes of *all databases* indicating that a logical size is calculated for a branch ## Describe your changes ## Issue ticket number and link ## Checklist before requesting a review - [x] i checked the suggested changes - [x] this is not a core feature - [x] this is just a docs update, does not require analytics - [x] this PR does not require a public announcement
1 parent a839860 commit a974602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/synthetic-size.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The synthetic size is designed to:
3737

3838
## Terms & assumptions
3939

40-
- logical size is the size of a database *at a given point in
40+
- logical size is the size of a branch *at a given point in
4141
time*. It's the total size of all tables in all databases, as you
4242
see with "\l+" in psql for example, plus the Postgres SLRUs and some
4343
small amount of metadata. NOTE that currently, Neon does not include

0 commit comments

Comments
 (0)