Wait Type PREEMPTIVE_FILESIZEGET

The wait type PREEMPTIVE_FILESIZEGET is ranked #200 by Stedman Solutions and Database Health Monitor.

Wait statistics, in the context of SQL Server, refer to the amount of time that a query spends waiting to access data in the database. When a client application requests data from the database, the request is placed in a queue and the client application must wait for its turn to access the data. The time that the query spends waiting is called a "wait" and is tracked by SQL Server. This information can be used to identify potential performance bottlenecks and optimize the performance of the database. Wait statistics are commonly used by database administrators to diagnose and troubleshoot performance issues in SQL Server.


SQL Server is a database management system that is used to store and retrieve data. In order to run efficiently, SQL Server uses a number of different "wait types" to manage its internal processes. One of these wait types is called PREEMPTIVE_FILESIZEGET.

A wait type is a specific type of delay that SQL Server experiences while it is running a query or performing other tasks. When SQL Server encounters a PREEMPTIVE_FILESIZEGET wait type, it means that it is waiting for information about the size of a file on the database servers hard drive.

This type of wait typically occurs when SQL Server is trying to access a file that it needs in order to complete a query or other task. For example, if a user is running a query that requires data from a particular file, SQL Server may need to know the size of that file in order to properly allocate resources and run the query efficiently.

While PREEMPTIVE_FILESIZEGET wait types are generally not a cause for concern, they can indicate potential performance issues if they are occurring frequently or for long periods of time. In these cases, it may be necessary to optimize the database or the queries being run in order to reduce the number of PREEMPTIVE_FILESIZEGET waits and improve overall performance.

In summary, PREEMPTIVE_FILESIZEGET is a wait type in SQL Server that occurs when the database is waiting for information about the size of a file on the servers hard drive. This type of wait is typically not a problem, but it can indicate potential performance issues if it occurs frequently or for long periods of time.

Applies to

Related Waits

PREEMPTIVE_COM_QUERYINTERFACE
PREEMPTIVE_HADR_LEASE_MECHANISM
PREEMPTIVE_OLEDBOPS
PREEMPTIVE_OS_AUTHENTICATIONOPS
PREEMPTIVE_OS_AUTHORIZATIONOPS
PREEMPTIVE_OS_AUTHZGETINFORMATIO
PREEMPTIVE_OS_AUTHZINITIALIZECON
PREEMPTIVE_OS_AUTHZINITIALIZERES
PREEMPTIVE_OS_BACKUPREAD
PREEMPTIVE_OS_CLOSEHANDLE
PREEMPTIVE_OS_CLUSTEROPS
PREEMPTIVE_OS_CREATEFILE
PREEMPTIVE_OS_CRYPTACQUIRECONTEX
PREEMPTIVE_OS_CRYPTIMPORTKEY
PREEMPTIVE_OS_CRYPTOPS
PREEMPTIVE_OS_DELETEFILE
PREEMPTIVE_OS_DEVICEOPS
PREEMPTIVE_OS_DTCOPS
PREEMPTIVE_OS_ENCRYPTMESSAGE
PREEMPTIVE_OS_FILEOPS
PREEMPTIVE_OS_FLUSHFILEBUFFERS
PREEMPTIVE_OS_GENERICOPS
PREEMPTIVE_OS_GETCOMPRESSEDFILES
PREEMPTIVE_OS_GETDISKFREESPACE
PREEMPTIVE_OS_GETFILEATTRIBUTES
PREEMPTIVE_OS_GETFINALFILEPATHBY
PREEMPTIVE_OS_GETPROCADDRESS
PREEMPTIVE_OS_LIBRARYOPS
PREEMPTIVE_OS_LOADLIBRARY
PREEMPTIVE_OS_LOOKUPACCOUNTSID
PREEMPTIVE_OS_MOVEFILE
PREEMPTIVE_OS_NETVALIDATEPASSWOR
PREEMPTIVE_OS_PIPEOPS
PREEMPTIVE_OS_QUERYREGISTRY
PREEMPTIVE_OS_REPORTEVENT
PREEMPTIVE_OS_REVERTTOSELF
PREEMPTIVE_OS_SECURITYOPS
PREEMPTIVE_OS_SERVICEOPS
PREEMPTIVE_OS_SQLCLROPS
PREEMPTIVE_OS_WAITFORSINGLEOBJEC
PREEMPTIVE_OS_WRITEFILEGATHER
PREEMPTIVE_XE_CALLBACKEXECUTE
PREEMPTIVE_XE_GETTARGETSTATE
PREEMPTIVE_XE_SESSIONCOMMIT
PREEMPTIVE_XE_TARGETFINALIZE
PREEMPTIVE_XE_TARGETINIT

See Also


All Wait Types