article thumbnail

Why applying chaos engineering to data-intensive applications matters

Dynatrace

Stream processing One approach to such a challenging scenario is stream processing, a computing paradigm and software architectural style for data-intensive software systems that emerged to cope with requirements for near real-time processing of massive amounts of data. In practice, standby replicas demand far more resources.

article thumbnail

Ensure safe and secure releases at scale by providing Golden Paths

Dynatrace

Golden Paths for rapid product development Modern software development aims to streamline development and delivery processes to ensure fast releases to the market without violating quality and security standards. To bring these practices to life within an organization at scale, the discipline of platform engineering has gained popularity.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Full visibility into your serverless applications with AI-powered Azure Functions monitoring (GA)

Dynatrace

As companies strive to innovate and deliver faster, modern software architecture is evolving at near the speed of light. This gives you deep visibility into your code running in Azure Functions, and, as a result, an understanding of its impact on overall application performance and user experience. So stay tuned!

article thumbnail

Data Consistency in Apache Cassandra — Part 2

Software Architecture

Source: [link] Cassandra has tunable consistency which means that not only on the database level, you can tune the immediate and eventual consistency of your data per query/operation by setting the read CL (consistency level) and write CL. You get high performance reads and writes. You’d never want to set write CL = ALL, read CL = ALL.

Tuning 100
article thumbnail

Full visibility into your serverless applications with AI-powered Azure Functions monitoring (GA)

Dynatrace

As companies strive to innovate and deliver faster, modern software architecture is evolving at near the speed of light. This gives you deep visibility into your code running in Azure Functions, and, as a result, an understanding of its impact on overall application performance and user experience. So stay tuned!

article thumbnail

Data Consistency in Apache Cassandra — Part 1

Software Architecture

You can tune the write consistency for performance (by setting the write CL as ONE) or immediate consistency for critical piece of data (by setting the write CL as ALL) Following is how it works: A client sends a write request to the coordinator. For all these benefits, the price you pay is lower consistency.

article thumbnail

UI Design Patterns That Don't Scale

SQL Performance

The basic unit of SQL tuning is the query. Michael J Swart is a passionate database professional and blogger who focuses on database development and software architecture. So if you show me UI requirements with ten sortable columns, I’ll show you ten queries to analyze. When does this get awkward? About the Author.

Design 92