1 Answer
- Newest
- Most votes
- Most comments
1
No there is no difference if you use one table or 40 tables. You pay for the instances in DAX. But you have to be mindful that 50 tables will require a lot more data to be cached than 1 table, so you would need to scale vertically to ensure you can keep your working data set in memory.
Relevant content
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 months ago
Thank you! How can I predict in advance if scaling is required? Do you know any useful metrics or solution?
Here are the DAX metrics, you can alarm on any of them you deem relevant. Bare in mine that you cannot scale vertically. So CPU usage on the leader node going high is not going to be fixed by scaling out.