ratt-ru / dask-ms

Implementation of a dask/xarray dataset backed by a CASA MS

Home Page:https://dask-ms.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reintroduce warnings for non-contiguous data

sjperkins opened this issue · comments

Description

Historically we used to warn about highly fragmented row runs, but this was removed as it spammed the log.

However, it would be better to reintroduce this in a more limited form to enable faster debugging of disk performance issues.

cc @JSKenyon @o-smirnov