From 6759a89704d8de8e9df576ad2d728a1a69f96bc5 Mon Sep 17 00:00:00 2001 From: paigehargrave Date: Tue, 4 Jun 2019 10:42:21 -0400 Subject: [PATCH] Update index.md --- storage/storagedriver/index.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/storage/storagedriver/index.md b/storage/storagedriver/index.md index e55ecfacc2..7144701b1d 100644 --- a/storage/storagedriver/index.md +++ b/storage/storagedriver/index.md @@ -16,7 +16,10 @@ your applications and avoid performance problems along the way. Storage drivers allow you to create data in the writable layer of your container. The files won't be persisted after the container is deleted, and both read and -write speeds are low. +write speeds are lower than native file system performance. + + > **Note**: Operations that are known to be problematic include write-intensive database storage, +particularly when pre-existing data exists in the write-only layer. More details are provided in this document. [Learn how to use volumes](../volumes.md) to persist data and improve performance.