Wed.Mar 29, 2023

article thumbnail

Redefining the Boundaries of People, Process, and Platforms

DZone

Day two of Dynatrace Perform began with a great discussion between Kelsey Hightower , Distinguished Developer Advocate at Google Cloud Platform and Andi Grabner , DevOps Evangelist at Dynatrace. The theme of their discussion was redefining the boundaries of people, processes and platforms. Kelsey began the discussion by explaining that his career took off when he began focusing on the fundaments.

article thumbnail

Dynatrace announces support of Google Cloud’s AlloyDB for PostgreSQL metrics ingest

Dynatrace

Today, Dynatrace is announcing that it has successfully achieved Google Cloud Ready – AlloyDB designation in support of an extended integration to Google Cloud’s AlloyDB for PostgreSQL. AlloyDB is a fully managed, PostgreSQL-compatible database service for highly demanding enterprise database workloads. Google Cloud Ready – AlloyDB is a new designation for the solutions of Google Cloud’s technology partners that integrate with AlloyDB.

Google 227
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

Overcoming Challenges and Best Practices for Data Migration From On-Premise to Cloud

DZone

Data migration is the process of moving data from one location to another, which is an essential aspect of cloud migration. Data migration involves transferring data from on-premise storage to the cloud. With the rapid adoption of cloud computing , businesses are moving their IT infrastructure to the cloud. This shift from on-premise to cloud computing creates challenges for IT professionals, as it requires careful planning and execution.

article thumbnail

Dynatrace OS Services monitoring ensures efficiency and security

Dynatrace

Managing enterprise IT environments takes time Being responsible for thousands of hosts requires tremendous effort from IT administrators. Besides establishing a secure and reliable environment, keeping up with system updates, implementing backup and recovery procedures, and setting up an adequate communication infrastructure with ticketing systems and other systems for tracking and managing changes and tasks, IT administrators must also monitor and maintain system performance.

article thumbnail

Getting Started With Prometheus Workshop: Introduction to the Query Language

DZone

Are you looking to get away from proprietary instrumentation? Are you interested in open-source observability but lack the knowledge to just dive right in? This workshop is for you, designed to expand your knowledge and understanding of open-source observability tooling that is available to you today.

article thumbnail

How To Generate Test Data for Your Database With SQL

Percona Community

Recently, I’ve noticed several posts on the Percona Community blog about test data generation. This is a great trend, as such data enables us to test applications more easily and efficiently and detect problems before they appear in production. One article was devoted to the Pagila standard DB schema and another to generating test data with Python.

Testing 98
article thumbnail

Compression Methods in MongoDB: Snappy vs. Zstd

Percona

Compression in any database is necessary as it has many advantages, like storage reduction, data transmission time, etc. Storage reduction alone results in significant cost savings, and we can save more data in the same space. As the amount of data grows, the need for efficient data compression becomes increasingly important to save storage space, reduce I/O overhead, and improve query performance.

Storage 107
article thumbnail

Fixing Misplaced Rows in a Partitioned Table

Percona

A partitioned table in MySQL has its data separated into different tablespaces while still being viewed as a single table. Partitioning can be a useful approach in some cases when handling huge sets of data. Deleting huge data sets could be quickened up in a partitioned table, but if not handled properly, it can misplace your data in the table. In this blog, I will share how to check and fix the data in such a table with minimal disruption to the table.