This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/data/model/oci
Joseph Schorr f75f315037 Optimize lookup of shared global blobs
Currently, we only have one (the shared empty layer), but this should make the blob lookups for repositories significantly faster, as we won't need to do the massive join.
2019-02-14 12:46:42 -05:00
..
test Further fixes for unicode handling in manifests 2019-01-09 15:14:41 -05:00
__init__.py Read blobs from new manifest blob table where relevant 2018-11-25 17:31:09 +02:00
blob.py Change lookup of blobs to not use a subquery, which is murder on MySQL 2019-01-03 15:41:21 -05:00
label.py Implement the new OCI-based registry data model 2018-11-07 22:07:58 -05:00
manifest.py Optimize lookup of shared global blobs 2019-02-14 12:46:42 -05:00
retriever.py Remove redundant call 2018-11-27 18:44:34 +02:00
shared.py Implement the new OCI-based registry data model 2018-11-07 22:07:58 -05:00
tag.py Further fixes for unicode handling in manifests 2019-01-09 15:14:41 -05:00