Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/oracle/heatwave
- Owner: oracle
- License: apache-2.0
- Created: 2021-08-10T01:58:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-17T20:36:52.000Z (8 months ago)
- Last Synced: 2024-04-14T23:30:32.182Z (7 months ago)
- Topics: analytics, benchmarking, chbench, cloud, heatwave, mysql, oracle
- Language: Java
- Homepage: https://github.com/oracle/heatwave
- Size: 136 KB
- Stars: 6
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Security: SECURITY.md
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 AWSOther 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