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-16 17:41:43 +0300
committerJacob Vosmaer <jacob@gitlab.com>2019-08-16 17:41:43 +0300
commit4f9d7cb6a17269ff1888ba5b974b94cbe10afd38 (patch)
tree40ff540bb3571e8f8e23cc106b6093e5e4b7dbaf
parente6ff03629bc3f88e7b227df82489296993ac1b1e (diff)
Reword comment about sql
-rw-r--r--doc/proposals/snapshot-storage.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/proposals/snapshot-storage.md b/doc/proposals/snapshot-storage.md
index 24d45935d..a504c9877 100644
--- a/doc/proposals/snapshot-storage.md
+++ b/doc/proposals/snapshot-storage.md
@@ -9,12 +9,11 @@ repository snapshots in SQL and object storage (e.g. S3).
Key properties:
-- SQL decides the state of all repositories in snapshot storage: if
- there is no SQL record for a repository, it doesn't exist
+- Use a SQL database as a catalogue of the repositories in snapshot storage
- 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
- list of snapshots
+ list of snapshots. The linked list relation is stored in SQL.
- to use the repository it must first be copied down to a local
filesystem