solidDB Help : solidDB Grid : Working with grids : Creating tables in a grid
  
Creating tables in a grid
Note Check the solidDB Release Notes for any limitations that are associated with using a grid in the current release.
You can create both partitioned and non-partitioned (shared) tables in a grid.
Note You cannot create temporary or transient tables in a grid, see Schema requirements and recommendations.
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.
Go up to
Working with grids