home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 398133924

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/271#issuecomment-398133924 https://api.github.com/repos/simonw/datasette/issues/271 398133924 MDEyOklzc3VlQ29tbWVudDM5ODEzMzkyNA== 9599 2018-06-18T17:32:22Z 2018-06-18T17:32:22Z OWNER

As seen in #316 inspect is already taking a VERY long time to run against large (600GB) databases.

To get this working I may have to make inspect an optional optimization and run introspection for columns and primary keys in demand.

The one catch here is the count(*) queries - Datasette may need to learn not to return full table counts in circumstances where the count has not been pre-calculates and takes more than Xms to generate.

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