home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 779417723

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/sqlite-utils/issues/147#issuecomment-779417723 https://api.github.com/repos/simonw/sqlite-utils/issues/147 779417723 MDEyOklzc3VlQ29tbWVudDc3OTQxNzcyMw== 9599 2021-02-15T19:44:02Z 2021-02-15T19:47:00Z OWNER

%timeit find_limit(max=1_000_000) took 378ms on my laptop

%timeit find_limit(max=500_000) took 197ms

%timeit find_limit(max=200_000) reported 53ms per loop

%timeit find_limit(max=100_000) reported 26.8ms per loop.

All of these are still slow enough that I'm not comfortable running this search for every time the library is imported. Allowing users to opt-in to this as a performance enhancement might be better.

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