-
Suggestion
-
Resolution: Unresolved
-
None
User Problem
I am using data shares to query Jira data from our Atlassian cloud sites. The data experience is inconsistent for our users since the jira_issue_enhanced_table is the only table that takes 3-6 hours to reflect product changes, while other tables take about 30 minutes.
Suggested Solutions
Reduce the data latency for jira_issue_enhanced_table in data shares so that it has the same data freshness as the other tables.
Current Workarounds
The jira_issue_enhanced_table is a materialised view that transforms data from jira_issue_field. It was created for customers who need better query performances with fewer on-the-fly transformations. If you need better data freshness, please use jira_issue_field.