Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Mastering Non-Functional Requirements

You're reading from   Mastering Non-Functional Requirements Templates and tactics for analysis, architecture and assessment

Arrow left icon
Product type Paperback
Published in May 2017
Publisher
ISBN-13 9781788299237
Length 230 pages
Edition 1st Edition
Arrow right icon
Author (1):
Arrow left icon
Sameer Paradkar Sameer Paradkar
Author Profile Icon Sameer Paradkar
Sameer Paradkar
Arrow right icon
View More author details
Toc

Database tier patterns


This section describes the database tier patterns and its impact on NFRs.

Data replication

To deliver high availability, we must introduce some level of duplication of system elements. However, if those elements store data, no inconsistency can be tolerated between them.

Context

Read-only data, such as report data, computed results so on, can be replicated to multiple database instances so as to enable parallel reads. Most databases support automatic data replication and data synchronization features, which can also be leveraged. Data replication is often carried out by a master-slave configuration either synchronously or asynchronously. Replication jobs should be configured to optimize throughput and latency.

Drivers

Drivers for the data replication solution pattern include:

  • We need a common persistent store to ensure a consistent view of the system across all application servers (whether active-redundant or load-balanced).
  • High availability architectures depend on application...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image