Revision 5ab70237d6c3b8ed357f2ae03589353b8d6e5052 authored by David Douard on 03 July 2020, 09:45:06 UTC, committed by David Douard on 07 July 2020, 14:49:14 UTC
Follows swh.model's evolution for the Revision model class.

In Postgresql, store the extra_headers as a bytea[][].
Ensure data present in postgres with extra_headers in the metadata field
are properly supported by the pg-backed storage.
Get rid of the (now useless) git_headers_to_db() converter function.

In Cassandra, store them as frozen<list<list<blob>>>.
1 parent 8010848
History
File Mode Size
_static
_templates
images
.gitignore -rw-r--r-- 24 bytes
Makefile -rw-r--r-- 63 bytes
Makefile.local -rw-r--r-- 477 bytes
archive-copies.rst -rw-r--r-- 2.1 KB
conf.py -rw-r--r-- 43 bytes
extrinsic-metadata-specification.rst -rw-r--r-- 8.8 KB
index.rst -rw-r--r-- 1.0 KB
sql-storage.rst -rw-r--r-- 276 bytes

back to top