Bu sayfa henüz yerel dilinizde mevcut değildir. Daha fazla dil seçeneği eklemek için yoğun bir şekilde çalışıyoruz. Desteğiniz için teşekkür ederiz.

Compute
Elastic Cloud Server
Huawei Cloud Flexus
Bare Metal Server
Auto Scaling
Image Management Service
Dedicated Host
FunctionGraph
Cloud Phone Host
Huawei Cloud EulerOS
Networking
Virtual Private Cloud
Elastic IP
Elastic Load Balance
NAT Gateway
Direct Connect
Virtual Private Network
VPC Endpoint
Cloud Connect
Enterprise Router
Enterprise Switch
Global Accelerator
Management & Governance
Cloud Eye
Identity and Access Management
Cloud Trace Service
Resource Formation Service
Tag Management Service
Log Tank Service
Config
OneAccess
Resource Access Manager
Simple Message Notification
Application Performance Management
Application Operations Management
Organizations
Optimization Advisor
IAM Identity Center
Cloud Operations Center
Resource Governance Center
Migration
Server Migration Service
Object Storage Migration Service
Cloud Data Migration
Migration Center
Cloud Ecosystem
KooGallery
Partner Center
User Support
My Account
Billing Center
Cost Center
Resource Center
Enterprise Management
Service Tickets
HUAWEI CLOUD (International) FAQs
ICP Filing
Support Plans
My Credentials
Customer Operation Capabilities
Partner Support Plans
Professional Services
Analytics
MapReduce Service
Data Lake Insight
CloudTable Service
Cloud Search Service
Data Lake Visualization
Data Ingestion Service
GaussDB(DWS)
DataArts Studio
Data Lake Factory
DataArts Lake Formation
IoT
IoT Device Access
Others
Product Pricing Details
System Permissions
Console Quick Start
Common FAQs
Instructions for Associating with a HUAWEI CLOUD Partner
Message Center
Security & Compliance
Security Technologies and Applications
Web Application Firewall
Host Security Service
Cloud Firewall
SecMaster
Anti-DDoS Service
Data Encryption Workshop
Database Security Service
Cloud Bastion Host
Data Security Center
Cloud Certificate Manager
Edge Security
Managed Threat Detection
Blockchain
Blockchain Service
Web3 Node Engine Service
Media Services
Media Processing Center
Video On Demand
Live
SparkRTC
MetaStudio
Storage
Object Storage Service
Elastic Volume Service
Cloud Backup and Recovery
Storage Disaster Recovery Service
Scalable File Service Turbo
Scalable File Service
Volume Backup Service
Cloud Server Backup Service
Data Express Service
Dedicated Distributed Storage Service
Containers
Cloud Container Engine
SoftWare Repository for Container
Application Service Mesh
Ubiquitous Cloud Native Service
Cloud Container Instance
Databases
Relational Database Service
Document Database Service
Data Admin Service
Data Replication Service
GeminiDB
GaussDB
Distributed Database Middleware
Database and Application Migration UGO
TaurusDB
Middleware
Distributed Cache Service
API Gateway
Distributed Message Service for Kafka
Distributed Message Service for RabbitMQ
Distributed Message Service for RocketMQ
Cloud Service Engine
Multi-Site High Availability Service
EventGrid
Dedicated Cloud
Dedicated Computing Cluster
Business Applications
Workspace
ROMA Connect
Message & SMS
Domain Name Service
Edge Data Center Management
Meeting
AI
Face Recognition Service
Graph Engine Service
Content Moderation
Image Recognition
Optical Character Recognition
ModelArts
ImageSearch
Conversational Bot Service
Speech Interaction Service
Huawei HiLens
Video Intelligent Analysis Service
Developer Tools
SDK Developer Guide
API Request Signing Guide
Terraform
Koo Command Line Interface
Content Delivery & Edge Computing
Content Delivery Network
Intelligent EdgeFabric
CloudPond
Intelligent EdgeCloud
Solutions
SAP Cloud
High Performance Computing
Developer Services
ServiceStage
CodeArts
CodeArts PerfTest
CodeArts Req
CodeArts Pipeline
CodeArts Build
CodeArts Deploy
CodeArts Artifact
CodeArts TestPlan
CodeArts Check
CodeArts Repo
Cloud Application Engine
MacroVerse aPaaS
KooMessage
KooPhone
KooDrive
On this page

Show all

Common View Tools

Updated on 2024-07-04 GMT+08:00

View Type

Type

Function

Application Scenario

Function

Parsing

All types

Parses a specified table page and returns the path for storing the parsed content.

  • Page information viewing
  • Tuple (non-user data) information
  • Damaged pages and tuples
  • Tuple visibility problems
  • Verification errors

gs_parse_page_bypath

Index recycle queue (URQ)

Parses key information in the URQ.

  • UB-tree index space expansion
  • UB-tree index space recycle exceptions
  • Verification errors

gs_urq_dump_stat

Rollback segment (undo)

Parses the specified undo record, excluding the old tuple data.

  • Expanded undo space
  • Undo recycling exceptions
  • Rollback exceptions
  • Routine maintenance
  • Verification errors
  • Visibility judgment exceptions
  • Parameter modifications

gs_undo_dump_record

Parses all undo records generated by a specified transaction, excluding old tuple data.

gs_undo_dump_xid

Parses all information about transaction slots in a specified undo zone.

gs_undo_translot_dump_slot

Parses the transaction slot information of a specified transaction, including the XID and the range of undo records generated by the transaction.

gs_undo_translot_dump_xid

Parses the metadata of a specified undo zone and displays the pointer usage of undo records and transaction slots.

gs_undo_meta_dump_zone

Parses the undo space metadata corresponding to a specified undo zone and displays the file usage of undo records.

gs_undo_meta_dump_spaces

Parses the slot space metadata corresponding to a specified undo zone and displays the file usage of transaction slots.

gs_undo_meta_dump_slot

Parses the data page and all data of historical versions and returns the path for storing the parsed content.

gs_undo_dump_parsepage_mv

Write ahead log

(WAL)

Parses Xlog within the specified LSN range and returns the path for storing parsed content. You can use pg_current_xlog_location() to obtain the current Xlog position.

  • WAL errors
  • Log replay errors
  • Damaged pages

gs_xlogdump_lsn

Parses Xlog of a specified XID and returns the path for storing parsed content. You can use txid_current() to obtain the current XID.

gs_xlogdump_xid

Parses logs corresponding to a specified table page and returns the path for storing the parsed content.

gs_xlogdump_tablepath

Parses the specified table page and logs corresponding to the table page and returns the path for storing the parsed content. It can be regarded as one execution of gs_parse_page_bypath and gs_xlogdump_tablepath. The prerequisite for executing this function is that the table file exists. To view logs of deleted tables, call gs_xlogdump_tablepath.

gs_xlogdump_parsepage_tablepath

Collecting

Rollback segment (undo)

Displays the statistics of the Undo module, including the usage of undo zones and undo links, creation and deletion of undo module files, and recommended values of undo module parameters.

  • Undo space expansion
  • Undo resource monitoring

gs_stat_undo

Write ahead log

(WAL)

Collects statistics of the memory status table when WALs are written to disks.

  • WAL write/disk flushing monitoring
  • Suspended WAL write/disk flushing

gs_stat_wal_entrytable

Collects WAL statistics about the disk flushing status and location.

gs_walwriter_flush_position

Collects WAL statistic about the frequency of disk flushing, data volume, and flushing files.

gs_walwriter_flush_stat

Validation

Heap table/Index

Checks whether the disk page data of tables or index files is normal offline.

  • Damaged pages and tuples
  • Visibility issues
  • Log playback errors

ANALYZE VERIFY

Checks whether physical files of the current database in the current instance are lost.

Lost files

gs_verify_data_file

Index recycle (URQ)

Checks whether the data of the URQ (potential queue/available queue/single page) is normal.

  • UB-tree index space expansion
  • UB-tree index space reclamation exceptions

gs_verify_urq

Rollback segment (undo)

Checks whether undo records are normal offline.

  • Abnormal or damaged undo records
  • Visibility issues
  • Abnormal or damaged rollback

gs_verify_undo_record

Checks whether the transaction slot data is normal offline.

  • Abnormal or damaged undo records
  • Visibility issues
  • Abnormal or damaged rollback

gs_verify_undo_slot

Checks whether the undo metadata is normal offline.

  • Node startup failure caused by undo metadata
  • Undo space reclamation exceptions
  • Outdated snapshots

gs_verify_undo_meta

Restoration

Heap table/Index/Undo file

Restores lost physical files on the primary server based on the standby server.

Lost heap tables/Indexes/undo files

gs_repair_file

Heap table/Index/Undo page

Checks and restores damaged pages on the primary server based on the standby server.

Damaged heap tables/indexes/undo pages

gs_verify_and_tryrepair_page

Restores the pages of the primary server based on the pages of the standby server.

gs_repair_page

Modifies the bytes of the page backup based on the offset.

gs_edit_page_bypath

Overwrites the modified page to the target page.

gs_repair_page_bypath

Rollback segment (undo)

Rebuilds undo metadata. If the undo metadata is proper, rebuilding is not required.

Abnormal or damaged undo metadata

gs_repair_undo_byzone

Index recycle queue (URQ)

Rebuilds the URQ.

Abnormal or damaged URQ

gs_repair_urq

Sitemizi ve deneyiminizi iyileştirmek için çerezleri kullanırız. Sitemizde tarama yapmaya devam ederek çerez politikamızı kabul etmiş olursunuz. Daha fazla bilgi edinin

Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback