- Getting Started with Hazelcast
- Mat Johns
- 200字
- 2021-08-06 16:56:49
Starting out as usual
In most modern software systems, data is the key. For more traditional architectures, the role of persisting and providing access to your system's data tends to fall to a relational database. Typically this is a monolithic beast, perhaps with a degree of replication, although this tends to be more for resilience rather than performance.
For example, here is what a traditional architecture might look like (which hopefully looks rather familiar).

This presents us with an issue in terms of application scalability, in that it is relatively easy to scale our application layer by throwing more hardware at it to increase the processing capacity. But the monolithic constraints of our data layer would only allow us to do this so far before diminishing returns or resource saturation stunted further performance increases; so what can we do to address this?
In the past and in legacy architectures, the only solution would be to increase the performance capability of our database infrastructure, potentially by buying a bigger, faster server or by further tweaking and fettling the utilization of currently available resources. Both options are dramatic, either in terms of financial cost and/or manpower; so what else could we do?
- UNIX編程藝術
- Computer Vision for the Web
- 軟件界面交互設計基礎
- Learning Docker
- Learning Bayesian Models with R
- Building RESTful Python Web Services
- C++編程兵書
- Deep Learning with R Cookbook
- 創意UI Photoshop玩轉移動UI設計
- Robot Framework Test Automation
- Getting Started with the Lazarus IDE
- 深入理解MySQL主從原理
- Illustrator CS6中文版應用教程(第二版)
- C#教程
- 機器人ROS開發實踐