Operations | Monitoring | ITSM | DevOps | Cloud

The latest News and Information on Databases and related technologies.

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.

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.

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.

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.