Login ProductsSalesSupportDownloadsAbout |
Home » Technical Support » ElevateDB Technical Support » Product Manuals » ElevateDB Version 2 SQL Manual » System Information » ServerSessionStatistics Table |
CREATE TABLE "ServerSessionStatistics" ( "SessionID" INTEGER, "SessionName" VARCHAR(40) COLLATE "ANSI_CI", "DatabaseName" VARCHAR(40) COLLATE "ANSI_CI", "TableName" VARCHAR(40) COLLATE "ANSI_CI", "BufferMgr" VARCHAR(40) COLLATE "ANSI_CI", "MaxBufferSize" INTEGER, "CurrentBufferSize" INTEGER, "Hits" BIGINT, "Misses" BIGINT, "HitRatio" DECIMAL(19,2), "Reads" BIGINT, "BytesRead" BIGINT, "Writes" BIGINT, "BytesWritten" BIGINT ) CREATE INDEX "SessionID" ON "ServerSessionStatistics" ("SessionID") CREATE INDEX "SessionName" ON "ServerSessionStatistics" ("SessionName") CREATE INDEX "DatabaseName" ON "ServerSessionStatistics" ("DatabaseName") CREATE INDEX "TableName" ON "ServerSessionStatistics" ("TableName")
BufferMgr | Description |
Row | The statistics are for the row buffer manager for the table |
Index page | The statistics are for the index page buffer manager for the table |
BLOB block | The statistics are for the BLOB block buffer manager for the table |
Published updates log block | The statistics are for the published updates log block buffer manager for the table |
Statement | Description |
DISCONNECT SERVER SESSION | Disconnects an existing server session |
REMOVE SERVER SESSION | Removes an existing server session |
This web page was last updated on Thursday, November 16, 2023 at 10:39 AM | Privacy PolicySite Map © 2024 Elevate Software, Inc. All Rights Reserved Questions or comments ? E-mail us at info@elevatesoft.com |