Skip to main content

Questions tagged [san]

Short for 'Storage Area Network', a SAN is a network for block level storage. One or more controllers present logical drives (called LUNs) to one or more hosts through a switched fabric.

2 votes
1 answer
264 views

The Business continuity and database recovery documentation lists all of the methods of disaster recovery in SQL Server. At a skim, I see the following Windows options: Availability groups Database ...
J. Mini's user avatar
  • 1,488
0 votes
0 answers
662 views

We are having major performance and latency issues with SQL Server 2019. We are running on a "quiet" VMware instance connected to a vSAN. According to MSFT documentation, best performance is ...
Gary P.'s user avatar
-2 votes
1 answer
1k views

I understand sql data and log file drive must be formatted 64K allocation block size. In a SAN environment, there are physical disks which are part of the SAN storage pool; and from the storage pool ...
variable's user avatar
  • 3,617
0 votes
1 answer
143 views

I understand that if we are using HDD then it will be advisable to store the data file and transaction log on different drives (which point to different disks). However, if the server is using SAN, ...
Lee Weng Ching's user avatar
-1 votes
2 answers
75 views

Link: https://learn.microsoft.com/en-us/sql/relational-databases/partitions/partitioned-tables-and-indexes?view=sql-server-ver15#:~:text=SQL%20Server%20supports%20table%20and,are%20mapped%20into%...
variable's user avatar
  • 3,617
1 vote
0 answers
100 views

Link: https://learn.microsoft.com/en-us/sql/relational-databases/databases/database-files-and-filegroups?view=sql-server-ver15#Recommendations To maximize performance, create files or filegroups on ...
variable's user avatar
  • 3,617
0 votes
1 answer
63 views

Let's assume that my storage is a SAN. This means it contains multiple disks. Even though we have logical drives configured, essentially everything - including the OS, SQL Server, and applications - ...
variable's user avatar
  • 3,617
1 vote
1 answer
294 views

It is generally recommended to put the tempdb database on disks that differ from those that are used by user databases. I have 4 databases on my sql server, ranging from 5GB to 300GB in size. D: drive ...
variable's user avatar
  • 3,617
0 votes
2 answers
224 views

I consider to use one of those fancy new SSD-only SAN systems for our new Microsoft SQL Server. "Fancy" means, that it supports / use stuff as block compression / deduplication / 0x00-...
Thomas Franz's user avatar
0 votes
2 answers
1k views

I have a hard disk. I create 3 drives on it. One for OS. One for sql data files. One for sql log files. However I am reading that suppose my storage layer is not a hard disk, but a SAN based ...
variable's user avatar
  • 3,617
2 votes
1 answer
156 views

I am new to Linux and our client decided to use SQL Server on Linux. As soon as we started testing, we ran into performance issues. The server in question is a physical machine configured with a SSD ...
Shamvil Kazmi's user avatar
-1 votes
1 answer
105 views

in your experiences does of real world testing of RAID5 come "close" or "far" behind RAID0 in terms of performance as the underlying storage for a heavy write OLTP workload? Please ...
birchmeier's user avatar
2 votes
3 answers
1k views

I have a setup where 3 servers combined into Availability Group All 3 servers have local directly attached SSD drives, and user database files are hosted on these drives But the system databases (...
Aleksey Vitsko's user avatar
6 votes
2 answers
4k views

Last couple of weeks we've been working on getting to the root cause of what could likely be the cause of the occurrence of these I/O issues and slowdown of the checkpoints. At first glance it looks ...
Feivel's user avatar
  • 507
0 votes
1 answer
214 views

Our databases files (data and log) of (a lot of) SQL Servers are hosted on flash storage (SAN), what would you use as auto-grow property for databases having size round 500GB (data) and 150Gb (log)? ...
Filoo's user avatar
  • 33

15 30 50 per page