Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

The _T table summarizes the data per timeslice.

The _D table summarizes the data per day. 

The _W table summarizes the data per week.

The _M table summarizes the data per month.

Column NameColumn Description
SQNS_PWII_INSTANCE_IDID of the SQL Server instance.
SQNS_TIMESTAMPDate and time the statistic was sampled. On an hourly summary level, the date and time are GMT. On all other summary levels, the time is zeroed and SQNS_PWHG_ID should be used.
SQNS_PWHG_IDHour group ID.
SQNS_MINUTES_COUNT_SUMThe timeframe needed to calculated the row, in minutes.
SQNS_DATABASE_IDThe database to which the statement belongs, normalized in table PW_SQDN_DATABASE_NAMES_N.
SQNS_TOTAL_INMSSQL_SUMTotal amount of time SQL Server was actively executing queries. It is also the sum of the columns.
SQNS_TOTAL_DURATION_SUMTotal amount of time SQL Server spent executing this statement.
SQNS_REQUEST_WAIT_SUMAmount of time the process was waiting for the client to issue a statement.
SQNS_CPU_SUMAmount of time the process was actively executing a statement.
SQNS_LOCK_WAIT_SUMAmount of time the process was waiting for locks held by other processes to be released. All types of locks are counted.
SQNS_IO_WAIT_SUMAmount of time the process was waiting for I/O operations to terminate.
SQNS_REMOTE_WAIT_SUMAmount of time the process was waiting for a remote query to terminate.
SQNS_LOG_WAIT_SUMAmount of time the process was waiting for an operation on the log file to terminate. This state is generally encountered during a COMMIT or ROLLBACK operation.
SQNS_INTERNAL_WAIT_SUMAmount of time the process was waiting for an internal resource to be freed.
SQNS_NET_IO_SUMAmount of time the process was waiting for the client process to acknowledge data sent to it.
SQNS_PARALLEL_EXCHANGE_SUMAmount of time the thread in a parallel session is waiting for data exchange from another thread.
SQNS_NUM_OF_ENDED_SESSIONS_SUMNumber of sessions, which ended during the row's timeframe.
SQNS_NUM_OF_SESSIONS_NOT_ENDEDNumber of sessions, which were still open at the end of the row's timeframe.
SQNS_NUM_ENDED_EXECUTIONS_SUMNumber of statement executions, which ended during the row's timeframe.
SQNS_NUM_EXECUTIONS_NOT_ENDEDNumber of statement executions, which were still running at the end of the row's timeframe.
SQNS_STAT_CPU_SUMStatistics summing the amount of the process's read memory usage.
SQNS_STAT_PHYSICAL_IO_SUMNumber of physical disk reads and writes for the process.
SQNS_STAT_MEM_USAGE_MAXNumber of pages in the procedure cache allocated to the process.
SQNS_STAT_OPEN_TRANS_MAXNumber of transaction the process opened.
SQNS_LOCK_ROW_SUMAmount of time the process was waiting to acquire a lock on a row.
SQNS_LOCK_KEY_SUMAmount of time the process was waiting to acquire a lock on an index key or an index key range.
SQNS_LOCK_PAGE_SUMAmount of time the process was waiting to acquire a lock on a table or index page.
SQNS_LOCK_TABLE_SUMAmount of time the process was waiting to acquire a lock on a table.
SQNS_OTHER_LOCK_SUMAmount of time the process was waiting to acquire a lock that is unrecognized by Precise for SQL Server.
SQNS_SLA_RED_SUMNumber of times the average amount of time SQL Server was actively executing the session's statement, exceeded the Breach threshold for the type of program.
SQNS_SLA_YELLOW_SUMNumber of times the average amount of time SQL Server was actively executing the session's statement, exceeded the Near-Breach threshold for the type of program.
SQNS_SLA_GREEN_SUMNumber of times the average amount of time SQL Server was actively executing the session's statement, was below Near-Breach threshold for the type of program.
SQNS_

...

RECEIVED_TIMESTAMPLocal date and time the row was loaded into the PMDB.
SQNS_ROWIDUnique row number.
SQNS_INTRNL_

...

BO_WAIT_SUMThis state groups the events, which all mean contention on pages in the buffer pool.
SQNS_INTRNL_LATCH_WAIT_SUMThis group includes all Latch related wait types.
SQNS_INTRNL_PARALLEL_WAIT_SUMAggregates the waits that indicates that session is waiting for one of its sub-threads to complete its operation.
SQNS_INTRNL_DTC_WAIT_SUMAggregates waits that occur when Distributed Transaction Coordinator sessions are waiting for one another.
SQNS_INTRNL_DBMIRROR_WAIT_SUMAggregates a couple of new waits that occur when DB Mirroring is used.
SQNS_INTRNL_PROFILER_WAIT_SUMAggregates a number of states associated with the Profiler.
SQNS_INTRNL_MEMORY_WAIT_SUMIncludes wait types, all of which mean that a session is waiting for memory to be allocated to it.
SQNS_INTRNL_BACKUP_WAIT_SUMIncludes wait type commonly occurring when a session is doing a BACKUP command.
SQNS_INTRNL_OTHER_WAIT_SUMThis aggregates all the waits that do not match any of the Precise for MS-SQL Server states.
SQNS_PC_RECOMPILATIONS_SUMNumber of times this plan has been recompiled while it has remained in the cache.
SQNS_PC_CACHE_EVICTIONS_SUMNumber of times the plan has been evicted from the cache.
SQNS_PC_EXECUTION_COUNT_SUMNumber of times that the plan has been executed
SQNS_PC_TOTAL_WORKER_TIME_SUMAmount of CPU time that was consumed by executions of this plan.
SQNS_PC_PHYSICAL_READS_SUMNumber of physical reads performed by executions of this plan.
SQNS_PC_LOGICAL_READS_SUMNumber of logical reads performed by executions of this plan.
SQNS_PC_LOGICAL_WRITES_SUMNumber of logical writes performed by executions of this plan.
SQNS_PC_CLR_TIME_SUMTime consumed inside CLR objects by executions of this plan.
SQNS_PC_ELAPSED_TIME_SUMTotal elapsed time for completed executions of this plan.
SQNS_LOCK_MD_STAT_SUMAggregates lock waits of MetaData Statistics type.
SQNS_LOCK_MD_PART_SUMAggregates lock waits of MetaData Partition Function type.
SQNS_LOCK_MD_OTHER_SUMAggregates lock waits of other MetaData types.
SQNS_CLR_WAIT_SUMGroups all the CLR-related waits.
SQNS_INTERNAL_WAIT_SUMGroups all the waits from Internal groups.
SQNS_NET_IO_WAIT_SUMGroups all I/O related wait types.
SQNS_TEMP_DB_WAIT_SUMGroups I/O / Latch on TempDB pages.
SQNS_IDLE_WAIT_SUMThis group will include the events indicating that a session is waiting for something other than a user request.
SQNS_INTRNL_BP_WAIT_SUMThis state groups the events, which all mean contention on pages in the buffer pool.
SQNS_INTRNL_LATCH_WAIT_SUMThis group includes all Latch related wait types.
SQNS_INTRNL_PARALLEL_WAIT_SUMAggregates the waits that indicate that a session is waiting for one of its sub-threads to complete its operation.
SQNS_INTRNL_DTC_WAIT_SUMAggregates waits that occur when Distributed Transaction Coordinator sessions are waiting for one another.
SQNS_INTRNL_DBMIRROR_WAIT_SUMAggregates a couple of new waits that occur when DB Mirroring is used.
SQNS_INTRNL_PROFILER_WAIT_SUMAggregates a number of states associated with the Profiler.
SQNS_INTRNL_MEMORY_WAIT_SUMIncludes wait types, all of which mean that a session is waiting for memory to be allocated to it.
SQNS_INTRNL_BACKUP_WAIT_SUMIncludes wait types commonly occurring when a session is doing a BACKUP command.
SQNS_INTRNL_OTHER_WAIT_SUMThis aggregates all the waits that do not match into any of the Precise for MS-SQL Server states.



Scroll Ignore
scroll-pdftrue
scroll-officetrue
scroll-chmtrue
scroll-docbooktrue
scroll-eclipsehelptrue
scroll-epubtrue
scroll-htmltrue
Newtabfooter
aliasIDERA
urlhttp://www.idera.com
 | 
Newtabfooter
aliasProducts
urlhttps://www.idera.com/productssolutions/sqlserver
 
Newtabfooter
aliasPurchase
urlhttps://www.idera.com/buynow/onlinestore
 | 
Newtabfooter
aliasSupport
urlhttps://idera.secure.force.com/precise/
 | 
Newtabfooter
aliasCommunity
urlhttp://community.idera.com
 
|
 
Newtabfooter
aliasResources
urlhttp://www.idera.com/resourcecentral
 | 
Newtabfooter
aliasAbout Us
urlhttp://www.idera.com/about/aboutus
 
Newtabfooter
aliasLegal
urlhttps://www.idera.com/legal/termsofuse