TABLE OF CONTENTS
Have questions or want a demo?
With the surge in the number of Database-as-a-Service providers in the market today, many DBaaS providers claim to offer competitive database performance for your applications. The only true way of evaluating the performance of the database is by running performance benchmarks for the databases running on the cloud. In this article, we run performance benchmarks to evaluate, analyze, and compare the performance of Oracle database engines running on the AWS cloud for Tessell. We have used the SLOB benchmarking tool for the benchmarking process.
Before starting the benchmarking process, you need to get your environment ready.
Prepare your environment
To prepare the environment for the benchmarking process, perform the following high-level tasks:
- Provision a Tessell RDS Oracle instance to benchmark the performance testing. We are using the Tessell shape “tesl_8h_a” on the AWS cloud. This shape comes with 8 vCPUs and 64 GB RAM. While provisioning the instance, note down the username and password to connect to your database instance.
- Launch or create an Amazon EC2 instance to install the SLOB benchmarking tool, and set up the load. It is recommended that you create the instance in the same Virtual Private Cloud (VPC) as your Tessell RDS instance to keep the latency minimum.
- Set up the security groups for the client and server machines in a way that the client machine can connect to the server machine over the database port TCP:1521. For more information, see Default security groups for your VPC.
The following diagram shows the recommended environment for running the benchmarking process. The VPC located in the AWS cloud contains the Tessell RDS Oracle instance and the SLOB client installed in the Amazon EC2 instance.

Provision the Oracle client machine
Firstly, provision the client Linux machine to install the SLOB benchmarking tool. For our test, we provisioned the Amazon Linux instance with the following configuration details:
Download SLOB and Install Oracle Client
Secondly, download the SLOB benchmarking tool on the provisioned instance and Oracle Client. To do so, perform the following steps:
1. Download and install Oracle database client RPM.
2. Download the Oracle Client software with below link and scp to client server.
3. Create the directories for Oracle client software.
4. Unzip the Oracle database client software and update response file.
5. Install the Oracle client.
6. Update the TNS connection and set the following environment variables. Get the service URL from Tessell GUI to set as HOST in the TNS connection.
7. Test the sqlplus connection by running the following command:
8. Note: To increase the average IOPS, update the below parameters on the Oracle database.
9. Download the SLOB source code by using wget.
- Install the wget tool and clone the SLOB project to your instance.
- Extract the SLOB source code files.
Run the benchmark
Before you run the benchmark, configure the SLOB configuration file and start the Setup (load schemas), and
- Open the  <code>/u02/SLOB/slob.conf</code>  file and replace the default parameter values with the following values:
For more information about the SLOB configuration parameter, see the README.
- Start setting up SLOB and load schemas by running the following command:
This loads approximately 525 GB of slob database.
- Run the performance test with the following command:
Results
When the performance test completes, the IOPS achieved from the database transaction is displayed on the last line. When we ran our test on Tessell RDS and AWS RDS, we got the following results:
On Tessell RDS
On Amazon RDS
Conclusion
It is, therefore, safe to conclude that Tessell RDS produced 1,103% higher IOPS as compared to AWS RDS for the identical SLOB workload at the same cost. The image below depicts the visual comparison of the performance benchmark results that Tessell RDS and AWS RDS produce:
