Remove sql-server-transaction-log-architecture
article thumbnail

The SQL Server Transaction Log, Part 2: Log Architecture

SQL Performance

In the first part of this series , I introduced basic terminology around logging, so I recommend you read that before continuing with this post. Everything else I’ll cover in the series requires knowing some of the architecture of the transaction log, so that’s what I’m going to discuss this time. Virtual Log Files.

article thumbnail

Master MySQL Point in Time Recovery

Scalegrid

This article delivers a practical roadmap for using backups and binary logs to achieve accurate MySQL recovery, detailed steps for setting up your server, and tips for managing recovery and backups effectively without overwhelming you with complexity. The restoration capability is primarily dependent on binary log files.

Database 162
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

The SQL Server Transaction Log, Part 4: Log Records

SQL Performance

Previously I’ve talked about why logging is required and the architecture and circular nature of the log, so now it’s time to look at the real heart of the logging system—the log records themselves. What Are Log Records? The simplest definition of a log record: it describes a single change to a database.

Servers 94
article thumbnail

Weighing a microservices approach means covering all architecture bases

Dynatrace

Many organizations are taking a microservices approach to IT architecture. However, in some cases, an organization may be better suited to another architecture approach. Therefore, it’s critical to weigh the advantages of microservices against its potential issues, other architecture approaches, and your unique business needs.

article thumbnail

An Introduction to MySQL Replication: Exploring Different Types of MySQL Replication Solutions

Percona

In this blog post, I provide an in-depth introduction to MySQL Replication, answering what it is, how it works , its benefits and challenges, as well as reviewing some of the MySQL replication concepts that are part of the MySQL environment (and Percona Server for MySQL specifically). Set the server-id to a unique value.

Servers 52
article thumbnail

How Park ‘N Fly innovates with IT automation, AIOps, and observability

Dynatrace

Several team members had to pore through logs, metrics, and other data to identify issues. “We The platform might identify, for example, that a SQL database “leverages [a particular] node when we do our Tlog [transaction log] backups,” he says. “We Previously, Park ‘N Fly had to manually troubleshoot.

article thumbnail

The SQL Server Transaction Log, Part 1: Logging Basics

SQL Performance

All through my career as a data professional, both inside Microsoft and as a consultant, I’ve found one of the most misunderstood parts of a SQL Server database is the transaction log. Performance issues from repeated shrinking of the transaction log. Basic Terminology Around Logging.

Servers 54