Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on Databases and related technologies.

Introducing Redgate Test Data Manager with AI: Smarter, Safer Test Data Management

Discover how Redgate Test Data Manager’s new AI features deliver fast, compliant, production-like test data - balancing realism, speed, and security. In regulated industries like finance, healthcare, and insurance, test data management (TDM) can be quite challenging when it comes to compliance.

Announcing 1B+ Downloads & Product Development With Logs, Traces, Metrics

We’re currently at KubeCon + CloudNativeCon North America 2025 in Atlanta, and it’s a great opportunity to connect with the community and share some of the progress we’ve made this year. It’s been a busy period of development, new releases, and community engagement, all guided by our focus on delivering simple, reliable, and efficient monitoring & observability solutions.

Understand, diagnose, and optimize SQL queries: Introducing Grafana Cloud Database Observability

It’s widely acknowledged that most application performance problems stem not from the application itself, but from the underlying database. Slow or inefficient database queries are often the primary cause of these issues, acting as the biggest driver of application performance incidents. If you’ve been troubleshooting slow API calls or sluggish services, chances are the root cause likely resides within your database layer.

Devart ODBC Drivers Get Major Update With GUI for macOS/Linux, PostgreSQL 18 Support, and Enhanced Security

We are thrilled to announce a major update across our line of ODBC Drivers, introducing a graphical configuration interface for macOS and Linux, extended authentication methods, and compatibility with the latest database versions including PostgreSQL 18 and MariaDB 12.

Redgate Software recognized as a Strong Performer in Gartner Peer Insights Voice of the Customer for Infrastructure Monitoring Software

We’re thrilled to share that Redgate Software has been recognized as a ‘Strong Performer’ in the 2025 Gartner Peer Insights Voice of the Customer for Infrastructure Monitoring Tools category with our Redgate Monitor solution. We believe this recognition is a reflection of the trust and feedback from the people who matter most: our customers.

Introducing Developer Tier for Aiven for PostgreSQL services

Aiven is introducing a new pricing plan for Aiven for PostgreSQL services. Starting at $8 USD per month, the Developer tier offers more storage, so you can scale up your free PostgreSQL service in a cost-effective way. Unlike the Free tier, services on the Developer tier are not automatically powered off if inactive. The Developer tier also automatically includes Basic support services. More information on the Developer tier is available in the Aiven docs.

Exploring why PostgreSQL 18 put asynchronous I/O in your database

For years, PostgreSQL relied on synchronous I/O, meaning that when the database needed data from disk, each read operation was a blocking system call. The database process would therefore pause and wait for the data retrieval before moving to the next task. Synchronous I/O works well for local storage, but our database needs have changed drastically since then, resulting in this architecture creating significant bottlenecks when storage has higher latency.

Find Your PostgreSQL Connection URL

In this video, we show you how to quickly connect to your Aiven for PostgreSQL instance by locating your service URL in the Aiven Console. Your login credentials remain secure but can be copied easily, and we demonstrate how to connect using a variety of tools, including the Aiven CLI, PostgreSQL clients, and popular programming language modules. Get up and running in minutes and start interacting with your database effortlessly, whether for development, testing, or analytics.

Add Postgres with one YAML line. Deploy in under a minute.

Let’s break down why this matters, and how it can change the way you approach building and running applications. You want database power without getting bogged down in tooling and config. Most of your week should be building features, not hunting for connection strings or maintaining bespoke infra scripts. Developers tell us they just want to code and solve application problems, with minimal platform friction.

Building dbRosetta Using AI: Part 3, Creating a Database

The AI said I had to do a database first, not code. Who am I to argue? So, with all the prompts outlining the goals of the project, I’ve gone forward with the project, and step one is creating a PostgreSQL database on Azure. This is part three of a multi-part set of articles. I’ll move this list to the bottom of future articles: Part 1: Introducing the Concept of dbRosetta Part 2: Defining the Project & Prompt Templates.