We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14dd210 commit 4782fdbCopy full SHA for 4782fdb
storage/storagedriver/index.md
@@ -16,7 +16,10 @@ your applications and avoid performance problems along the way.
16
17
Storage drivers allow you to create data in the writable layer of your container.
18
The files won't be persisted after the container is deleted, and both read and
19
-write speeds are low.
+write speeds are lower than native file system performance.
20
+
21
+ > **Note**: Operations that are known to be problematic include write-intensive database storage,
22
+particularly when pre-existing data exists in the write-only layer. More details are provided in this document.
23
24
[Learn how to use volumes](../volumes.md) to persist data and improve performance.
25
0 commit comments