home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 997459637

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/1555#issuecomment-997459637 https://api.github.com/repos/simonw/datasette/issues/1555 997459637 IC_kwDOBm6k_c47dAa1 9599 2021-12-19T20:53:46Z 2021-12-19T20:53:46Z OWNER

Using #1571 showed me that the DELETE FROM columns/foreign_keys/indexes WHERE database_name = ? and table_name = ? queries were running way more times than I expected. I came up with a new optimization that just does DELETE FROM columns/foreign_keys/indexes WHERE database_name = ? instead.

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