home / github / issue_comments

Menu
  • GraphQL API

issue_comments: 1008229341

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/sqlite-utils/issues/369#issuecomment-1008229341 https://api.github.com/repos/simonw/sqlite-utils/issues/369 1008229341 IC_kwDOCGYnMM48GFvd 9599 2022-01-09T04:45:38Z 2022-01-09T04:47:11Z OWNER This is probably too fancy. I think maybe the way to do this is with `select * from [global-power-plants] where "country_long" = 'United Kingdom'` - then mess around with stats to see if I can get it to use the index or not based on them. Here's the explain for that: https://global-power-plants.datasettes.com/global-power-plants?sql=EXPLAIN+QUERY+PLAN+select+*+from+[global-power-plants]+where+%22country_long%22+%3D+%27United+Kingdom%27 {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} 1097091527  
Powered by Datasette · Queries took 0.841ms