Hi all,
ckan version: 2.8
My revision table has 35.000.000 rows.
I monitored ckan database and this select
SELECT count(*) AS count_1
FROM revision
WHERE revision.author = 'adminckan'
is executed manytimes per second and spend a lot of time.
Is there anyway to purge it revision table ?