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
I searched open requests and couldn't find a duplicate
What is the idea?
CEP-16 defines a new repodata format, storing an index and per-project files. This helps with network and disk bandwidth. conda-index should generate this format.
We should track the feature's performance over time. So far it takes about the same amount of time to generate shards, versus monolithic repodata.json. We will have to continue to generate both at the same time.
The text was updated successfully, but these errors were encountered:
Checklist
What is the idea?
CEP-16 defines a new repodata format, storing an index and per-project files. This helps with network and disk bandwidth. conda-index should generate this format.
Work has been started in this pull request.
In general, features from https://github.com/dholth/conda-index/blob/sharded-repodata/conda_index/index/shards.py should be merged into the CLI as a
--write-shards
option, into https://github.com/dholth/conda-index/blob/sharded-repodata/conda_index/index/__init__.py and into https://github.com/dholth/conda-index/blob/sharded-repodata/conda_index/index/sqlitecache.pyWe should track the feature's performance over time. So far it takes about the same amount of time to generate shards, versus monolithic repodata.json. We will have to continue to generate both at the same time.
The text was updated successfully, but these errors were encountered: