Comment by ozim

1 year ago

Scale in a sense where you can scale that one part of system independently when it is micro service.

You still can run into situation where adding a network call is small overhead over the optimization available where it has its own datababase running on its own VM where you can add more resources just for that specific thing.

Maybe you can rewrite that part in a language that fits use case better for only that service.