|
|
|
|
|
by dogma1138
2618 days ago
|
|
Not really, it’s also not necessarily not needing to grow but not everything can scale in the same manner as Netflix or Facebook. Financial systems especially trading platforms need to ensure market fairness they also need to have at the end a single database as you can’t have any conflicts in your orders and the orders need to be executed in the order they came in across the entire system not just a single instance. This means that even when they do end up with some micro-service-esque architecture for the front end it still talks to a single monolithic database cluster in the end which is used to record and orchestrate everything. |
|