October 13, 2010 at 1:12 pm
Anyone out there have any experience or opinions on Sql Server 2008 performance and stability when data and logs are located on an NFS vs Fibre Channel?
Thanks so much
October 13, 2010 at 1:16 pm
NFS?
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
October 13, 2010 at 2:05 pm
GilaMonster (10/13/2010)
NFS?
NFS-->NETWORK FILE SYSTEMS
storing of data tro network file share system
http://en.wikipedia.org/wiki/Fibre_Channel"> http://en.wikipedia.org/wiki/Fibre_Channel
http://en.wikipedia.org/wiki/Network_File_System_(protocol)
Thanks
Parthi
Thanks
Parthi
October 14, 2010 at 2:23 am
If that's the scenario (I suspected that's what the OP meant, but wanted confirmation from him) it's not a case of which is best, it's a case of which is allowed.
You cannot store SQL data or log files on a file share. SQL requires certain IO guarantees and the network file system doesn't make those.
There is a traceflag to allow it (no, I'm not telling you which one it is), but enabling that and putting SQL data files on files on a network share is strongly not recommended. It 'll just take one network glitch to bring the database offline, corrupt or even suspect.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
October 15, 2010 at 8:04 am
BTW, sql server 2008 r2 supports datafile/logfile on network share.
October 15, 2010 at 12:14 pm
Is the OP maybe talking about fiber vs iSCSI?
October 15, 2010 at 12:42 pm
Pei Zhu-415513 (10/15/2010)
BTW, sql server 2008 r2 supports datafile/logfile on network share.
Only under specific conditions, which Gail pointed out NFS does not meet.
Description of support for network database files in SQL Server
October 15, 2010 at 1:10 pm
Possible: yes. Advised: Absolutely not.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
October 15, 2010 at 1:21 pm
Don't use network shares. You're just asking for trouble. Get a proper SAN or local storage.
Viewing 9 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic. Login to reply