home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 1114058210

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/1727#issuecomment-1114058210 https://api.github.com/repos/simonw/datasette/issues/1727 1114058210 IC_kwDOBm6k_c5CZy3i 9599 2022-04-30T21:39:34Z 2022-04-30T21:39:34Z OWNER

Something to consider if I look into subprocesses for parallel query execution:

https://sqlite.org/howtocorrupt.html#carrying_an_open_database_connection_across_a_fork

Do not open an SQLite database connection, then fork(), then try to use that database connection in the child process. All kinds of locking problems will result and you can easily end up with a corrupt database. SQLite is not designed to support that kind of behavior. Any database connection that is used in a child process must be opened in the child process, not inherited from the parent.

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