Remove sql-server-database-mirroring
article thumbnail

Introducing the MySQL Audit Log Filter Plugin

Percona

Its functionality has been significantly improved in comparison to Audit Log and currently mirrors the functionality of the MySQL Enterprise Audit plugin. Starting with Percona Server for MySQL 8.0.34-26 Create rules to replace sensitive data in SQL statements written to the log. Block events that match specific criteria.

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. A transaction encompasses a change or a set of changes to a database. Logging, Log Records, and the SQL Server Transaction Log.

Servers 54
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 3: Logging Basics

SQL Performance

That portion of the log hasn’t yet been sent to an asynchronous database mirror or availability group replica. SQL Server tracks the start of the oldest uncommitted (active) transaction, and this LSN is persisted on disk every time a checkpoint operation occurs. Figure 2: Activity moves through the transaction log.

Servers 55
article thumbnail

Master MySQL Point in Time Recovery

Scalegrid

With MySQL point-in-time recovery , you can restore your database to the moment before the problem occurs. Preparation for PITR is crucial and involves enabling binary logging and creating a full database backup. STATEMENT level – at which only SQL statements causing changes in data are documented succinctly.

Database 162
article thumbnail

How It Works (It Just Runs Faster): Non-Volatile Memory SQL Server Tail Of Log Caching on NVDIMM

SQL Server According to Bob

SQL Server 2016 Service Pack 1 (all SKUs) , in combination with Windows Server 2016 (All SKUs) or Windows 10 Client introduces non-volatile memory support for the tail of the log file (LDF) which can significantly increase transaction throughput. Create / Alter Database … LOG ON. PCI NVMe SSD is measured in microseconds.

Cache 40
article thumbnail

Characterizing, modeling, and benchmarking RocksDB key-value workloads at Facebook

The Morning Paper

The paper examines three different uses of RocksDB at Facebook: UDB , the underlying storage engine for the MySQL databases storing the social graph data. All cache read misses and all writes go through UDB servers, with SQL queries being converted into RocksDB queries. For one representative UDB server, about 10.2

article thumbnail

What is Greenplum Database? Intro to the Big Data Database

Scalegrid

Greenplum Database is a massively parallel processing (MPP) SQL database that is built and based on PostgreSQL. Greenplum Database is an open-source , hardware-agnostic MPP database for analytics, based on PostgreSQL and developed by Pivotal who was later acquired by VMware. What is an MPP Database?

Big Data 321