ratt-ru / dask-ms

Implementation of a dask/xarray dataset backed by a CASA MS
https://dask-ms.readthedocs.io
Other
19 stars 7 forks source link

Report TableProxy size as sum of init arguments #14

Closed sjperkins closed 6 years ago

sjperkins commented 6 years ago

Report size of TableProxy as only the size of the members required to recreate it (open the table). This encourages dask to think of the proxy as small and therefore easy to copy in a distributed setting.

Also start formally testing the pickling of the TableProxy.