Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on Databases and related technologies.

VictoriaMetrics slashes data storage bills by 90% with world's most cost-efficient monitoring

We’re happy to share customer research today demonstrating that VictoriaMetrics is the world’s most cost-efficient monitoring solution! The real-world results show customers can save energy costs and achieve Net Zero carbon compliance faster with VictoriaMetrics in their tech stack.

My Favourite feature of Prompt+ - Frank Geisler | Redgate

Frank Geisler, CEO of GDS Business Intelligence GmbH, explains his favourite feature of Prompt+. SQL Prompt enables users to write high quality SQL faster. As well as autocompleting your code, SQL Prompt takes care of formatting, object renaming, and other distractions, so you can concentrate on how the code actually works..

Introducing Aiven's AI Database Optimizer: The First Built-In SQL Optimizer for Enhanced Performance

Increase database performance by 10x with an expert, AI-driven, professional available 24/7. An efficient data infrastructure is a vital component in building & operating scalable and performant applications that are widely adopted, satisfy customers, and ultimately, drive business growth. Unfortunately, the speed of new feature delivery coupled with a lack of database optimization knowledge is exposing organizations to high risk performance issues.

How Does SQL Prompt Enables Team Collaboration - Tracy Boggiano

Tracy Boggiano, Database Architect for Sound Physicians, explains how SQL Prompt enables team collaboration. SQL Prompt enables users to write high quality SQL faster. As well as autocompleting your code, SQL Prompt takes care of formatting, object renaming, and other distractions, so you can concentrate on how the code actually works..
Sponsored Post

SSMS 20 - What's new

Sure enough, the latest incarnation of SQL Server Management Studio, version 20.x, is more about evolution than revolution (you can download it here, by the way). And if you haven't gotten acquainted with it yet, here's a brief recap of the newly introduced features and enhancements that you can already get your hands on. We'll also tell you about a surefire way of powering up your stock SSMS with a bundle of add-ins called dbForge SQL Tools, which brings SSMS to the levels of the most demanding users.

How ilert Can Help Enhance Your Monitoring With Its VictoriaMetrics Integration

The ilert team have been working on an integration of VictoriaMetrics as part of their offering, and we’re happy to share this news today via this joint blog post. Please read on to learn more about ilert and how this new integration of VictoriaMetrics can help enhance your monitoring.

What's new in Flyway? State-based deployments in Flyway Teams

Historically, Flyway has been a migrations-based database deployment tool. It greatly improves database deployments by tracking what migration scripts have been executed against a target database and applying any pending migration scripts. Since Redgate acquired Flyway in 2019, we’ve been incorporating Redgate’s database comparison technology into the paid editions (Flyway Teams/Enterprise) so that users can benefit from the best of both worlds.

SQL Update With JOIN Techniques for Efficient Data Management

One of many things SQL Server, MySQL, PostgreSQL, and Oracle have in common is that they store data in multiple tables related to each other with a common key value. This means you cannot avoid retrieving records from two or more tables based on some condition while working with these relational databases. In SQL, this can be easily achieved with the help of JOINs.