article thumbnail

Performance Testing at MongoDB

Alex Podelko

MongoDB has the most advanced continuous performance testing I know about. MongoDB shared a lot of information on how we do performance testing and even open sourced some parts of it. Continuous performance testing is built on the top of Evergreen. 34 (2020), Performance Testing with David Daly , is another good introduction.

article thumbnail

Accenture, AWS, and Dynatrace: Racing towards a modern observability strategy

Dynatrace

Accenture’s rich industry insights, together with Dynatrace, empower organizations to develop a modern observability strategy, thus enhancing digital experiences and navigating complex modern cloud landscapes while continuously monitoring and optimizing performance.

Strategy 184
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

Current status, needs, and challenges in Heterogeneous and Composable Memory from the HCM workshop (HPCA’23)

ACM Sigarch

Heterogeneous and Composable Memory (HCM) offers a feasible solution for terabyte- or petabyte-scale systems, addressing the performance and efficiency demands of emerging big-data applications. This article lays out the ideas and discussions shared at the workshop. Therefore, software-hardware co-design is an essential component.

Latency 52
article thumbnail

Modelling Bounded Contexts with the Bounded Context Design Canvas: A Workshop Recipe

Strategic Tech

This is the question I get asked the most, so I’ve put together this article describing a workshop recipe you can use. This workshop format is designed around both of these needs and uses two tools in order to find the most effective system design: EventStorming and the Bounded Context Design Canvas.

Design 76
article thumbnail

Nurturing Design in Your Software Engineering Culture

Strategic Tech

There are a few qualities that differentiate average from high performing software engineering organisations. Martin Fowler argues that internal quality of a software system enables new features and improvements to be delivered more sustainably. This necessitates a good understanding of the domains the software represents.

article thumbnail

PostgreSQL Tuple-Level Statistics With pgstattuple

Percona

Since Postgres table bloat degrades database performance, we can improve its performance by removing the table bloat. For example: SELECT * FROM pgstattuple('pg_catalog.pg_proc'); SELECT * FROM pgstattuple('workshop'); pgstattuple only obtains a read lock on the relation. The latest version of pgstattuple is 1.5. Ubuntu 15.4-1.pgdg22.04+1))

article thumbnail

The Three Types of Performance Testing

CSS Wizardry

A lot of companies—even if they are aware that performance is key to their business—are often unsure of how, when, or where performance testing sits within their development lifecycle. To make things worse, they’re also usually unsure whose responsibility performance measuring and monitoring is. Who: Engineers.