Operations | Monitoring | ITSM | DevOps | Cloud

Optimizing Database Performance with MurmurHash and Atatus Monitoring

Atatus database monitoring takes you to the next level by offering comprehensive tools to track query performance, uncover bottlenecks, and optimize database efficiency. A core feature of our database monitoring is query signatures, where we leverage MurmurHash to generate unique, consistent identifiers for normalized SQL queries. This enables efficient aggregation and analysis of query metrics, even for complex workloads.

How to Install and Connect ODBC Drivers in UNIX

Imagine you’re working in a UNIX-based environment, managing multiple databases like MariaDB, PostgreSQL, or Oracle, and you have to connect their data to different applications. Without UNIX ODBC drivers, you’d have to write custom code for each database, which would quickly turn into a nightmare — each database has its own way of handling queries, connections, and authentication. Luckily, ODBC drivers can save the day by acting as “translators”.

How to Install Components in Delphi IDE to Boost App Development

Components in Delphi save the essential time it often takes for developers to write code from scratch, providing pre-built options you can continuously reuse to assemble software, create a smooth user interface, and handle complex data connectivity tasks. Streamlined development, reduced number of errors, and consistency are only some of the advantages that you get when using components while you work with Delphi.

Protecting Against Ad-Hoc Query Exploits

Ad-hoc queries are temporary SQL queries created and executed to perform a specific task without prior preparation or to save as permanent procedures or functions. Usually, they can be used to analyze data, search for particular information, or solve temporary tasks. However, if user-defined input data generates the text in ad-hoc queries dynamically, they may be vulnerable to SQL injections. In the article, we’ll explore what ad-hoc queries are and what security and access risks they may cause.

Inclusive Engineering at Redgate

In mid 2024, one of Redgate’s coaches, Clare, pulled together a team to focus on improving inclusivity within Redgate’s Engineering organisation. This group was designed to work alongside the wider company initiatives, under the guidance of Engineering leadership. Inclusivity is a very broad topic, and the group wanted to avoid becoming overwhelmed with all the possible options.

When to Use CHAR, VARCHAR, and VARCHAR(MAX) in SQL

A data type is a particular kind of data item that is defined by the values it can take and the operations that can be performed on it. SQL supports various data types, including numeric, date and time, character and string, binary, and more. The choice of data type affects data integrity, storage, and performance; the choice of the optimal data type is not always all that obvious.

Essential MongoDB Tools For Modern Data Management

As the SaaS industry grows enormously, data management has become a major challenge for most organizations. MongoDB provides a robust framework for managing and scaling data. Its document-based model simplifies handling diverse data types, making it ideal for real-time applications and large datasets. This guide covers the top MongoDB tools that help businesses stay agile and competitive in data-driven environments. But first, how does MongoDB compare to traditional SQL databases?

Tracking Microsoft SQL Slow Queries

The Microsoft SQL database is frequently used for storing, managing, and retrieving data for various application and computing purposes. However, one common issue that keeps the database from healthy functioning is slow query execution. In this article, you will learn about slow queries and how to track the slow queries in your Microsoft SQL database using Site24x7's SQL Insights.

Database optimization, Part 1: Database performance tuning in the cloud era

Every click and scroll relies on fast, reliable data. The topic of data is incomplete without databases, which leads us to the next crucial topic: database performance tuning. The shift to cloud computing combined with the rise of diverse database types (SQL, NoSQL, and cloud-native databases) have brought new challenges and new ways to keep things running smoothly. This two-part blog series is all about fine-tuning your databases to meet the demands of today’s applications.

Database optimization, Part 2: Database performance tuning and query optimization techniques

Imagine your business is running smoothly, but behind the scenes, your databases are struggling to keep up. Queries are lagging, resources are stretched thin, and user satisfaction is beginning to decline. Does this sound familiar? This is where database performance tuning comes in to save the day. In this final portion of our two-part blog series on database performance tuning, we'll explore the helpful techniques of database performance tuning with real-life use cases and practical solutions.

MariaDB vs. MySQL

Deciding which database to use isn’t easy. Not only do you need to consider your immediate needs, but you also have to think about your long-term goals. Additionally, you need a deep understanding of various database types, including their differences, use cases, and more. After all, your database selection can impact your application’s future scalability, performance, and success, so it’s vital to thoroughly research and reflect before making a decision.

Explore the New Oracle Management Pack 5.4!

We’re excited to invite you to our upcoming webinar showcasing the powerful new features of Oracle Management Pack 5.4. Learn how this latest release enhances your Oracle monitoring experience on Microsoft SCOM and Azure Monitor SCOM MI, delivering smarter, more flexible solutions for your environment.

How to Compare and Synchronize SQL Server Database Schemas Using dbForge Studio

Learn how to efficiently compare and synchronize SQL Server and Azure databases using Schema Compare. Get step-by-step instructions for setting up comparisons, managing schemas, mapping tables, and deploying synchronization scripts. Optimize your database workflow today!

Top 10 Oracle Tools

Oracle Database remains a global leader in database management, valued for its power and enterprise-level features. It is often the default choice for managing large databases and handling complex transactions, despite its complexity and cost. Effective tools for working with Oracle Database can significantly ease the workload for specialists. Both Oracle Corporation and various third-party vendors have developed a range of solutions designed for diverse database-related tasks in Oracle environments.

A complete guide on Azure SQL Reservations: Save big on your database costs

If you’re using Azure SQL Database for your applications or business, you’ve probably noticed that while the service is amazing for scalability and management, it can get expensive pretty fast. That’s where Azure SQL reservations come in. It is an awesome way to save money. In this blog, we’re going to break down what Azure SQL reservations are, how they work, and why you might want to consider them for your organization. Let’s dive in, shall we?

Tracking and Improving PostgreSQL's Cache Hit Ratio | The Tony and Tonie Show

In this latest episode, Tony and Toney discuss PostgreSQL's buffer cache hit ratio (BCHR), a metric tracked by Redgate Monitor to help you assess the health and performance of your databases. By correctly interpreting this ratio and using it with other relevant memory and IO metrics, you can identify potential bottlenecks in query execution before they impact users.

How to Change a Table Name in MySQL in Different Ways

In one of our previous articles, we discussed how to rename a database in MySQL in detail. In this article, we will focus specifically on renaming tables in MySQL. Rename table operations are common. Quite often, as business situations and requirements change, it becomes necessary to change the names of tables in MySQL databases.

Navigating multi-cloud database deployments with MySQL for maximum uptime

Public cloud providers offer convenient services for database deployments. However, depending solely on a single provider’s database-as-a-service can result in vendor lock-in and reduce your system’s resilience against widespread outages affecting the provider. Instead, explore our approach to deploying MySQL across multiple clouds. A multi-cloud database strategy enables you to retain control of your infrastructure while enhancing overall resiliency and leveraging the unique strengths of each cloud provider.

5 Best Delphi IDEs for 2025: Features and Benefits

An integrated development environment (IDE) for Delphi can streamline workflows, making it easier to deliver high-quality applications. The best Delphi IDE is essentially an all-in-one toolkit for crafting, testing, and deploying your application. Advanced IDEs empower developers to modernize data access components while preserving code security. Yet, not all of them ease the complexities of multi-platform development in the same way.

What's New in Devart ODBC Drivers: Extended Compatibility, Updated SQL Engines, and Further Enhancements

Here comes an update of Devart ODBC Drivers, our high-performance connectivity solutions that enable access to a variety of data sources from ODBC-compliant reporting, analytics, BI, and ETL tools on both 32-bit and 64-bit Windows, macOS, and Linux. Our Drivers fully support standard ODBC API functions and data types, grant easy and secure access to live data from 80+ sources, and can be integrated with 100+ third-party tools.

How to Restore a SQL Server 2019 Backup on a SQL Server 2017 Instance

Restoring a database backup directly from a newer version of SQL Server to an older one fails or causes incompatibility errors. For example, a backup created on SQL Server 2019 cannot typically be restored on a SQL Server 2017 instance. Since a direct downgrade isn’t possible, we’ll demonstrate alternative methods to migrate a SQL Server database from 2019 to 2017.

VictoriaMetrics Efficiently Simplifies Log Complexity with VictoriaLogs

Salt Lake City, Utah, 13th November 2024 – Today we’re delighted to announce the GA release of our innovative logging solution - VictoriaLogs. Our easy-to-use, open source log management solution combines a powerful query language for easy log searching with minimal resource requirements. It’s perfect for managing and analyzing large volumes of log data, especially in containerised environments such as Kubernetes.

VictoriaMetrics Anomaly Detection: What's New in Q3 2024?

With this blog post, we continue our quarterly “What’s New” series to inform a broader audience about the latest features and improvements made to VictoriaMetrics Anomaly Detection (or simply vmanomaly). This post covers Q3'24 progress along with early Q4 to accommodate a slight shift in the publishing schedule — why not take advantage of it? Stay tuned for upcoming content on anomaly detection.

SQL Server Backup Types and Key Concepts

The importance of regular database backup and recovery can be neither underestimated nor ignored. And since your data is subject to modification, the primary task is to ensure its safety and mitigate the risks of data loss. That’s why we have database backups at hand—and in this article, we’ll guide you through main types and key concepts of backups as related to SQL Server databases.

How to Connect PHP With MySQL

When it comes to building interactive, scalable, and data-driven websites and applications, you may consider a combination of PHP with MySQL. Integrating PHP as a server-side language with MySQL as a relational database allows for dynamic content generation, user authentication, form handling, and easier data management. In the article, we’ll explore several methods to connect PHP with a MySQL database, including the mysqli and PDO (PHP Data Objects) extensions.

How Do the Templates in SQL Prompt Enable Team Collaboration - Frank Geisler

Frank Geisler, CEO of GDS Business Intelligence GmbH, explains how the templates in SQL prompt enable 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..

ASP.NET Core Blazor Best Practices - Architecture and Performance Optimization

Adopting Blazor best practices is the only way to get your ASP.NET Core applications on the right track. Rather than juggling between C# for the backend logics and JavaScript for the frontend interactions, you can use Blazor to build interactive web apps using only C#. It makes your development process easier, reduces context switching, and lets you create a more cohesive codebase.

Introducing AI-Enhanced Data Generation to Redgate Test Data Manager

We’re excited to reveal our latest effort towards simplifying and accelerating the test data management process: AI Synthetic Data Generation, part of Redgate Test Data Manager. Officially introduced in a session at the recent PASS Data Community Summit, the capability uses machine learning to rapidly generate realistic yet entirely synthetic data – all while maintaining data integrity and with data privacy built-in as priority.

Coffee chat with Aaron Bertrand

On this episode of Simple Talks, Louis hangs out with Aaron Bertrand and talks hockey, curling, football, hybrid cars and even some technology. One of the big (non-sports) themes of the episode is that Aaron is a problem-solver and is interested in how issues can be overcome with technology - even if his focus now and in the conceivable future is being a top-level expert with some of the aspects of SQL Server.

Top MySQL Hosting Providers in 2024 for Reliable Database Management

Cloud-based database hosting seems to be an extremely viable solution for modern apps. After all, the entire management-and-maintenance thing is relegated to the hosting provider, scalability is not an issue, and you can free up lots of precious time to focus on actual product development as you see fit.

Top 23 Delphi Programming Software, Libraries, and Components to Use in 2025

You need robust, stable, up-to-date Delphi programming software, libraries, and tools to make your development journey smoother. Without these, you’ll struggle to integrate your native apps with cloud services, design modern UI frameworks, and work with the latest databases. Besides, their wide range of pre-built functionalities saves you a lot of time.

Charmed MySQL enters General Availability

Nov 6th, 2024: Today Canonical announced the release of Charmed MySQL, an enterprise solution that helps you secure and automate the deployment, maintenance and upgrades of your MySQL databases across private and public clouds. MySQL is one of the world’s most popular databases. MySQL’s simple deployment model and ease of use make it the default choice for many developers. MySQL is the M in the popular LAMP architecture that powers most web applications today.

Introduction to dbForge Studio for PostgreSQL: Your Comprehensive Database Management Solution

Join us for an in-depth overview of dbForge Studio for PostgreSQL, a powerful database management tool. This video tutorial demonstrates how to maximize productivity with features like code completion, query profiler, data editor, report and analysis, pivot table, report designer, schema compare, data compare, and data generator. Get ready to unlock the full potential of PostgreSQL with dbForge Studio for PostgreSQL!

Practical SSIS Webinar: Integration MySQL, PostgreSQL, Salesforce, and Zoho Books data

In this video, we walk through an e-commerce integration scenario using SSIS. Key Tasks Covered: This video shows you how to build an efficient, automated workflow in SSIS to streamline data flows across multiple systems, providing a unified view of customer order status for better decision-making and customer outreach.

Identify and Fix SQL Server Backup Errors

Properly configured and easily locatable SQL Server backups are critical to maintaining data integrity and business continuity. However, missing or mislabeled backup files can complicate recovery processes, potentially resulting in data loss or extended downtime during restoration efforts. In this article, we’ll review why the backup process may fail, provide options for locating missing backups, and suggest several ways to address backup history challenges proactively.

Track and troubleshoot MongoDB performance with Datadog Database Monitoring

Many modern applications rely on MongoDB and MongoDB Atlas to manage growing data volumes and to provide flexible schema and data structures. As organizations adopt these and other NoSQL databases, effective monitoring and optimization become critical, especially in distributed environments.

Using Alternatives for the LIMIT Clause in SQL Server

In database management, efficient limiting of query results is crucial for optimizing performance and ensuring the retrieval of relevant data. Many SQL database systems, such as MySQL and PostgreSQL, utilize the LIMIT clause to specify the number of records a query returns. However, SQL Server doesn’t support the LIMIT clause, opting instead for alternatives like TOP, OFFSET-FETCH, and SET ROWCOUNT.

Best MySQL Monitoring Tools

Database monitoring is crucial for numerous reasons, an example being that monitoring database performance metrics such as query execution times, throughput, and resource utilization helps highlight performance bottlenecks. By conducting this, administrators can enhance database configurations, queries, and indexing by examining these metrics to optimize overall performance.

10 Best Practices for Ruby on Rails Development

There is much to learn when coding with Ruby on Rails, and the steep learning curve is not always easy. Fortunately, as an open-source web development framework, there is a large community backing RoR that can always be sought out with questions. Chances are someone has already written a tutorial or has the advice to streamline what you're trying to do with Ruby on Rails. Here are the best practices for Ruby on Rails development for your web development project.