When data is copied between volumes, it is copied in units of address space known as grains.
The grain size can be either 64 KB or 256 KB. The FlashCopy bitmap contains one bit for each grain. The bit records whether the associated grain has been split by copying the grain from the source to the target. Once a FlashCopy mapping is created, the grain size for that FlashCopy mapping cannot be changed. When a FlashCopy mapping is created, if the grain size parameter is not specified and one of the volumes is already part of a FlashCopy mapping, then the grain size of that mapping is used. If neither volume in the new mapping is already part of another FlashCopy mapping, and at least one of the volumes in the mapping is a compressed volume, then the default grain size is 64 for performance considerations; otherwise the default grain size is 256..
If the grain that is being read has been split, the read returns data from the target that is being read. If the read is to an uncopied grain on an intermediate target volume, each of the newer mappings are examined to determine if the grain has been split. The read is surfaced from the first split grain found or from the source volume if none of the newer mappings have a split grain.