• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Striping vs Concatenation

Ice Czar

Inscrutable
Joined
Jul 8, 2001
Messages
27,174
http://searchstorage.techtarget.com/tip/1,289483,sid5_gci1153803,00.html?track=NL-57&ad=538717

thought this might be of some interest
RAID performance at the enterprise scale
(SAN\NAS tech tips)

nice little set of questions too :p

# What is the nature of the I/O? (Random or sequential?)
# What is the read/write ratio? (80/20, 60/40?)
# What type of storage is being used? (Monolithic with global cache? Modular with dual controllers?)
# What type of disks are being used? (ATA, SATA, FC, solid state?)
# What size are the disks? (73 GB, 146 GB, 300 GB, larger?)
# What is the rotational speed of the disks? (5400, 10 K, 15 K?)
# How much cache is available?
# What OS? (Windows, Solaris, VMS, Tru64, HP-UX, Linux, AIX?)
# Is it a database application? (SQLserver, Oracle, DB2, Sybase, etc?)
# What is the stripe size used by the application?
# What is the stripe size used by the OS?
# What is the stripe size used by the volume manager?
# What is the chunk size used by the parity group?
# Can we match the stripe size to the chunk size?
# Which file system is being used? (RAW, UFS, QFS, NTFS, GFS, Vxfs, cluster?)
# How many drives per RAID group? (4, 8, 16?)
# What is the RAID type? (0, 1, 1+0, 0+1, 5, 5+0, 10+0)
# Software- or hardware-based RAID?
# How many spindles are available?
# How many HBA's in the server?
# How many ports on the storage array?
# How many switch hops?
# Director or edge switches? (140 port, 32 port, 64 port?)
# Is it a 1 Gb, 2 Gb, or 4 Gb fabric?
# What is the fabric design? (Core-Edge, Star, Pure Core, Meshed?)
# Who is the HBA vendor?
# What is the current queue depth being used?
# What is the best queue depth for the app?
# How many servers per storage port (Fan-in-ratio)?
# How many ISL's between switches? (Trunked?)
 
Back
Top