home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where author_association = "MEMBER", issue = 957432870 and user = 2448579 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

These facets timed out: author_association, issue

user 1

  • dcherian · 3 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
891179723 https://github.com/pydata/xarray/pull/5661#issuecomment-891179723 https://api.github.com/repos/pydata/xarray/issues/5661 IC_kwDOAMm_X841HlLL dcherian 2448579 2021-08-02T16:56:36Z 2021-08-02T16:56:36Z MEMBER

3x is good! I reduced the size so it would run faster, we can't run a 15s benchmark every time we benchmark an older commit...

Can you add a whats-new note please?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Speed up _mapping_repr 957432870
891156817 https://github.com/pydata/xarray/pull/5661#issuecomment-891156817 https://api.github.com/repos/pydata/xarray/issues/5661 IC_kwDOAMm_X841HflR dcherian 2448579 2021-08-02T16:20:06Z 2021-08-02T16:20:06Z MEMBER

I pushed a benchmark...

this branch: [ 31.25%] ··· repr.Repr.time_repr 14.8±0.3ms [ 37.50%] ··· repr.Repr.time_repr_html 164±1ms

main: [ 31.25%] ··· repr.Repr.time_repr 41.6±0.5ms [ 37.50%] ··· repr.Repr.time_repr_html 188±1ms

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Speed up _mapping_repr 957432870
891137073 https://github.com/pydata/xarray/pull/5661#issuecomment-891137073 https://api.github.com/repos/pydata/xarray/issues/5661 IC_kwDOAMm_X841Hawx dcherian 2448579 2021-08-02T15:54:15Z 2021-08-02T15:54:15Z MEMBER

I haven't had time to understand why it's so dramatic

The old way creates all dataarrays (2000 in this case). This version creates first_rows+last_rows dataarrays. Very nice idea @Illviljan !

{
    "total_count": 2,
    "+1": 2,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Speed up _mapping_repr 957432870

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [issue_comments] (
   [html_url] TEXT,
   [issue_url] TEXT,
   [id] INTEGER PRIMARY KEY,
   [node_id] TEXT,
   [user] INTEGER REFERENCES [users]([id]),
   [created_at] TEXT,
   [updated_at] TEXT,
   [author_association] TEXT,
   [body] TEXT,
   [reactions] TEXT,
   [performed_via_github_app] TEXT,
   [issue] INTEGER REFERENCES [issues]([id])
);
CREATE INDEX [idx_issue_comments_issue]
    ON [issue_comments] ([issue]);
CREATE INDEX [idx_issue_comments_user]
    ON [issue_comments] ([user]);
Powered by Datasette · Queries took 6399.412ms · About: xarray-datasette