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.
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.