- Redash v5 Quick Start Guide
- Alexander Leibzon Yael Leibzon
- 219字
- 2021-08-13 15:12:10
Sizing – choosing the right machine to do the job
Sizing is based on the number of concurrent users and the number of concurrent queries that you have. For <10 concurrent users and <100 active queries, a tiny machine that has a dual core, 2 GB memory should be enough.
On the other hand, if you have 50-100 concurrent users and 1,000 active queries, you will need at least 16-32 GB RAM and a quad-core CPU.
In addition to the Redash app, you will also need Postgres, Redis, and Celery.
- Redis - Memory intensive
- Postgres - CPU and memory
- Celery - CPU and memory (the more workers you have, the more CPU you need. If workers won't keep up and build up a queue, it starts to consume memory)
If you're hosted in the cloud, you can always start with a smaller machine and expand if needed. The same goes for deploying Redash inside a VM in your own data center.
As a good starting point, you can use the following instance types on GCE/AWS:
- On AWS: t2.medium (2 vCPU, 4 GB RAM)
- On GCE: n1-standard-1/ n1-standard-2 (1/2 vCPU and 4/8 GB RAM accordingly)
For more intensive usage:
- On AWS: m4.2xlarge/m5.2xlarge (both with 8vCPU, 32 GB RAM)
- On GCE: n1-standard-8 (8vCPU, 32 RAM)
推薦閱讀
- 嵌入式系統(tǒng)及其開發(fā)應(yīng)用
- 工業(yè)機(jī)器人產(chǎn)品應(yīng)用實(shí)戰(zhàn)
- Dreamweaver CS3網(wǎng)頁制作融會(huì)貫通
- 條碼技術(shù)及應(yīng)用
- Hands-On Linux for Architects
- Hybrid Cloud for Architects
- 完全掌握AutoCAD 2008中文版:機(jī)械篇
- 水下無線傳感器網(wǎng)絡(luò)的通信與決策技術(shù)
- INSTANT Puppet 3 Starter
- 基于Proteus的單片機(jī)應(yīng)用技術(shù)
- FANUC工業(yè)機(jī)器人配置與編程技術(shù)
- 算法設(shè)計(jì)與分析
- PowerPoint 2010幻燈片制作高手速成
- 伺服與運(yùn)動(dòng)控制系統(tǒng)設(shè)計(jì)
- 暗戰(zhàn)強(qiáng)人:黑客攻防入門全程圖解