- Getting Started with Hazelcast(Second Edition)
- Mat Johns
- 183字
- 2021-07-16 13:14:33
Data deciding to hang around
In order to improve the performance of the existing setup, we can hold copies of our data away from the primary database and use them in preference wherever possible. There are a number of different strategies that we can adopt, from transparent second-level caching layers to external key-value object storage. The details and exact use of each varies significantly, depending on the technology or its place in the architecture, but the main aim of these systems is to sit alongside the primary database infrastructure and attempt to protect it from excessive load. This would then likely lead to an improved performance of the primary database by reducing the overall dependency on it.
However, this strategy tends to be only particularly valuable as a short-term solution, effectively buying us a little more time before the database once again starts to reach its saturation point. The other downside is that it only protects the database from read-based load. If an application is predominately write-heavy, this strategy has very little to offer.
So, the expanded architecture looks like the following figure:

- ThinkPHP 5實戰
- Visual Basic程序設計教程
- 零基礎學Python數據分析(升級版)
- C++ 從入門到項目實踐(超值版)
- Swift細致入門與最佳實踐
- Instant Nancy Web Development
- Visual C#.NET Web應用程序設計
- JavaScript+jQuery網頁特效設計任務驅動教程
- Java Web開發實例大全(基礎卷) (軟件工程師開發大系)
- Appcelerator Titanium:Patterns and Best Practices
- 人人都能開發RPA機器人:UiPath從入門到實戰
- 大話代碼架構:項目實戰版
- Internet of Things with Arduino Cookbook
- C#教程
- iOS程序員面試筆試真題與解析