Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stefaaan06/sql-benchmarktool
A simple java tool to benchmark your Oracle SQL server
https://github.com/stefaaan06/sql-benchmarktool
java jdbc oracle oracle-database sql
Last synced: 4 days ago
JSON representation
A simple java tool to benchmark your Oracle SQL server
- Host: GitHub
- URL: https://github.com/stefaaan06/sql-benchmarktool
- Owner: Stefaaan06
- License: apache-2.0
- Created: 2023-08-08T09:31:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-27T14:39:54.000Z (over 1 year ago)
- Last Synced: 2024-11-23T03:17:35.800Z (2 months ago)
- Topics: java, jdbc, oracle, oracle-database, sql
- Language: Java
- Homepage:
- Size: 6.71 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SQL-BenchmarkTool
A Java tool to benchmark an Oracle SQL server. Feel free to us the scripts, but credit me under the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0.html)
[Methods Used](https://blogs.oracle.com/authors/tom-kyte)
# Prequisites
- an Oracle SQL server
- a working connection to said server
- Java SDK 17 or higher# Features
- Simple GUI
- Connect to database with URL, username, password
- Save login
- Test connection
- Generate testing tables
- Insert random values + time taken
- Update all values with random ones + time taken
- Fetch all values + time taken
- Delete all + time taken# Credits
Developer: [Stefaaan](https://twitter.com/Stefaaan06)
[Wishlist my game on steam](https://store.steampowered.com/news/app/2547010/view/3676680576869832935)