home / github / issue_comments

Menu
  • Search all tables
  • GraphQL API

issue_comments: 807126680

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions performed_via_github_app issue
https://github.com/pydata/xarray/issues/2857#issuecomment-807126680 https://api.github.com/repos/pydata/xarray/issues/2857 807126680 MDEyOklzc3VlQ29tbWVudDgwNzEyNjY4MA== 2418513 2021-03-25T17:17:48Z 2021-03-25T17:18:21Z NONE

OK, we might check if that depends on the data size or on the number of groups, or both.

It scales with data size it seems, but: even if you reduce data size to 1 element, after 50 iterations a single write goes up to 150ms already (whereas it's a few milliseconds in an empty file). These 150ms is the pure 'file traversal' etc part; the rest (of the 2 seconds) is the part where it seemingly reads stuff - which scales with data. Ideally it should just stay at <10ms all the time.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  427410885
Powered by Datasette · Queries took 156.236ms · About: xarray-datasette