Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

STV_SLICES

Focus mode
STV_SLICES - Amazon Redshift

Use the STV_SLICES table to view the current mapping of a slice to a node.

The information in STV_SLICES is used mainly for investigation purposes.

STV_SLICES is visible to all users. Superusers can see all rows; regular users can see only their own data. For more information, see Visibility of data in system tables and views.

Table columns

Column name Data type Description
node integer Cluster node where the slice is located.
slice integer Node slice.
localslice integer This information is for internal use only.
type character(1) This information is for internal use only.

Sample query

To view which cluster nodes are managing which slices, type the following query:

select node, slice from stv_slices;

This query returns the following sample output:

node | slice ------+------- 0 | 2 0 | 3 0 | 1 0 | 0 (4 rows)

On this page

PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.