From 6ecb53f5158074518af4a3c801b80e60d24bd9af Mon Sep 17 00:00:00 2001 From: Pavel Gulchin Date: Sun, 5 Dec 2021 15:36:55 +0200 Subject: [PATCH] Missed words added (typo) Added missed words "is advantageous" in summary of chapter 2 , Schema flexibility --- books/designing-data-intensive-applications.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/books/designing-data-intensive-applications.md b/books/designing-data-intensive-applications.md index ca34231..9121ede 100644 --- a/books/designing-data-intensive-applications.md +++ b/books/designing-data-intensive-applications.md @@ -261,7 +261,7 @@ Document databases are sometimes called _schemaless_, but maybe a more appropria Schema-on-read is similar to dynamic (runtime) type checking, whereas schema-on-write is similar to static (compile-time) type checking. -The schema-on-read approach if the items on the collection don't have all the same structure (heterogeneous) +The schema-on-read approach is advantageous if the items on the collection don't have all the same structure (heterogeneous) * Many different types of objects * Data determined by external systems