It depends on the test you're doing I guess. For example with the techempower benchmark we can observe the opposite. Note however that the benchmark is very naive, it selects a single row with 2 columns by a integer primary key.
Also you will see that for such workloads the default pool size is quite small.
>>It depends on the test you're doing I guess.I am making an http database proxy. At my org we had a need to access JVM databases (Derby and H2) from non-JVM languages. Instead of fighting against drivers that don't exist or are partially implemented, we decided to expose the databases over HTTP. Vert.x was a nice match.I got interested in the project, and made it into a personal project to make it into a more general database proxy (http requests with sql - in a json payload - are passed through to the database, and the json response back to http client). There are a few OpenSource projects that do something similar, but were not exactly what I was looking for. I will probably open source this project in a few weeks.When I expanded it out to be a more general tool, I allow the admin to choose between JDBC and async-MYSQL, if using mysql. I expected the async-Mysql to smoke the old JDBC (in execute blocking), but it was the opposite.
--
You received this message because you are subscribed to the Google Groups "vert.x" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vertx+unsubscribe@googlegroups.com.
Visit this group at https://groups.google.com/group/vertx.
To view this discussion on the web, visit https://groups.google.com/d/msgid/vertx/72168d01-e419-466d-9a38-4b6255e8f088%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "vert.x" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vertx+un...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/vertx/12135ed4-c850-464c-9bfa-926236ea2e4a%40googlegroups.com.