home / github / issues

Menu
  • Search all tables
  • GraphQL API

issues: 328229224

This data as json

id node_id number title user state locked assignee milestone comments created_at updated_at closed_at author_association pull_request body repo type active_lock_reason performed_via_github_app reactions draft state_reason
328229224 MDU6SXNzdWUzMjgyMjkyMjQ= 304 Ability to configure SQLite cache_size 9599 closed 0     3 2018-05-31T17:28:07Z 2018-06-04T16:13:32Z 2018-06-04T16:03:19Z OWNER  

See https://www.sqlite.org/pragma.html#pragma_cache_size

Let's call the config setting cache_size_kb to emphasize that we're using the negative option.

Note this warning: perhaps we should raise an error if you try to use this setting against a SQLite version prior to 3.7.10

If the argument N is positive then the suggested cache size is set to N. If the argument N is negative, then the number of cache pages is adjusted to use approximately abs(N*1024) bytes of memory. Backwards compatibility note: The behavior of cache_size with a negative N was different in prior to version 3.7.10 (2012-01-16). In version 3.7.9 and earlier, the number of pages in the cache was set to the absolute value of N.

107914493 issue    
{
    "url": "https://api.github.com/repos/simonw/datasette/issues/304/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  completed

Links from other tables

  • 0 rows from issues_id in issues_labels
  • 3 rows from issue in issue_comments
Powered by Datasette · Queries took 1.324ms · About: github-to-sqlite