Jack ChenAs many other user mentioned, this addon may cause performance issue on big Jira instance. It has generated over 100M records on a single table in our instance and it significantly slow down normal database operation like back/restore.
A few years ago, because it generated too much WAL log file for Postgres, We asked Arsenale and they provided a patch to change artstatemap table as unlogged. But I found if I rebuild the index, the table is recreated as logged again. It's disappointing to see even Arsenale are aware the issue for so long, the latest version addon is still recreating the table as logged.
I think it's also missing a critical function many other enterpise level addons provide : You should be able to set up a project whitelist, and only index those whitelisted projects, this should reduce the index size to a acceptable level.
Was this review helpful?•