Skip to content

Manage Datastore

The Datastore area browses the instance's Internal Datastore directly - the tables it holds, and the rows inside them. It's the read/write counterpart to Tables, which is where a table's structure is defined.

The Manage Datastore page, annotated to show the schema browser, the table listing and the row grid

Two selectors sit above the grid:

ControlPurpose
Schema browserWhich datastore to read - Internal Datastore for the database that ships with every instance.
Table listingWhich table within it, named schema.table (e.g. datastore.sales).

Below them, the selected table's rows are shown a page at a time, with Filter and Sort controls and an Actions menu for operating on the rows you've selected.

When to use it

This is the place to confirm what a load actually produced. When a Process has staged rows into a Table and the resulting Cube numbers look wrong, the question is usually whether the rows arrived as expected - and this shows them without writing a query or connecting an external client.

For anything beyond inspection, the other routes are better suited:

Rows here are live

The grid edits the underlying database directly, with no model-level validation in between. A row changed here is changed for every Card, Custom Page and Process that reads that table.