Showing entries 41 to 47
« 10 Newer Entries
Displaying posts with tag: MySQL Basics/How-To (reset)
Track MySQL Table Activity: Know your Hot, Cold, and Static Tables

It’s incredibly useful to know which tables in your MySQL databases are seeing active changes versus those tables that are less frequently updated or entirely static. To do this, we need to examine DML (Data Manipulation Language) activity—specifically, updates, inserts, and deletes. MySQL offers various mechanisms to gather this information. This blog will explore two primary […]

MySQL Operator for Kubernetes Hands on Introduction with Helm

MySQL Operator for Kubernetes? The MySQL Operator for Kubernetes supports the lifecycle of a MySQL InnoDB Cluster inside a Kubernetes Cluster. This goes from simplifying the deployment of MySQL Server and MySQL Router instances, including management of TLS certificates and replication setup, over ongoing management of those as well as support for backups, be it […]

Enhancing Security in OCI: Using Network Security Groups with HeatWave MySQL

Security is a foundational principle for cloud deployments, especially when dealing with mission-critical workloads like those managed by HeatWave MySQL. As applications and environments scale, fine-grained network control becomes critical not just for protecting sensitive data, but also for isolating systems, enforcing boundaries, and minimizing lateral movement within a Virtual Cloud Network (VCN). Network Security […]

Never-Down MySQL: A Blueprint for Uninterrupted Business Operations

In today’s fast-paced digital landscape, uninterrupted availability of IT infrastructure isn’t just a luxury—it’s a fundamental necessity for businesses to thrive. Downtime, whether planned or unplanned, carries a hefty price tag, impacting everything from customer relationships to competitive edge. This is where the MySQL Reference Architectures for High Availability steps in, offering a robust framework […]

Creating a Highly Available HeatWave Database System Using Oracle Cloud Shell

HeatWave is the only fully managed MySQL database service that combines transactions, analytics, machine learning, and GenAI services, without ETL duplication. HeatWave also includes HeatWave Lakehouse, allowing users to query data stored in object storage, MySQL databases, or a combination of both. Users can deploy HeatWave MySQL–powered apps on a choice of public clouds: Oracle […]

Improve Primary Selection on Failover in MySQL Group Replication

MySQL Group Replication is a powerful feature that allows you to create a fault-tolerant and redundant database system, ensuring high availability and data consistency across multiple servers. The primary goal of this technology is to provide automatic failover and improve the overall system’s reliability. If one of the servers in the group fails, the others […]

Doing a ‘Incremental’ Dump With MySQL Shell

In previous posts, I discussed how to use MySQL Shell to dump and load data using a multithreaded process. When using util.dumpInstance(), we create a dump of all the data and schema changes, even those that have already been dumped previously. But what if we only want to dump the data and schema changes that have occurred since the last dump? In […]

Showing entries 41 to 47
« 10 Newer Entries