Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <jacob@gitlab.com>2019-08-12 13:23:11 +0300
committerJacob Vosmaer <jacob@gitlab.com>2019-08-12 13:23:11 +0300
commitf8531a0374e5c18eaf2619159d9805c0a6d2863e (patch)
treea6f9443a6365c6636984c849675f6659941f4cef
parentd838486842000469c2757928e150dd8382aef9ff (diff)
remove reference to snapgraph name
-rw-r--r--doc/proposals/snapshot-storage/README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/proposals/snapshot-storage/README.md b/doc/proposals/snapshot-storage/README.md
index 2ffc8a44a..24d45935d 100644
--- a/doc/proposals/snapshot-storage/README.md
+++ b/doc/proposals/snapshot-storage/README.md
@@ -9,7 +9,8 @@ repository snapshots in SQL and object storage (e.g. S3).
Key properties:
-- SQL decides the state of all repositories in a SnapGraph cluster
+- SQL decides the state of all repositories in snapshot storage: if
+ there is no SQL record for a repository, it doesn't exist
- Git data (objects and refs) is stored as cold "snapshots" in object
storage
- snapshots can have a "parent", so a repository is stored as a linked
@@ -17,6 +18,11 @@ Key properties:
- to use the repository it must first be copied down to a local
filesystem
+Possible applications:
+
+- incremental repository backups
+- cold storage for repositories
+
## Primitives
### Git repository snapshots