내용으로 건너뛰기

Replacement System Tables for Amazon Redshift now available

0

Not a question, but I thought it would be of interest to Redshift uses - re:Post admin, if not, and this is not permitted content, please delete.

I run www.redshift-observatory.ch and I started working on my own set of replacement system tables back in 2017. Six months I started afresh, and I've just published. There are about 780 views at the moment, with massive ongoing development. They are to the Redshift system tables what molten chocolate covered chocolate sponge dessert with cherry liquor is is to cardboard :-)

https://github.com/MaxGanzII/redshift-observatory.ch

질문됨 일 년 전336회 조회
1개 답변
0

Amazon Redshift provides a comprehensive set of system tables and views that offer valuable information about how the system is functioning. These system tables and views can be queried like regular database tables, allowing administrators and users to gain insights into the database's operations.

There are several types of system tables and views in Amazon Redshift, including:

  1. SVV views: Contain information about database objects with references to transient STV tables.
  2. SYS views: Used to monitor query and workload usage for provisioned clusters and serverless workgroups.
  3. STL views: Generated from logs and provide a history of the system.
  4. STV tables: Virtual system tables that contain snapshots of the current system data.
  5. SVCS views: Provide details about queries on both main and concurrency scaling clusters.
  6. SVL views: Provide details about queries on main clusters.

It's important to note that system tables and views have different visibility levels. Some are visible to all users, while others are only visible to superusers. Regular users can be granted access to superuser-visible tables by being given SELECT privilege on those tables.

Amazon Redshift also includes system catalog tables with a PG prefix, which store schema metadata such as information about tables and columns. These are based on PostgreSQL system catalogs and are accessible to Amazon Redshift users.

For users looking to analyze system performance or troubleshoot issues, these built-in system tables and views provide a wealth of information. They can be used to monitor query performance, track system usage, and gain insights into database operations.

While third-party tools or custom views may offer additional functionality, it's always recommended to refer to the official Amazon Redshift documentation for the most up-to-date and accurate information about system tables and views.
Sources
System tables and views reference - Amazon Redshift
System catalog tables - Amazon Redshift

답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

관련 콘텐츠