{"html_url": "https://github.com/simonw/datasette/issues/1156#issuecomment-749158111", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/1156", "id": 749158111, "node_id": "MDEyOklzc3VlQ29tbWVudDc0OTE1ODExMQ==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2020-12-21T19:33:45Z", "updated_at": "2020-12-21T19:33:45Z", "author_association": "OWNER", "body": "One reason for this change: it means I can use that database for more stuff. I've been thinking about moving metadata storage there for example, which fits a database called `_internal` but not one called `_schemas`.", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 772408750, "label": "Rename _schemas to _internal"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/1155#issuecomment-749170608", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/1155", "id": 749170608, "node_id": "MDEyOklzc3VlQ29tbWVudDc0OTE3MDYwOA==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2020-12-21T20:01:47Z", "updated_at": "2020-12-21T20:01:47Z", "author_association": "OWNER", "body": "I removed that `MEMORY` object() in dcdfb2c301341d45b66683e3e3be72f9c7585b2f", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 771216293, "label": "Better internal database_name for _internal database"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/1155#issuecomment-749176936", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/1155", "id": 749176936, "node_id": "MDEyOklzc3VlQ29tbWVudDc0OTE3NjkzNg==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2020-12-21T20:18:15Z", "updated_at": "2020-12-21T20:18:15Z", "author_association": "OWNER", "body": "Fun query:\r\n```sql\r\nselect table_name, group_concat(name, ', ') from columns group by database_name, table_name\r\n```\r\nhttps://latest.datasette.io/_internal?sql=select+table_name%2C+group_concat%28name%2C+%27%2C+%27%29+from+columns+group+by+database_name%2C+table_name", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 771216293, "label": "Better internal database_name for _internal database"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/1157#issuecomment-749179460", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/1157", "id": 749179460, "node_id": "MDEyOklzc3VlQ29tbWVudDc0OTE3OTQ2MA==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2020-12-21T20:24:19Z", "updated_at": "2020-12-21T20:24:19Z", "author_association": "OWNER", "body": "Three places to fix:\r\n\r\nhttps://github.com/simonw/datasette/blob/dcdfb2c301341d45b66683e3e3be72f9c7585b2f/datasette/tracer.py#L40-L42\r\n\r\nhttps://github.com/simonw/datasette/blob/dcdfb2c301341d45b66683e3e3be72f9c7585b2f/datasette/utils/__init__.py#L139-L152\r\n\r\nhttps://github.com/simonw/datasette/blob/dcdfb2c301341d45b66683e3e3be72f9c7585b2f/datasette/views/base.py#L460-L461", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 772438273, "label": "Use time.perf_counter() instead of time.time() to measure performance"}, "performed_via_github_app": null}