Types of Grids

The following list differentiates the types of data grids in ActiveSpaces:
Stand-Alone Grids
Any grid that does not belong to a gridset is a stand-alone grid. All operations included in the ActiveSpaces API are permitted on stand-alone grids.
Primary Grids

Any grid that is listed as the primary of a gridset is a primary grid. All operations included in the ActiveSpaces API are permitted on primary grids. Primary grids are responsible for supplying mirror grids with data on request.

Mirror Grids

Any grid that is included in a gridset, but is not currently the primary of that gridset is a mirror grid. Only read operations are allowed on mirror grids (For example, GET, queries, iterators, and so on). Read operations are executed against the most recent checkpoint that has been mirrored from the primary grid. Mirror grids are responsible for requesting updates from the primary grid.

Related concepts