When there are many revisions retrieved from swh-graph, the by-date and by-hash history views become very slow, due to the lack of an index. Currently all revisions are queried from the cache to lookup a partitioned directory, and that's not great.
Description
Description
Revisions and Commits
Revisions and Commits
rDFUSE FUSE virtual file system | |||
D4569 | rDFUSE1c778776d8bb tests: extend max delay to populate history/by-date/ | ||
D4569 | rDFUSE65e468780210 cache: add sqlite index in all tables | ||
D4569 | rDFUSE0a24b804f6f1 cache: add 'date' column in metadata_cache for history/by-date |