Skip to main content
Compute Profiles allow you to choose the amount of compute resources used to run your Explorer queries. They also allow you to separate query runs by profile for different use cases. Limit: You can create up to 3 profiles per organization.

Sizes

Profile size determines the amount of compute resources used to run your queries, affecting speed and cost. In general, query performance scales with size, so a larger profile can run more complex queries faster.
SizeSpeedCost
1xBaseBase
4x~4x faster4x credits
8x~8x faster8x credits
16x~16x faster16x credits
For example, you could set up a larger compute profile for complex, long-running queries, and a smaller compute profile for simpler, faster queries.

Manage Your Compute Profiles

  1. Go to Settings → Compute.
  2. In the Compute Profiles section, you can add, resize, or delete your compute profiles. Allium Compute Profiles

Run Query with Profile (Allium App)

To choose which Compute Profile to use when running your Explorer query:
  1. Go to Explorer Queries and select your query.
  2. Click on the Compute Profile dropdown on the top right of the query editor, and select the profile you want to use for this query. Allium Choose Compute Profile
  3. Click the Run button to run your query. The selected Compute Profile will be used for this run, and will be saved as the default profile for this query.

Run Query with Profile (API)

You can specify the Compute Profile to use when running your query from API. See API docs here.

Queue Isolation

Each Compute Profile has its own isolated query queue. You can monitor the number of queuing and running queries in each Compute Profile at Settings → Compute Queue monitoring
I