issue_comments
2 rows where issue = 68759727 and user = 306380 sorted by updated_at descending
This data as json, CSV (advanced)
Suggested facets: created_at (date), updated_at (date)
issue 1
- Non-aggregating grouped operations on dask arrays are painfully slow to construct · 2 ✖
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
94084031 | https://github.com/pydata/xarray/issues/392#issuecomment-94084031 | https://api.github.com/repos/pydata/xarray/issues/392 | MDEyOklzc3VlQ29tbWVudDk0MDg0MDMx | mrocklin 306380 | 2015-04-17T21:56:13Z | 2015-04-17T21:56:13Z | MEMBER | Hrm, not that much faster. It's 25% overhead on the apply. Worth checking out. I might not get to this before release though. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Non-aggregating grouped operations on dask arrays are painfully slow to construct 68759727 | |
93532129 | https://github.com/pydata/xarray/issues/392#issuecomment-93532129 | https://api.github.com/repos/pydata/xarray/issues/392 | MDEyOklzc3VlQ29tbWVudDkzNTMyMTI5 | mrocklin 306380 | 2015-04-15T18:58:11Z | 2015-04-15T18:58:11Z | MEMBER | Interesting. Looks like the overhead of managing the graph is becoming non-trivial. How long do these operations take to execute? What is your blockdims? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
Non-aggregating grouped operations on dask arrays are painfully slow to construct 68759727 |
Advanced export
JSON shape: default, array, newline-delimited, object
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]);
user 1