Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a jOOQ / JMH benchmark stub example project #6030

Closed
2 tasks
lukaseder opened this issue Mar 30, 2017 · 1 comment
Closed
2 tasks

Add a jOOQ / JMH benchmark stub example project #6030

lukaseder opened this issue Mar 30, 2017 · 1 comment

Comments

@lukaseder
Copy link
Member

In order to assess the SQL performance of two alternative jOOQ / SQL queries, it would be great to be able to use a JMH benchmark stub that compares two standard jOOQ queries, where users could easily copy-paste their own queries instead.

There would be several benchmarking modes:

  • Running the benchmark loops in Java / JDBC
  • Running the benchmark loops in some procedural language

See also:
http://stackoverflow.com/questions/43099226/how-to-make-jooq-to-use-arrays-in-the-in-clause

@lukaseder
Copy link
Member Author

Won't fix

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

No branches or pull requests

1 participant