linux-lvm.redhat.com archive mirror
 help / color / mirror / Atom feed
* [linux-lvm] The feasibility of implementing an alternative snapshot approach
@ 2023-01-04  8:00 Zhiyong Ye
  2023-01-04 14:09 ` Zdenek Kabelac
  0 siblings, 1 reply; 7+ messages in thread
From: Zhiyong Ye @ 2023-01-04  8:00 UTC (permalink / raw)
  To: linux-lvm

Dear all,

The current standard lv implementation of snapshots is COW 
(Copy-on-write), which creates snapshots very quickly. However, the 
first write performance of the original lv will be poor after creating a 
snapshot because of COW. Moreover, the more snapshots there are, the 
worse the performance of the original lv will be.

I tested the random read/write performance when the original lv was 
created with different number of snapshots. The data is shown below:
Number of snapshots  Randread(iops)  Randwrite(iops)
         0                21989           22034
         1                10048           10041
         2                6770            6773
         3                5375            5378

There are scenarios where the performance of the original lv is more 
demanding, and the speed of snapshot creation is not as strong a 
requirement. Because it is the original lv that will actually be used, 
and the snapshot is only a secondary function. Therefore snapshots using 
the COW approach will not meet the needs of this scenario.

Therefore, is it feasible to implement another way of taking snapshots? 
Let's say the first snapshot is created as a full snapshot, and all 
subsequent snapshots are based on incremental data from the previous 
snapshot.

Regards,

Zhiyong Ye

_______________________________________________
linux-lvm mailing list
linux-lvm@redhat.com
https://listman.redhat.com/mailman/listinfo/linux-lvm
read the LVM HOW-TO at http://tldp.org/HOWTO/LVM-HOWTO/


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-01-10  8:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-04  8:00 [linux-lvm] The feasibility of implementing an alternative snapshot approach Zhiyong Ye
2023-01-04 14:09 ` Zdenek Kabelac
2023-01-04 16:12   ` Zhiyong Ye
2023-01-06 13:42     ` Zdenek Kabelac
2023-01-09  6:21       ` Zhiyong Ye
2023-01-09 22:18         ` Zdenek Kabelac
2023-01-10  3:48           ` [linux-lvm] [External] " Zhiyong Ye

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).