Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on Databases and related technologies.

Which Data Connectivity Product to Choose: ODBC, SSIS, Excel, or Python

Data connectivity solutions are the bedrock of a solid database management strategy. Here’s why. Databases rarely work in isolation. They are constantly interacting with various apps and cloud platforms. As such, ensuring that this interaction flows seamlessly is critical. This is where your business data connectivity solution comes in. But here is the problem. There is no one-size-fits-all connectivity solution.

What Are SQL Server Agent Jobs: Guide With Examples

Behind every reliable dashboard and morning report stands a system of accountability: SQL Server Agent jobs. They’re what keeps backups on time, analytics flowing, and data pipelines steady when everything else moves fast. However, to sustain that reliability, SQL Server Agent must operate with precision at scale.

Redgate Monitor

Redgate Monitor helps you manage your entire database estate from a single pane of glass. Monitor SQL Server, PostgreSQL, Oracle, MySQL, and MongoDB – on premises, in the cloud, or in hybrid environments. Get database observability to proactively mitigate potential risks with instant problem diagnosis and customizable alerting. No downtime, customer complaints, or wake-up calls at 3am.

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.