Not really any different than a non-striped VP meta. The VP pool is allocated across TDATs 768k at a time in a round robin fashion for both concat and for striped.
A striped meta switches volumes every 960k.
The performance difference of striped vs concat metas on VP is not because of the backend but is because of the front end. The backend is already striped.
The meta stripe is 960k. So a host writing sequentially to a striped meta will write to a different Symm device every 960k.
Let's assume we have an unallocated pool and never written TDEVs and a 4 member striped meta and 8 data devices in the pool and I write 6MB (8 VP extents worth) The TDAT pool is allocated in 768k chunks.
So in this example, the first 960k would allocate 2 VP extents on two TDATs, filling the first completely, and leaving 192k free in the second. Then the next meta member would do the same, and so on.
If the pool is pre-allocated, then none of this really matters.
I put a presentation together to illustrate this, but I can't attach it to the post.
There are several conditions in which the performance of concatenated thin metavolumes can be limited. Specifically:
Enginuity allows one outstanding write per thin device per path with Synchronous SRDF®. With concatenated metavolumes, this could cause a performance problem by limiting the concurrency of writes. This limit will not affect striped metavolumes in the same way because of the small size of the metavolume stripe (one cylinder or 1,920 blocks).
Enginuity allows eight read requests per path per thin device and this limits the number of read requests that can be passed through to the thin pool regardless of the number of data devices that may be in it. This can cause slower performance in environments with a high read miss rate. This limit has been lifted in 5875 though.
Symmetrix Enginuity has a logical volume write-pending limit to prevent one volume from monopolizing writeable cache. Because each metavolume member gets a small percentage of cache, a striped metavolume is likely to offer more writeable cache to the metavolume.
There was an old recommendation of using concat metas because it used to not be possible to expand striped metas online therefore making concatenated more flexible.
From what I can see, Concat Thin meta and Striped Thin meta are both eventually striped on TDATs giving them more spindles, then why is Striped Thin Meta good for performance??
Also some of the post I read EMC recommends concat thin meta.
Quincy561
1281 Posts
855
0
Posted April 19th, 2012 04:00
Not really any different than a non-striped VP meta. The VP pool is allocated across TDATs 768k at a time in a round robin fashion for both concat and for striped.
A striped meta switches volumes every 960k.
The performance difference of striped vs concat metas on VP is not because of the backend but is because of the front end. The backend is already striped.