Piotrpiotrd.hashnode.dev·Jul 2, 2023Java's reactive connection pooling performance caveatR2DBC problem introduction You are using a framework like micronaut-data with r2dbc and pooling enabled. Everything is set as per documentation. But you might see that sometimes queries are becoming very slow, as if resources were exhausted. But upon...Discuss·2 likes·1.7K readsJava
Kai Niemiblog.cloudneutral.se·Apr 3, 2023Introduction to Roach DataRoach Data is a collection of small demos using different Java data access frameworks and ORMs with CockroachDB. The demo projects include: JDBC - using Spring Data JDBC which is just a simpler wrapper around JDBC JDBC (plain) - using plain JDBC wi...Discuss·30 readsJDBC