From 7c57a32e678479c3bac21b49ad50a6e12f22744d Mon Sep 17 00:00:00 2001 From: Adam Winter Date: Tue, 15 Jan 2019 09:02:34 -0800 Subject: [PATCH] Update glossary.md --- documents/glossary.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/documents/glossary.md b/documents/glossary.md index 61fcdeb..6aaa97c 100644 --- a/documents/glossary.md +++ b/documents/glossary.md @@ -10,7 +10,9 @@ We encourage the submission of changes and additions to this glossary. ### Blob -A Binary Large Object (BLOB) is a collection of binary data stored as a single entity in a database management system. When files are uploaded to the LBRY peer to peer network, they are broken down into 2MB encrypted blobs which are then shared to other peers. A [[manifest]] blob is also created to index the multiple content blobs that were created from the file. A [[stream]] is the collection of all these blobs particlar to one publised file. +A Binary Large Object (BLOB) is a collection of binary data stored as a single entity in a database management system. When files are uploaded to the LBRY peer to peer network, they are broken down into 2MB encrypted blobs which are then shared to other peers. + +A [[manifest]] blob is also created to index the multiple content blobs that were created from the file. A [[stream]] is the collection of all these blobs particlar to one published file. ### Block