home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 474890920

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/422#issuecomment-474890920 https://api.github.com/repos/simonw/datasette/issues/422 474890920 MDEyOklzc3VlQ29tbWVudDQ3NDg5MDkyMA== 9599 2019-03-20T15:39:58Z 2019-03-20T15:39:58Z OWNER

The page with the most table counts on it is the index page: https://fivethirtyeight.datasettes.com/fivethirtyeight-b76415d

If I paginate this (which needs to happen anyway for Datasette Library #417) the impact here won't be as bad. I could even load in the table row counts asynchronously via JavaScript?

Bigger problem is this total summed count representation on the homepage:

I think that feature just won't be feasibly against large databases in a mutable world. Maybe we consider to show that total but only for immutable databases? May be easier just to drop it entirely (we will still show the table count).

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