I am deploying a application in HA where multiple servers will be used to maintain HA. The application consist of Web server, Database server and lot of Images stored on SAN.
Current configuration contains :
Hardware Available:
Three HP DL 380 Connected with SAN HP P2000
A another HP IBRIX SAN configured as NAS.
Configuration :
1. SQL is in Clustered mode using P2000
2. Web server is installed on all the servers.
3. All the servers are accessing the videos data from IBRIX SAN which is configured as NAS storage.
Now my question is how to improve performance of my website? As everyone knows small files took long time to migrate from one place to another. for getting 10000 images (100KB) from SAN to client system is taking around 3 min.
Is it perform faster using CSV (Instead of CIFS NAS)?