Login ProductsSalesSupportDownloadsAbout |
Home » Technical Support » ElevateDB Technical Support » Product Manuals » ElevateDB Version 2 SQL Manual » System Information » FileIOStatistics Table |
CREATE TABLE "FileIOStatistics" ( "FileName" VARCHAR(40) COLLATE "ANSI_CI", "BlockSize" INTEGER, "MaxSize" BIGINT, "Hits" BIGINT, "Misses" BIGINT, "HitRatio" DECIMAL(19,2), "Reads" BIGINT, "BytesRead" BIGINT, "AvgRead" DECIMAL(19,2), "Writes" BIGINT, "BytesWritten" BIGINT, "AvgWrite" DECIMAL(19,2), "TotalAllocated" BIGINT, "TotalDirty" BIGINT, "TotalFlushes" BIGINT ) CREATE INDEX "FileName" ON "FileIOStatistics" ("FileName")
Statement | Description |
None |
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 |