Does this cover the use-case of horizontally scaling instances? I thought maybe I could freeze my dataset in an AWS instance and use auto-scaling to launch instances behind a load balancer
k
Kishore Nallan
06/23/2021, 12:37 AM
If your data is static then you don't need to use clustering. You can have standalone instances or use an ASG. But you wiill need to write to each standalone instance individually when you want to do a data refresh.