Reader small image

You're reading from  Learning Redis

Product typeBook
Published inJun 2015
Reading LevelIntermediate
Publisher
ISBN-139781783980123
Edition1st Edition
Languages
Right arrow
Author (1)
Vinoo Das
Vinoo Das
author image
Vinoo Das

Vinoo Das has 16 years of experience in the software industry and has worked in various domains, such as telecom, banking, payment gateways, information management, and so on. He is highly motivated and loves to work on new and upcoming technologies. He is currently architecting a platform for an information technology giant, which will enable the company to position the platform at an enterprise level as well as a cloud solution.
Read more about Vinoo Das

Right arrow

Configuration management


Very often, you may have seen improper configuration management or the lack of it create problems at a later point in the development and maintenance life cycles. Another problem is when scalability comes into picture and more nodes of software are added; then, maintaining state across all the nodes becomes a challenge. Business applications have been relying on RDBMS to store configuration data. The problem with this approach is performance; if the design is PULL-based and the problem with PULL-based design is performance penalty. Another problem is if the concurrency is high (because of other business functionalities), then these RDBMS also have to cater to these requests as well as the requests for configuration data.

PULL-based design for config management

The idea is to convert the design from PULL-based to PUSH-based. The big advantage of this technique is performance. The state or configuration data stays close to the application, and whenever change takes...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Learning Redis
Published in: Jun 2015Publisher: ISBN-13: 9781783980123

Author (1)

author image
Vinoo Das

Vinoo Das has 16 years of experience in the software industry and has worked in various domains, such as telecom, banking, payment gateways, information management, and so on. He is highly motivated and loves to work on new and upcoming technologies. He is currently architecting a platform for an information technology giant, which will enable the company to position the platform at an enterprise level as well as a cloud solution.
Read more about Vinoo Das