home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 782741107

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/782#issuecomment-782741107 https://api.github.com/repos/simonw/datasette/issues/782 782741107 MDEyOklzc3VlQ29tbWVudDc4Mjc0MTEwNw== 9599 2021-02-20T20:00:22Z 2021-02-20T20:00:22Z OWNER

A really exciting opportunity this opens up is for parallel execution - the facets() and suggested_facets() and total() async functions could be called in parallel, which could speed things up if I'm confident the SQLite thread pool can execute on multiple CPU cores (it should be able to because the Python sqlite3 module releases the GIL while it's executing C code).

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