bibdocfile: new bibdocfsinfo table
- Introduces bibdocfsinfo SQL table to store in DB filesystem related metadata. This is useful to speed querying the bibdoc framework and allows to build complex queries based on properties before stored only on filesystem.
- Introduces new --get-stats CLI to bibdocfile to print aggregated statistics for collections.
- Note: when updating to this revision, launch: $ dbexec < modules/miscutils/sql/tabcreate.sql $ bibdocfile --fix-bibdocfsinfo-cache $ vim /opt/invenio/etc/invenio-local.conf $ # add CFG_BIBDOCFILE_ENABLE_BIBDOCFSINFO_CACHE = 1