home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1314054300

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/1884#issuecomment-1314054300 https://api.github.com/repos/simonw/datasette/issues/1884 1314054300 IC_kwDOBm6k_c5OUuCc 9599 2022-11-14T16:40:06Z 2022-11-14T16:40:06Z OWNER

I wonder if there are any reasons that inspect SHOULD try to count virtual tables? Like are there any likely uses for a cirial table where the count is both interesting and likely to be accessed often enough that it's worth caching?

I have an issue open to add a setting to disable table counts entirely:

  • 1818

Maybe that should be expanded to automatically disable row counts for virtual tables entirely? Which would mean no count would be shown for them in the UI.

If you desperately wanted a count you would then have to run a count(*) query against them explicitly.

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