-
Notifications
You must be signed in to change notification settings - Fork 132
Closed
Labels
status: declinedA suggestion or change that we don't feel we should currently applyA suggestion or change that we don't feel we should currently apply
Description
Hi,
I've compared Spring Data R2DBC with Spring Data JDBC (Postgres DB) and see that add/get/delete performance almost the same. But for the method
public Flux<User> getWithLimit(@RequestParam int limit) { return userRepository.findWithLimit(limit); }
@Query("select * from blog.user limit $1") Flux<User> findWithLimit(int limit);
the throughput two times worse.
Here
burliayeu, odfsoft, rahuldeepattri, raissa-machado, MuizMahdi and 2 more
Metadata
Metadata
Assignees
Labels
status: declinedA suggestion or change that we don't feel we should currently applyA suggestion or change that we don't feel we should currently apply