Database profile picture

image
Binary logging optimizations in Amazon Aurora MySQL version 3 The binary log (binlog) in MySQL is used to capture database modifications on a MySQL server in a logical format known as “events”. These database modifications can include DCL statements (such as CREATE USER or GRANT), DDL statements (CREATE TABLE, ALTER TABLE) and DML statements (INSERT, UPDATE, DELETE). When such a modification is committed in […]
https://aws.amazon.com/blogs/d....atabase/binary-loggi


Discover the world at Altruu, The Discovery Engine
    Database profile picture

MySQL NDB Cluster replication: Circular replication for active-active clusters Learn about the two different strategies for setting up multi-primary bidirectional replication between MySQL NDB clusters. This functionality is commonly used for highly available (HA) clusters that requires continuous online operation and disaster protection.
https://blogs.oracle.com/mysql..../post/mysql-ndb-clus


Discover the world at Altruu, The Discovery Engine
    Database profile picture

Discover and visualize graph schemas in Amazon Neptune We often want to take an inventory of the types of data in our database. What is our schema? This is most useful in DEV or TEST databases whose content is created by several users or teams, is often experimental, or has multiple versions. Even in controlled environments like PROD, where the application validates data […]
https://aws.amazon.com/blogs/d....atabase/discover-and

image

Discover the world at Altruu, The Discovery Engine
    Database profile picture

MySQL NDB Cluster replication: Circular replication for active-active clusters Learn about the two different strategies for setting up multi-primary bidirectional replication between MySQL NDB clusters. This functionality is commonly used for highly available (HA) clusters that requires continuous online operation and disaster protection.
https://blogs.oracle.com/undef....ined/post/mysql-ndb-


Discover the world at Altruu, The Discovery Engine
    Database profile picture

Configuring MySQL HeatWave Inbound Replication Without Global Transaction Identifiers (GTIDs) This blog explains how you can set up inbound replication without using global transaction identifiers on the source.
https://blogs.oracle.com/mysql..../post/configuring-my


Discover the world at Altruu, The Discovery Engine