When you use Elastic Resize to change the size of your cluster Redshift moves the existing slices to the new compute nodes so the number of slices per node will change.
https://docs.aws.amazon.com/redshift/latest/mgmt/rs-resize-tutorial.html#elastic-resize
Answer from Joe Harris on Stack OverflowAWS
docs.aws.amazon.com › amazon redshift › management guide › amazon redshift provisioned clusters
Amazon Redshift provisioned clusters - AWS Documentation
The headings in the tables have these meanings: ... RAM is the amount of memory in gibibytes (GiB) for each node. Default slices per node is the number of slices into which a compute node is partitioned when a cluster is created or resized with classic resize.
Number of node and slices in Redshift cluster - Stack Overflow
Data slices are redistributed to the new nodes (when increasing nodes) or the existing nodes (when decreasing nodes). This allows the resize to complete very quickly. The total slice count does not change until you do a "classic" resize. docs.aws.amazon.com/redshift/latest/mgmt/… ... More on stackoverflow.com
Issue distributing data among nodes
I am running daily analyze for tables with >5% stat_off or >5% unsorted, ran a vacuum FULL 100 percent on those tables that I switched to EVEN after changing the diststyle. No difference ... In Redshift data distribution happens across slices. A compute node is partitioned into slices. More on repost.aws
Redshift cluster uses only 6 of 8 slices after scaling from 2 to 4 nodes
When you scale a Redshift cluster, the data distribution doesn't automatically rebalance across all slices optimally. ... Data Distribution Skew: Even though you have 8 slices (2 per node) in your 4-node ra3.xlplus cluster, your data is not being evenly distributed across all slices. More on repost.aws
amazon web services - Redshift cluster, how to get information of number of slice - Stack Overflow
Overview of Amazon Redshift clusters says that ra3.4xlarge has a default of 4 slices per node. More on stackoverflow.com
AWS
docs.aws.amazon.com › amazon redshift › database developer guide › introduction to amazon redshift › amazon redshift architecture › data warehouse system architecture
Data warehouse system architecture - Amazon Redshift
The number of slices per node is determined by the node size of the cluster. For more information about the number of slices for each node size, go to About clusters and nodes in the Amazon Redshift Management Guide.
Stack Overflow
stackoverflow.com › questions › 64210658 › number-of-node-and-slices-in-redshift-cluster
Number of node and slices in Redshift cluster - Stack Overflow
Data slices are redistributed to the new nodes (when increasing nodes) or the existing nodes (when decreasing nodes). This allows the resize to complete very quickly. The total slice count does not change until you do a "classic" resize. docs.aws.amazon.com/redshift/latest/mgmt/… 2020-10-08T12:55:51.703Z+00:00
Amazon Web Services
docs.amazonaws.cn › 亚马逊云科技 › amazon redshift › database developer guide › automatic table optimization › data distribution for query optimization
Data distribution for query optimization - Amazon Redshift
One node is the leader node, which ... disk storage for a compute node is divided into a number of slices. The number of slices per node depends on the node size of the cluster....
AWS
docs.aws.amazon.com › amazon redshift › database developer guide › system tables and views reference › system monitoring (provisioned only) › stv tables for snapshot data › stv_slices
STV_SLICES - Amazon Redshift
Amazon Redshift will no longer support the creation of new Python UDFs starting Patch 198. Existing Python UDFs will continue to function until June 30, 2026. For more information, see the blog post ... Use the STV_SLICES table to view the current mapping of a slice to a node.
AWS re:Post
repost.aws › questions › QUy1t2khReQUe8NwNHZTUprg › issue-distributing-data-among-nodes
Issue distributing data among nodes | AWS re:Post
July 8, 2024 - I am running daily analyze for ... No difference ... In Redshift data distribution happens across slices. A compute node is partitioned into slices....
Medium
medium.com › @KuldeepsinhVaghela › amazon-redshift-architecture-explained-leader-node-compute-nodes-and-performance-tuning-197ec98c6e7a
Amazon Redshift Architecture Explained: Leader Node, Compute Nodes, and Performance Tuning | by Kuldeepsinh Vaghela | Medium
April 24, 2025 - Parallel Data Processing (Compute Nodes and Slices): Each compute node, and specifically each slice within those nodes that contains relevant data from the sales table within the specified date range, will independently perform the following operations on its portion of the data: Filtering: Selects the sales records where sale_date falls between '2024-01-01' and '2024-03-31'. Joining: Joins the filtered sales data with the corresponding products data. Since the products table is distributed as ALL, each compute node has a local copy, making the join operation efficient. If sales was distributed differently, Redshift might need to move data between slices or nodes during the join operation (a process called data shuffling).
Wordpress
piyushchaudhariblog.wordpress.com › 2018 › 09 › 27 › amazon-redshift-architecture-and-its-components
Amazon Redshift Architecture and Its Components | My Passion Behind Blogging
September 27, 2018 - Each Slice has a portion of Compute Node’s memory and disk assigned to it where it performs Query Operations. The Leader Node is responsible for assigning a Query code and data to a slice for execution. Slices once assigned query load work in parallel to generate query results. Data is distributed among the Slices on the basis of Distribution Style and Distribution Key of a particular table. An even distribution of data enables Redshift to assign workload evenly to slices and maximizes the benefit of parallel processing.
Hevo
hevodata.com › home › learn › data warehousing
8 Important Components of Amazon Redshift Architecture
January 10, 2026 - Each Slice has a portion of Compute Node’s memory and disk assigned to it where it performs query operations. The Leader Node is responsible for assigning a query code and data to a slice for execution. Slices once assigned query load work in parallel to generate query results. Data is distributed among the Slices on the basis of the Distribution Style and Distribution Key of a particular table. An even distribution of data enables Redshift to assign workload evenly to Slices and maximizes the benefit of parallel processing.
Stack Overflow
stackoverflow.com › questions › 67652419 › redshift-cluster-how-to-get-information-of-number-of-slice
amazon web services - Redshift cluster, how to get information of number of slice - Stack Overflow
Overview of Amazon Redshift clusters says that ra3.4xlarge has a default of 4 slices per node.
Twilio
twilio.com › docs › segment › connections › storage › warehouses › redshift-faq
Redshift cluster and Redshift connector limitations | Twilio
When scaling up your cluster by ... table increases. For example, if you have a table with 10 columns, Redshift will preallocate 20mb of space (10 columns X 2 slices) per node....