From d98299051b328d84267f9aab00517bcba8a70630 Mon Sep 17 00:00:00 2001 From: iamazy Date: Sun, 4 Feb 2024 11:56:18 +0800 Subject: [PATCH] Docs: announce LiteIO open source --- doc/en/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/introduction.md b/doc/en/introduction.md index 0bd06d1..352f89a 100644 --- a/doc/en/introduction.md +++ b/doc/en/introduction.md @@ -92,7 +92,7 @@ In the point-to-point data link mode, it is inevitable that some storage resourc ## **Thin Provisioning** -LitelO also offers Thin Provisioning capabilities, which enable over-provisioning of storage at the single-machine dimension, making it suitable for storage products like MySQL that do not pre-allocate storage space. Coupled with hot migration capabilities, Thin Provisioning allows for rapid and seamless data migration to nodes with available space when the storage capacity of a single machine is insufficient. Since LitelO is not a distributed storage architecture, the use of Thin Provisioning requires precise control of the over-provisioning ratio and the total amount of over-provisioned resources to ensure that data can be quickly migrated in the event of space constraints, thus preventing damage to business. +LitelO also offers Thin Provisioning capability, which enable over-provisioning of storage at the single-machine dimension, making it suitable for storage products like MySQL that do not pre-allocate storage space. Coupled with hot migration capabilities, Thin Provisioning allows for rapid and seamless data migration to nodes with available space when the storage capacity of a single machine is insufficient. Since LitelO is not a distributed storage architecture, the use of Thin Provisioning requires precise control of the over-provisioning ratio and the total amount of over-provisioned resources to ensure that data can be quickly migrated in the event of space constraints, thus preventing damage to business. # **Practice**