Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oracle/heatwave

SQL scripts, instructions for MySQL HeatWave benchmarking
https://github.com/oracle/heatwave

analytics benchmarking chbench cloud heatwave mysql oracle

Last synced: 11 days ago
JSON representation

SQL scripts, instructions for MySQL HeatWave benchmarking

Awesome Lists containing this project

README

        

# HeatWave Related Sample Code for Performance Benchmarks

MySQL HeatWave is a fully managed and highly scalable in-memory database service which provides a cost-efficient solution for
OLTP, OLAP and Machine Learning. It is available on both Oracle Cloud Infrastructure (OCI) and Amazon Web Service (AWS).

HeatWave is tightly integrated with MySQL database and is optimized for underlying infrastructure.
You can run analytics on your MySQL data without requiring ETL and without any change to Your applications. Your
applications connect to the HeatWave cluster through standard MySQL protocols.
The MySQL Database is built on the MySQL Enterprise Edition Server, which allows developers to quickly create and deploy secure
cloud native applications using the world's most popular open source database.

This repository contains sub-folder(s) that have files pertaining to specific performance benchmarks
* [TPC-DS](heatwave-tpcds) - contains SQL scripts for testing TPCDS queries against MySQL HeatWave on OCI
* [CH-benCHmark](heatwave-chbench) - contains files that were modified in the OLPTBench benchmark code for testing mixed workloads (CH-benCHmark) against MYSQL HeatWave on OCI
* [MySQL-tpcc](heatwave-mysql-tpcc)- contains instructions for running the TPCC benchmark against MySQL HeatWave on AWS

Other MySQL HeatWave related scripts and instructions are provided at
* [TPC-H][1] - contains SQL scripts for testing TPC-H queries against MySQL HeatWave on OCI or MySQL HeatWave on AWS

## Contributing

This project welcomes contributions from the community. Before submitting a pull request, please [review our contribution guide](./CONTRIBUTING.md)

## Security

Please consult the [security guide](./SECURITY.md) for our responsible security vulnerability disclosure process

## License

Copyright (c) 2021, 2023 Oracle and/or its affiliates.

Released under the Apache License, Version 2.0

[1]: https://github.com/oracle/heatwave-tpch