You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reading in all metadata of a data source may cost a lot of time, because in the background datasets need to be accessed. This can significantly slow down the retrieval of meta information if it is requested for many data sources. However, the datasets only need to be accessed for a relatively small portion of the information.
xcube-cci can be made a lot faster when this information is read only when needed and requested.
The text was updated successfully, but these errors were encountered:
Reading in all metadata of a data source may cost a lot of time, because in the background datasets need to be accessed. This can significantly slow down the retrieval of meta information if it is requested for many data sources. However, the datasets only need to be accessed for a relatively small portion of the information.
xcube-cci can be made a lot faster when this information is read only when needed and requested.
The text was updated successfully, but these errors were encountered: