Thu.Jan 05, 2023

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. These are precisely the business goals of AIOps: an IT approach that applies artificial intelligence (AI) to IT operations, bringing process efficiencies.

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.

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

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. In this article, I will explain these issues in detail and recommend a way to take backups from a replication environment.

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.

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. In this blog, I will share a solution to remove this space and remove rows from tables in a few seconds regardless of the size of a table without causing any additional load on the database using table partitions.

Traffic 59
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. Our customer’s monitoring data collection was not affected, apart from a few identified and informed customers with a larger dependency on SSO authorization.

Cache 206
article thumbnail

PostgreSQL Vacuuming to Optimize Database Performance and Reclaim Space

Percona

In PostgreSQL, vacuuming is a maintenance task that helps to optimize database performance and reclaim space. It involves removing deleted or outdated rows from tables and indexes and updating statistics used by the query planner. This process is necessary to prevent the accumulation of unnecessary data, known as “dead rows,” which can take up significant space and slow down queries.

Database 106