Stefaaan06 / SQL-BenchmarkTool

A simple java tool to benchmark your Oracle SQL server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Methods Used

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

Wishlist my game on steam

About

A simple java tool to benchmark your Oracle SQL server

License:Apache License 2.0


Languages

Language:Java 100.0%