I'm experiencing some significant slowness with the refresh button in Redash, which is running on Docker within an EC2 instance. Can anyone share some insights or solutions to improve the refresh speed?
1 Answer
It sounds like there could be a few reasons for the lag with your Redash refresh. Here are some possibilities to consider:
- Your query might be too large, causing delays in processing and downloading data from your data source.
- If your EC2 instance or Docker container is under-resourced (like not enough CPU or memory), that could lead to performance issues, especially if you're using a burstable instance without unlimited credit settings.
- Lastly, check your network connection to AWS; high latency could be an issue. If possible, try to set your instance in a region that's closer to reduce this latency.
Thanks for the tips! I'll look into my query size and instance specs.