Remove sql-server-transaction-log-administration-best-practices
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
article thumbnail

Exploring PostgreSQL Backup Strategies for Enterprise-Grade Environments

Percona

The DBA’s Role in Database Management The Database Administrator (DBA) is important in backup management, maintaining data integrity, and ensuring business continuity. It generates output as a text file containing the SQL commands that can be used to reconstruct the database and restore data or to make database migrations easier.

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

Backup and Recovery for Databases: What You Should Know

Percona

Depending on what is needed, here are some common database backup types, strategies, and considerations: Full backup vs. incremental backup: Best suited for smaller databases or those that don’t incur a lot of changes, a full backup includes a complete restore point. This includes both data and log backups.

article thumbnail

Tuning SQL Server Reporting Services

SQL Performance

Many database administrators find themselves having to support instances of SQL Server Reporting Services (SSRS), or at least the backend databases that are required for SSRS. These topics apply to both SQL Server Reporting Services as well as Power BI Report Server.

Tuning 67
article thumbnail

Understanding MySQL Triggers: Exploring How Triggers Impact MySQL Memory Allocation

Percona

MySQL server performance can sometimes be perplexing, and if you’ve ever wondered about the role of triggers in influencing your MySQL server’s memory allocation, this post is for you. This code can include SQL statements, procedures, or other actions defined within the trigger. What is a Trigger in MySQL?

Cache 59
article thumbnail

Proof of Concept: Horizontal Write Scaling for MySQL With Kubernetes Operator

Percona

Also, in the case of multi-Primary, the writes will be distributed by transaction. If I have a node that manages only the items, another one the orders, and another one the payments, I will need to have my solution able to deal with distributed transactions, each of which needs to certify and verify other nodes’ data.

Traffic 121
article thumbnail

SQL Server I/O Basics Chapter #2

SQL Server According to Bob

Microsoft, ​​ Windows, ​​ Windows NT, ​​ and Windows Server ​​ are registered trademarks of Microsoft Corporation in the United States and/or other countries. The names of actual companies and products mentioned herein may be the trademarks of their respective owners.

Servers 40