- 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?
- The Supervised Learning Workshop
- Beginning Java Data Structures and Algorithms
- Mastering Spring MVC 4
- Python王者歸來
- Visual C++數字圖像處理技術詳解
- Java程序設計:原理與范例
- Unity 2018 Augmented Reality Projects
- 深度實踐KVM:核心技術、管理運維、性能優化與項目實施
- Instant GLEW
- Analytics for the Internet of Things(IoT)
- Daniel Arbuckle's Mastering Python
- Java算法從菜鳥到達人
- Learning Network Programming with Java
- Swift 5從零到精通iOS開發訓練營
- Learning Bitcoin