▪ A non-partitioned table has a single partition that contains all the data in the table. The single partition is replicated to every node in the grid regardless of how many nodes there are in the grid. See Creating a non-partitioned table.
▪ A partitioned table is split into multiple partitions, which are distributed between the grid nodes. Copies of each partition are stored on multiple nodes in the grid. See Creating a partitioned table.