Problem
We use spring data jpa which brings in a lot of additional components. We should try to use spring data relational to see if this allows us to reduce memory
Solution
- Do a POC in grpc module with ripping out spring data jpa and using spring relational instead.
- Measure memory usage before and after this change
- Measure k6 performance of web3 and rest-java
Alternatives
No response
Problem
We use spring data jpa which brings in a lot of additional components. We should try to use spring data relational to see if this allows us to reduce memory
Solution
Alternatives
No response