issue_comments
7 rows where author_association = "MEMBER", issue = 224553135 and user = 1217238 sorted by updated_at descending
This data as json, CSV (advanced)
These facets timed out: author_association, issue
id | html_url | issue_url | node_id | user | created_at | updated_at ▲ | author_association | body | reactions | performed_via_github_app | issue |
---|---|---|---|---|---|---|---|---|---|---|---|
439454213 | https://github.com/pydata/xarray/issues/1385#issuecomment-439454213 | https://api.github.com/repos/pydata/xarray/issues/1385 | MDEyOklzc3VlQ29tbWVudDQzOTQ1NDIxMw== | shoyer 1217238 | 2018-11-16T16:46:55Z | 2018-11-16T16:46:55Z | MEMBER | Does it take 10 seconds even to open a single file? The big mystery is what that top line ("_operator.getitem") is but my guess is it's netCDF4-python. h5netcdf might also give different results... On Fri, Nov 16, 2018 at 8:20 AM chuaxr notifications@github.com wrote:
|
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
slow performance with open_mfdataset 224553135 | |
439263419 | https://github.com/pydata/xarray/issues/1385#issuecomment-439263419 | https://api.github.com/repos/pydata/xarray/issues/1385 | MDEyOklzc3VlQ29tbWVudDQzOTI2MzQxOQ== | shoyer 1217238 | 2018-11-16T02:45:05Z | 2018-11-16T02:45:05Z | MEMBER | @chuaxr What do you see when you use One way to fix this would be to move our call to In practice, is the difference between using xarray's internal lazy array classes for decoding and dask for decoding. I would expect to see small differences in performance between these approaches (especially when actually computing data), but for constructing the computation graph I would expect them to have similar performance. It is puzzling that dask is orders of magnitude faster -- that suggests that something else is going wrong in the normal code path for |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
slow performance with open_mfdataset 224553135 | |
438873285 | https://github.com/pydata/xarray/issues/1385#issuecomment-438873285 | https://api.github.com/repos/pydata/xarray/issues/1385 | MDEyOklzc3VlQ29tbWVudDQzODg3MzI4NQ== | shoyer 1217238 | 2018-11-15T00:45:53Z | 2018-11-15T00:45:53Z | MEMBER | @chuaxr I assume you're testing this with xarray 0.11? It would be good to do some profiling to figure out what is going wrong here. |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
slow performance with open_mfdataset 224553135 | |
437630511 | https://github.com/pydata/xarray/issues/1385#issuecomment-437630511 | https://api.github.com/repos/pydata/xarray/issues/1385 | MDEyOklzc3VlQ29tbWVudDQzNzYzMDUxMQ== | shoyer 1217238 | 2018-11-10T23:38:10Z | 2018-11-10T23:38:10Z | MEMBER | Was this fixed by https://github.com/pydata/xarray/pull/2047? |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
slow performance with open_mfdataset 224553135 | |
371933603 | https://github.com/pydata/xarray/issues/1385#issuecomment-371933603 | https://api.github.com/repos/pydata/xarray/issues/1385 | MDEyOklzc3VlQ29tbWVudDM3MTkzMzYwMw== | shoyer 1217238 | 2018-03-09T20:17:19Z | 2018-03-09T20:17:19Z | MEMBER | OK, so it seems that we need a change to disable wrapping dask arrays with |
{ "total_count": 3, "+1": 3, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
slow performance with open_mfdataset 224553135 | |
370092011 | https://github.com/pydata/xarray/issues/1385#issuecomment-370092011 | https://api.github.com/repos/pydata/xarray/issues/1385 | MDEyOklzc3VlQ29tbWVudDM3MDA5MjAxMQ== | shoyer 1217238 | 2018-03-02T23:58:26Z | 2018-03-02T23:58:26Z | MEMBER | @rabernat How does performance compare if you call |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
slow performance with open_mfdataset 224553135 | |
297539517 | https://github.com/pydata/xarray/issues/1385#issuecomment-297539517 | https://api.github.com/repos/pydata/xarray/issues/1385 | MDEyOklzc3VlQ29tbWVudDI5NzUzOTUxNw== | shoyer 1217238 | 2017-04-26T20:59:23Z | 2017-04-26T20:59:23Z | MEMBER |
Yes, adding an boolean argument But more generally, I am a little surprised by how slow Basically, if |
{ "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 } |
slow performance with open_mfdataset 224553135 |
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