DDL+ACID – You‘ve heard of ‘transactional’, let’s talk ‘isolated’ (Tech Blog)
Author: . In SQL you can perform a lot of DDL operations, such as creating or renaming tables, creating or removing columns, and more, and these DDL statements are most often used when creating or...
View ArticleDDL+ACID – You‘ve heard of ‘transactional’, let’s talk ‘isolated’
Author: mkysel. In SQL you can perform a lot of DDL operations, such as creating or renaming tables, creating or removing columns, and more, and these DDL statements are most often used when creating...
View ArticleDimitri Fontaine: The Art of PostgreSQL: The Transcript, part I
Feed: Planet PostgreSQL. This article is a transcript of the conference I gave at Postgres Open 2019, titled the same as the book: The Art of PostgreSQL. It’s availble as a video online at Youtube if...
View ArticleHow to Map MySQL’s TINYINT(1) to Boolean in jOOQ
Feed: Planet MySQL; Author: Lukas Eder; MySQL 8 does not yet support the BOOLEAN type as specified in the SQL standard. There is a DDL “type” called BOOL, which is just an alias for TINYINT: create...
View ArticleExperimental Binary of Percona XtraDB Cluster 8.0
Feed: Planet MySQL; Author: MySQL Performance Blog; Percona is happy to announce the first experimental binary of Percona XtraDB Cluster 8.0 on October 1, 2019. This is a major step for tuning Percona...
View ArticleMatillion Change Data Capture (CDC): How to Handle Source DDL Changes
Feed: Cloud Data Transformation Software | Matillion. Author: Veronica Kupetz, Solution Architect; Veronica Kupetz, Solution Architect Change Data Capture (CDC) in Matillion is a great feature that...
View ArticleMySQL 8.0 Clone Plugin and its internal process.
Feed: Planet MySQL; Author: MyDBOPS; MySQL 8 has recently released clone plugin which makes DBA’s task of rebuilding the DB servers more easy. Cloning is a process of creating an exact copy of the...
View ArticleHow ironSource built a multi-purpose data lake with Upsolver, Amazon S3, and...
Feed: AWS Big Data Blog. ironSource, in their own words, is the leading in-app monetization and video advertising platform, making free-to-play and free-to-use possible for over 1.5B people around the...
View ArticleA Guide to MySQL Galera Cluster Streaming Replication: Part One
Feed: Planet MySQL; Author: Severalnines; Streaming Replication is a new feature which was introduced with the 4.0 release of Galera Cluster. Galera uses replication synchronously across the entire...
View ArticleHow to Enable Mainframe Data Analytics on AWS Using Model9
Feed: AWS Partner Network (APN) Blog. Author: Phil de Valence. By Gil Peleg, Founder and CEO at Model9 Data insight is critical for businesses to gain a competitive advantage. Mainframe proprietary...
View ArticleKaarel Moppel: Upgrading Postgres major versions using Logical Replication
Feed: Planet PostgreSQL. Some weeks ago, in the light of PostgreSQL v12 release, I wrote a general overview on various major version upgrade methods and benefits of upgrading in general – so if...
View ArticleTemporal Tables Part 3: Managing Historical Data Growth
Feed: Clustrix Blog. Author: Alejandro Infanzon. This is part 3 of a 5-part series, if you want to start from the beginning see Temporal Tables Part 1: Introduction & Use Case Example Up until now,...
View ArticleTemporal Tables Part 4: Application Time
Feed: Clustrix Blog. Author: Alejandro Infanzon. This is part 4 of a 5-part series, if you want to start from the beginning see Temporal Tables Part 1: Introduction & Use Case Example The preceding...
View ArticleUnderstanding and Testing Non-blocking Backup Locks with MariaDB Enterprise...
Feed: Clustrix Blog. Author: Ken Geiselhart. Let’s talk about database backups for a minute. Making sure your data is safe and recoverable is a key component of Database Administration. Keeping regular...
View ArticleUnderstanding and Using In-Order Parallel Replication
Feed: Clustrix Blog. Author: Ken Geiselhart. In the world of databases, having multiple copies of your database helps to serve your business in a multitude of ways. To achieve this, replication is...
View ArticleConnect Amazon Athena to your Apache Hive Metastore and use user-defined...
Feed: AWS Big Data Blog. Amazon Athena is an interactive query service that makes it easy to analyze data in Amazon S3 using standard SQL. Athena is serverless, so there is no infrastructure to manage,...
View ArticleThe dangers of replication filters in MySQL
Feed: Planet MySQL; Author: Federico Razzoli; Replication MySQL supports what it calls replication filters. They allow to decide which tables are replicated, and which are not. They can be set on a...
View ArticleIt’s About Time: Getting More from Your Time-Series Data With MemSQL 7.0
Feed: MemSQL Blog. Author: Eric Hanson. MemSQL is uniquely suited to real-time analytics, where data is being ingested, updated, and queried concurrently with aggregate queries. Real-time analytics use...
View ArticleHistorical – InnoDB SMP performance
Feed: Planet MySQL; Author: Mark Callaghan; This is a post about InnoDB SMP performance improvements in 200X written around 2008. It was shared at code.google.com which has since shutdown. It describes...
View ArticleHistorical – Transactional Replication
Feed: Planet MySQL; Author: Mark Callaghan; This is a post about work done by Wei Li at Google to make MySQL replication state crash safe. Before this patch it was easy for a MySQL storage engine and...
View Article