- 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?
- Clojure Programming Cookbook
- 基于粒計算模型的圖像處理
- Drupal 8 Blueprints
- 微服務與事件驅動架構
- Instant 960 Grid System
- Learn Scala Programming
- Learn WebAssembly
- TypeScript實戰(zhàn)指南
- Java軟件開發(fā)基礎
- 數(shù)據(jù)結構習題解析與實驗指導
- Java程序設計入門
- 大話Java:程序設計從入門到精通
- Unity Android Game Development by Example Beginner's Guide
- ABAQUS6.14中文版有限元分析與實例詳解
- Oracle Database XE 11gR2 Jump Start Guide