mirror of https://github.com/docker/docs.git
Update device-mapper-driver.md (#1716)
This commit is contained in:
parent
81464dbaae
commit
d04208ffbb
|
@ -685,7 +685,7 @@ There are several other things that impact the performance of the
|
||||||
One final point, data volumes provide the best and most predictable
|
One final point, data volumes provide the best and most predictable
|
||||||
performance. This is because they bypass the storage driver and do not incur
|
performance. This is because they bypass the storage driver and do not incur
|
||||||
any of the potential overheads introduced by thin provisioning and
|
any of the potential overheads introduced by thin provisioning and
|
||||||
copy-on-write. For this reason, you should to place heavy write workloads on
|
copy-on-write. For this reason, you should place heavy write workloads on
|
||||||
data volumes.
|
data volumes.
|
||||||
|
|
||||||
## Related Information
|
## Related Information
|
||||||
|
|
Loading…
Reference in New Issue