In the previous blog we provided insights on how the MySQL database has been enhanced to integrate with a native high performance analytics engine – HeatWave: https://blogs.oracle.com/mysql/breakthrough-enhancements-in-mysql-database-service-with-analytics-engine
HeatWave is a new, massively parallel in-memory query engine developed by Oracle Labs designed for accelerating analytic workloads. HeatWave provides 100x-1000x acceleration over MySQL and MySQL compatible databases like Aurora.
There are four key architecture choices which provide compelling performance with HeatWave:
- An in-memory hybrid columnar format which is conducive to vector processing.
- A massively parallel architecture which is enabled by a massively partitioned architecture.
- State of …