home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 683528149

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-683528149 https://api.github.com/repos/simonw/sqlite-utils/issues/147 683528149 MDEyOklzc3VlQ29tbWVudDY4MzUyODE0OQ== 9599 2020-08-31T03:17:26Z 2020-08-31T03:17:26Z OWNER

+1 to making this something that users can customize. An optional argument to the Database constructor would be a neat way to do this.

I think there's a terrifying way that we could find this value... we could perform a binary search for it! Open up a memory connection and try running different bulk inserts against it and catch the exceptions - then adjust and try again.

My hunch is that we could perform just 2 or 3 probes (maybe against carefully selected values) to find the highest value that works. If this process took less than a few ms to run I'd be happy to do it automatically when the class is instantiated (and let users disable that automatic proving by setting a value using the constructor argument).

{
    "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 4.634ms · About: github-to-sqlite