home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1111390433

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions issue performed_via_github_app
https://github.com/simonw/datasette/issues/1727#issuecomment-1111390433 https://api.github.com/repos/simonw/datasette/issues/1727 1111390433 IC_kwDOBm6k_c5CPnjh 9599 2022-04-27T19:21:02Z 2022-04-27T19:21:02Z OWNER

One weird thing: I noticed that in the parallel trace above the SQL query bars are wider. Mousover shows duration in ms, and I got 13ms for this query:

select message as value, count(*) as n from (

But in the ?_noparallel=1 version that some query took 2.97ms.

Given those numbers though I would expect the overall page time to be MUCH worse for the parallel version - but the page load times are instead very close to each other, with parallel often winning.

This is super-weird.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
1217759117  
Powered by Datasette · Queries took 2.214ms · About: github-to-sqlite