Skip to content

Commit 4782fdb

Browse files
author
paigehargrave
authored
Update index.md
1 parent 14dd210 commit 4782fdb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

storage/storagedriver/index.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ your applications and avoid performance problems along the way.
1616

1717
Storage drivers allow you to create data in the writable layer of your container.
1818
The files won't be persisted after the container is deleted, and both read and
19-
write speeds are low.
19+
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.
2023

2124
[Learn how to use volumes](../volumes.md) to persist data and improve performance.
2225

0 commit comments

Comments
 (0)