Replies: 1 comment
-
|
Related Issue |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
There are currently 4 groups of SQL/NoSQL queries running for the load. The switches on the control panel allow you to enable and disable each group for each database.
You can see these queries in the files:
/internal/load/mysql.go
/internal/load/postgres.go
/internal/load/mongodb.go
Help is needed to improve these queries so that they are more varied and their complexity grows with each switch.
The following logic is now in place:
SELECT data FROM pulls WHERE STR_TO_DATE(JSON_UNQUOTE(JSON_EXTRACT(data, '$.created_at')), '%Y-%m-%dT%H:%i:%sZ') >= NOW() - INTERVAL 3 MONTH LIMIT 10;I'd be happy to hear your suggestions.
Dataset currently includes JSON documents with repository and pool-request data. JSONs have many fields. I can publish a list if needed, but you can see them in the GitHub API. See the JSON example in the Example response section of the page
It is possible to change the table layout, for example to add additional columns. Or additional tables, for example with comments on pull-requests.
Beta Was this translation helpful? Give feedback.
All reactions