Step 1: Create a representative query
To accurately assess Propeller performance, you need to create a query that closely represents your production workload. To create a representative query:Query a representative Data Pool
Choose a Data Pool with the same number of records as your production environment:
- This ensures your test accurately reflects real-world performance.
Compose your query
Use the appropriate tool to create your query:
- For GraphQL API queries, use the API Playground.
- For SQL queries, use the SQL Console.
Step 2: Test different Propeller sizes
Now that you have a representative query, it’s time to evaluate different Propeller sizes:Start with the smallest Propeller size
Begin with
P1_X_SMALL- If response time is acceptable for your use case, you’re all set
- If the query times out or takes too long, proceed to the next step
Incrementally test larger Propeller sizes
- Select the next size up of Propeller
- Click “Run Query”.
- Repeat until you achieve your desired response time without timeouts
