home / github / issue_comments

Menu
  • GraphQL API

issue_comments: 997321767

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/1555#issuecomment-997321767 https://api.github.com/repos/simonw/datasette/issues/1555 997321767 IC_kwDOBm6k_c47cewn 9599 2021-12-19T03:10:58Z 2021-12-19T03:10:58Z OWNER I wonder how much overhead there is switching between the `async` event loop main code and the thread that runs the SQL queries. Would there be a performance boost if I gathered all of the column/index information in a single function run on the thread using `db.execute_fn()` I wonder? It would eliminate a bunch of switching between threads. Would be great to understand how much of an impact that would have. {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} 1079149656  
Powered by Datasette · Queries took 0.924ms