Showing entries 676 to 685 of 44803
« 10 Newer Entries | 10 Older Entries »
Percona Server for MySQL Performance Improvements – August 2024

At Percona, we have always prioritized database performance as a critical factor in selecting database technologies. Recently, we have observed a concerning trend in the community edition of MySQL, where performance appears to be declining across major releases, specifically MySQL versions 5.7, 8.0, and 8.4. If you’re interested in learning more about these observations, we […]

Welcome MySQL 9.0, a review of Oracle's stewardship in 8.0

Stewardship of a community is easy for new and emerging technology. After 29 years, MySQL has become one of the most-used and trusted open-source databases by millions of users worldwide.

Start And Stop Your MySQL HeatWave And Compute Instances From The Command Line Using Oracle’s Command Line Interface

Oracle’s Command Line Interface (CLI) is a small-footprint tool that you can use on its own or with the Console to complete Oracle Cloud Infrastructure (OCI) tasks. The CLI provides the same core functionality as the Console, plus additional commands. Some of these, such as the ability to run scripts, extend Console functionality. The CLI is built on the Oracle […]

Extending MySQL Shell with Startup Scripts

MySQL Shell offers a wide variety of tools to manage our MySQL instances. With all those tools, though, we may want functionality that would be helpful and pertain to just your situation. Thankfully, the MySQL Shell team made it possible to extend MySQL Shell and add functionality. In this post, we will explore the use of […]

Extending MySQL Shell with Startup Scripts

MySQL Shell offer many features to make life easier for DBAs and developers. In this post we discuss how we can add custom functionality to MySQL Shell using startup scripts.

Start And Stop Your MySQL HeatWave And Compute Instances From The Command Line Using Oracle's Command Line Interface

This post will explain how you can start and stop your MySQL Heatwave and compute instances from the command line using Oracle's Command Line Interface tool.

Vitess Now Supports Recursive CTEs: A Step Closer to Full MySQL Compatibility

We are excited to announce that Vitess now supports recursive Common Table Expressions (CTEs), marking another significant step in our journey to fully align with MySQL’s capabilities. Recursive CTEs, often a critical feature for complex query handling, allow for the execution of recursive queries within a single CTE. This addition brings more flexibility and power to developers using Vitess, especially those working with distributed databases. One of the key challenges in implementing recursive CTEs within a sharded environment is managing the distribution of data across multiple shards.

How to partition tables with foreign keys in MySQL HeatWave (with a Work-Around)

Occasionally, a database schema design calls for a table with foreign keys to be partitioned.  However, this will not work with HeatWave because MySQL does not support partitioning tables that have foreign keys.  A quick clarification before proceeding any further: HeatWave is a fully-managed MySQL database service provided by Oracle Cloud.  In this article, I […]

How to partition tables with foreign keys in MySQL HeatWave (with a Work-Around)

A work-around for partitioning MySQL tables with foreign keys is described in this article.

MySQL Telemetry Metrics with OCI Monitoring Metrics Exporter

Overview OpenTelemetry Metrics provided by MySQL Telemetry provides insight into the performance, behavior, and health of your MySQL database. By exposing up to 400 unique MySQL internal metrics users can better – This is especially true at scale when 10s to 1000s of MySQL Databases are deployed across many data centers. And from a security […]

Showing entries 676 to 685 of 44803
« 10 Newer Entries | 10 Older Entries »