PDF (A4) - 40.3Mb
Man Pages (TGZ) - 262.0Kb
Man Pages (Zip) - 367.6Kb
Info (Gzip) - 4.0Mb
Info (Zip) - 4.0Mb
This table provides information regarding the latency of disk operations for NDB Cluster Disk Data tablespaces.
Thepgman_time_track_stats table contains the following columns:
node_idUnique node ID of this node in the cluster
block_numberBlock number (from
blockstable)block_instanceBlock instance number
upper_boundUpper bound
page_readsPage read latency (ms)
page_writesPage write latency (ms)
log_waitsLog wait latency (ms)
get_pageLatency of
get_page()calls (ms)
Notes
The read latency (page_reads column) measures the time from when the read request is sent to the file system thread until the read is complete and has been reported back to the execution thread. The write latency (page_writes) is calculated in a similar fashion. The size of the page read to or written from a Disk Data tablespace is always 32 KB.
Log wait latency (log_waits column) is the length of time a page write must wait for the undo log to be flushed, which must be done prior to each page write.
PDF (A4) - 40.3Mb
Man Pages (TGZ) - 262.0Kb
Man Pages (Zip) - 367.6Kb
Info (Gzip) - 4.0Mb
Info (Zip) - 4.0Mb