Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The query above creates 50K records in H2 and counts them. This is the average result from our development environment:

COUNT(*)
50000

(1 row, 20 ms)

It might help you to see how fast SQL+JQL will perform on your Jira.

...