UPDATED 12:10 EDT / MAY 06 2021

CLOUD

Oracle’s HeatWave database query accelerator gives MySQL a turbo boost

When Oracle Corp. acquired Sun Microsystems for $7.5 billion in 2009, there was some concern expressed in the tech community that the company would view Sun’s open-source database – MySQL – as a troublesome competitor, destined for oblivion.

Instead, Oracle has taken the MySQL car into the garage, added a new engine, fine-tuned the steering, and rolled out an in-memory database query accelerator, which the company claims is faster than anything else on the cloud market today.

The new service, which Oracle introduced last year under the name HeatWave, offers an intriguing new spin on a technology that made its first appearance over 25 years ago.

“We enhanced MySQL significantly and wrote a whole bunch of new code, which is optimized for the cloud,” said Nipun Agarwal (pictured), vice president of MySQL, HeatWave and advanced development at Oracle. “If you take the MySQL Database Service in HeatWave in Oracle Cloud and compare it with MySQL service in any other cloud, looking at data sizes which are half a terabyte or so, HeatWave is 400 times faster in terms of latency. It offers improved performance and very good scale at a lower cost.”

Agarwal spoke with Dave Vellante, host of SiliconANGLE Media’s livestreaming video studio theCUBE. They discussed Oracle’s pursuit of a unified approach for transactions and analytics, leveraging cloud and processor technologies to improve performance, how the company re-architected MySQL, and what the future holds for HeatWave.

Support for analytics

Oracle’s HeatWave solution is geared to address what the company saw as a weakness in MySQL for modern enterprise use. It was great for handling transactions, but it came up short when having to deploy analytics workloads.

“MySQL has been optimized for transaction processing, but when customers need to run analytics, they need to move the data out of MySQL into some other database,” Agarwal said. “We are the only vendor offering this unified solution for both transactional processing and analytics.”

How exactly did Oracle re-architect MySQL to be scalable, fast, and inexpensive? At a basic level, the company made a decision to drive HeatWave’s affordable cost by leveraging cloud and processor technologies.

“We are using commodity cloud services in such a manner that it’s optimized for both performance and performance per dollar,” Agarwal explained. “We are working with chips which provide the cheapest cost per terabyte of memory. We’re not using any locally attached solid state drives, we use ObjectStore because it’s very inexpensive.”

Adding new algorithms

There was still the not-so-trivial matter of re-designing MySQL’s architecture to be scalable and fast. Oracle boosted scalability by creating new algorithms that can overlap computation with communication time as data is channeled across nodes, according to Agarwal.

Speed was handled by also designing algorithms for distributed query processing within HeatWave’s in-memory engine.

“HeatWave has a massively parallel architecture, which is enabled by a massively partitioned architecture,” Agarwal said. “We read the data from MySQL into the memory of HeatWave and we massively partition this data. The sizes of these partitions are such that they fit into the cache of the underlying processor and then we’re able to consume these partitions really, really fast.”

Agarwal pointed out that HeatWave is an Oracle service, not open source, but the company has made its SQL scripts available in a GitHub repository for benchmarking. Further enhancements are planned.

“As you add more compute, as you add more service, the system continues to scale almost perfectly linearly,” Agarwal said. “Over the next few months, you will see announcements where we’re adding machine learning and data-driven based automation, which we believe is critical for the cloud.”

Watch the complete video interview below, and be sure to check out more of SiliconANGLE’s and theCUBE’s CUBE Conversations.

Photo: SiliconANGLE

A message from John Furrier, co-founder of SiliconANGLE:

Your vote of support is important to us and it helps us keep the content FREE.

One click below supports our mission to provide free, deep, and relevant content.  

Join our community on YouTube

Join the community that includes more than 15,000 #CubeAlumni experts, including Amazon.com CEO Andy Jassy, Dell Technologies founder and CEO Michael Dell, Intel CEO Pat Gelsinger, and many more luminaries and experts.

“TheCUBE is an important partner to the industry. You guys really are a part of our events and we really appreciate you coming and I know people appreciate the content you create as well” – Andy Jassy

THANK YOU