✅ My Purpose
In this POC project, I will compare the performance of two different drivers in rest architecture on spring boot as
Spring Data for Cassandra & Cassandra Native Driver. The behaviors of CRUD operations in REST API format were compared. This project was coded for proofing of concept without any high level architecture or any software pattern. The main goal is to compare the performance of the two drivers for 1M transaction loop. This article contains only informational results for local Cassandra Cluster. It may vary under different conditions
.
Create
Cassandra Native Driver (19723ms) - Spring Data for Cassandra (3170808ms)
Read
Cassandra Native Driver (8668ms) - Spring Data for Cassandra (50455ms)
Update
Cassandra Native Driver (16691ms) - Spring Data for Cassandra (3125532ms)
Delete
Cassandra Native Driver (30055ms) - Spring Data for Cassandra (3093708ms)