BoosterEdge
The Booster edge object.
Learn more about pagination in GraphQL.
fields
cursor non-null String
The edge's cursor.
node non-null Booster
The edge's node.
Boosters allow you to optimize Metric Queries for a subset of commonly used Dimensions. A Metric can have one or many Boosters to optimize for the different Query patterns.
Boosters can be understood as an aggregating index. The index is formed from left to right as follows:
- The Data Pool's Tenant ID column (if present)
- Metric Filter columns (if present)
- Query Filter Dimensions (see
dimensions
) - The Data Pool's timestamp column
node.id non-null ID
The Booster's unique identifier.
node.account non-null Account
The Booster's Account.
node.environment non-null Environment
The Booster's Environment.
node.createdAt non-null DateTime
The Booster's creation date and time in UTC.
node.modifiedAt non-null DateTime
The Booster's last modification date and time in UTC.
node.createdBy non-null String
The Booster's creator. It can be either a User ID, an Application ID, or "system" if it was created by Propel.
node.modifiedBy non-null String
The Booster's last modifier. It can be either a User ID, an Application ID, or "system" if it was modified by Propel.
node.metric non-null Metric
The Metric this Booster is associated to.
node.status non-null BoosterStatus
The status of the Booster (once LIVE it will be available for speeding up Metric queries).
The Booster status.
CREATED
The Booster has been created. Propel will start optimizing the Data Pool soon.
OPTIMIZING
Propel is setting up the Booster and optimizing the Data Pool.
LIVE
The Booster is now live and available to speed up Metric queries.
FAILED
Propel failed to setup the Booster. Please write to support. Alternatively, you can delete the Booster and try again.
DELETING
Propel is deleting the Booster and all of its associated data.
node.error nullable Error
If the Booster fails during the optimization process, this field includes a descriptive error message.
node.progress nullable Float
When the Booster is OPTIMIZING, this represents its progress as a number from 0 to 1. In all other states, progress is null.
node.dimensions non-null array of Dimension
Dimensions included in the Booster.
node.recordCount nullable String
The number of records in the Booster.
node.sizeInTerabytes nullable Float
The amount of storage in terabytes used by the Booster.