Sat.Dec 31, 2022 - Fri.Jan 06, 2023

article thumbnail

Services Incident Update

Dynatrace

On Tuesday, January 3, 2023, at 15:26 UTC, we experienced an interruption of Dynatrace’s Single Sign On (SSO) service, preventing our customers from logging into their Dynatrace Software as a Service (SaaS) environments and other Dynatrace portals.

Cache 191
article thumbnail

Workload-Centric Over Infrastructure-Centric Development

DZone

This article is meant to be a starting point for sharing observations, experiences, and ideas to begin and build a conversation, exchange experiences, discuss, and shape a product vision we can work towards as a community. Our initial product vision and definition reads as follows

Insiders

Sign Up for our Newsletter

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

article thumbnail

Cpp2 and cppfront: Year-end mini-update

Sutter's Mill

As we close out 2022, I thought I’d write a short update on what’s been happening in Cpp2 and cppfront. If you don’t know what this personal project is, please see the CppCon 2022 talk on YouTube. Most of this post is about improvements I’ve been making and merging over the year-end holidays, and an increasing number of contributions from others via pull requests to the cppfront repo and in companion projects.

Lambda 75
article thumbnail

Speed Up of the WAL Archiving in PostgreSQL 15

Percona

Last time I blogged about the New WAL Archive Module/Library feature available in PostgreSQL 15 , which is quite transformative in how WALs are archived today in PostgreSQL. PostgreSQL 15 has many more improvements related to WAL archiving, which is worth discussing.

Speed 106
article thumbnail

Dynatrace SaaS release notes version 1.257

Dynatrace

We have released Dynatrace version 1.257. To learn what’s new, have a look at the release notes. The post Dynatrace SaaS release notes version 1.257 appeared first on Dynatrace news. Product news Release notes

190
190
article thumbnail

Listen for SIGINT and SIGTERM Events in a ZX Script

The Polyglot Developer

Have you ever needed to handle signal events within your ZX script? For example, what happens if you need to handle a graceful shutdown of your long-running or infinite-running script? Or what happens when the user forcefully stops the script?

article thumbnail

Automating Percona's XtraBackup

Percona Community

Percona’s XtraBackup is a beautiful tool that allows for the backup and restoration of MySQL databases. From the documentation: The Percona XtraBackup tools provide a method of performing a hot backup of your MySQL data while the system is running.

More Trending

article thumbnail

IT automation: An AIOps guide

Dynatrace

As the globe strides into 2023 — with rapid change and macroeconomic uncertainty looming — organizations want tools and technologies that enable them to become more efficient, reduce costs, and innovate more.

article thumbnail

Crashing Apps, Buffering Streams, and Fuming Fans: FIFA WC 2022 Streaming Saga

Simform

FIFA World Cup 2022 was a massive spectacle in viewership and marketing revenue. Unfortunately, such an enormous scale of events caused much chaos for some of the apps streaming this global event.

article thumbnail

Reinvention Risk Trade

The Agile Manager

Southwest Airlines has made headlines in recent days for all the wrong reasons: bad weather impacted air travel, which required Southwest to adjust plane and crew schedules.

article thumbnail

Deep Dive into MySQL’s Performance Schema

Percona

Recently I was working with a customer wherein our focus was to carry out a performance audit of their multiple MySQL database nodes. We started looking into the stats of the performance schema.

article thumbnail

Bringing APIs Into the Human Equation

Apica

Part Three of the Humanizing Software Quality Series from Intellyx, for Apica. In part 1 of this series, Jason English established user journeys as the essential goal of software testing efforts. Then in part 2 , he explained why user journeys are so difficult to test.

article thumbnail

Cloud cost optimization guide: How to save more on the cloud?

Simform

Moving to the cloud is one thing, and saving costs is another. One of the reasons why organizations migrate to the cloud is to reduce infrastructure costs. However, caveats like overprovisioning, wasted resources and management issues lead to higher cloud costs.

article thumbnail

5 Data Trends to Watch for in 2023

VoltDB

The post 5 Data Trends to Watch for in 2023 appeared first on Volt Active Data. 5G AI/ML artificial intelligence machine learning real-time real-time data

article thumbnail

Duplicate, Redundant, and Invisible Indexes

Percona

MySQL index is a data structure used to optimize the performance of database queries at the expense of additional writes and storage space to keep the index data structure up to date. It is used to quickly locate data without having to search every row in a table.

article thumbnail

Tale of a MySQL 8 Upgrade and Implications on Backup

Percona

Recently, we performed a database engine major version upgrade in one of our customers’ environments from MySQL 5.7.26 to 8.0.27. After this version upgrade, we experienced issues with backups and replication for one of the nodes.

article thumbnail

Table Doesn’t Exist: MySQL lower_case_table_names Problems

Percona

In Managed Services , we have many customers, and as each has a different kind of config and environment, working on their environment is always fun and interesting. In this blog post, I will showcase an issue we faced when dropping a table and how it was resolved.

article thumbnail

AWS Cloud Cost Optimization Best Practices (Even AWS won’t tell you!)

Simform

Fine-tuning your cloud infrastructure is critical to ensure your overall bill keeps up to its limit. Read this blog to find out proven best practices for cloud cost optimization to help you cut down on the bill and save costs by eliminating unused resources. Cloud App Development

article thumbnail

Quick Data Archival in MySQL Using Partitions

Percona

Space constraint has been an endless and painstaking process for many of us, especially in systems that have a high number of transactions and data growth exceeding hundreds of GBs in a matter of days.