home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 797790017

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/1259#issuecomment-797790017 https://api.github.com/repos/simonw/datasette/issues/1259 797790017 MDEyOklzc3VlQ29tbWVudDc5Nzc5MDAxNw== 9599 2021-03-12T22:22:12Z 2021-03-12T22:22:12Z OWNER

https://sqlite.org/lang_with.html

Prior to SQLite 3.35.0, all CTEs where treated as if the NOT MATERIALIZED phrase was present

It looks like this optimization is completely unavailable on SQLite prior to 3.35.0 (released 12th March 2021). But I could still rewrite the faceting to work in this way, using the exact same SQL - it would just be significantly faster on 3.35.0+ (assuming it's actually faster in practice - would need to benchmark).

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