Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on Databases and related technologies.

Caching in C#: A Comprehensive Technical Guide

In.NET systems, performance is often won or lost on the read path. Every extra database or API call adds latency and cost. Caching fixes that by keeping frequently used data, like product lists or lookups, close to your code, turning slow trips into instant reads. This is not theoretical, it works in the real world. Stack Overflow runs a two-tier cache (in-process + Redis), where a Redis hop takes only 0.2–0.5 ms and local memory reads are effectively instant.

From Concept to Reality: The Journey Behind Harness Database DevOps

Harness Database DevOps was born from a simple question - how can database delivery be as seamless and safe as application delivery? Through deep collaboration with design partners, open-source learnings, and relentless iteration, the team built a platform that unites developers, DBAs, and DevOps under a single, automated workflow. At its core, it’s a story of empathy-driven engineering - transforming database change management into a faster, more reliable, and collaborative experience.

The database professional of the future: headlines from Redgate's Keynote at PASS Data Community Summit 2025

Redgate took the main stage earlier today to open PASS Data Community Summit with our keynote, where we shared our vision for the future of the database development experience – one driven by speed, safety, and the intelligent use of AI. As data estates grow in scale and complexity, and as organizations push to deliver software faster than ever, the role of the database is undergoing significant change.

Fork Your Database for Staging & Testing

Learn how to quickly create a fork of your Aiven for PostgreSQL instance to set up a safe staging or testing environment. In this demo, we walk you through selecting your project and service, navigating to the backups & forking section, naming your new instance, choosing the cloud provider and plan, and finalising the fork to replicate your original database. This approach allows you to test changes safely without affecting your production database, making development and QA workflows much more reliable.

Introducing Native Flyway Support for Harness Database DevOps

Harness Database DevOps has added Flyway support alongside Liquibase, offering teams a choice between structured changelogs and SQL-first migration scripts. This multi-engine approach ensures developers can use their preferred tool while benefiting from centralized governance, automated safety features, and a unified pipeline for all database changes. The goal is to make database delivery safer, more automated, and flexible across the enterprise.

Harness Database DevOps Adds Flyway Support

Harness Database DevOps has added Flyway support alongside Liquibase, offering teams a choice between structured changelogs and SQL-first migration scripts. This multi-engine approach ensures developers can use their preferred tool while benefiting from centralized governance, automated safety features, and a unified pipeline for all database changes. The goal is to make database delivery safer, more automated, and flexible across the enterprise.