Skip to content

Commit

Permalink
fix the logical size term definition (#3609)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
stepashka authored Feb 15, 2023
1 parent a839860 commit a974602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/synthetic-size.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The synthetic size is designed to:

## Terms & assumptions

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

0 comments on commit a974602

Please sign in to comment.