VERSIONING
Platform Notice: Data Center Only - This article only applies to Atlassian products on the Data Center platform.
Note that this KB was created for the Data Center version of the product. Data Center KBs for non-Data-Center-specific features may also work for Server versions of the product, however they have not been tested. Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.
*Except Fisheye and Crucible
Stats related to issue, comments and worklog versioning. Measures the impact of the extra DB calls for do the maintenance of the versions for the issue, comments and worklog.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
[JIRA-STATS] [VERSIONING] total stats:
{
"requestMillis": {
"count": 72405,
"min": 1,
"max": 1335,
"sum": 1656265,
"avg": 22,
"distributionCounter": {
"1": 947,
"5": 17104,
"10": 165,
"50": 50225,
"100": 3124,
"200": 668,
"9223372036854775807": 172
}
},
"requestCount": {
"count": 72405,
"min": 1,
"max": 50,
"sum": 348888,
"avg": 4,
"distributionCounter": {
"1": 18146,
"10": 54129,
"100": 130,
"1000": 0
}
},
"requestPercent": {
"count": 72405,
"min": 0,
"max": 70,
"sum": 149620,
"avg": 2,
"distributionCounter": {
"1": 31387,
"3": 24878,
"5": 14286,
"10": 1611,
"20": 213,
"30": 25,
"9223372036854775807": 5
}
},
"incrementIssueVersionMillis": {
"count": 601014,
"min": 3,
"max": 2792,
"sum": 3426504,
"avg": 5,
"distributionCounter": {}
},
"incrementCommentVersionMillis": {
"count": 47099,
"min": 5,
"max": 729,
"sum": 433949,
"avg": 9,
"distributionCounter": {}
},
"incrementWorklogVersionMillis": {
"count": 25,
"min": 6,
"max": 23,
"sum": 239,
"avg": 9,
"distributionCounter": {}
},
"incrementRelatedCommentVersionsMillis": {
"count": 42149,
"min": 2,
"max": 2166,
"sum": 337496,
"avg": 8,
"distributionCounter": {}
},
"incrementRelatedWorklogVersionsMillis": {
"count": 42149,
"min": 2,
"max": 392,
"sum": 227708,
"avg": 5,
"distributionCounter": {}
},
"markIssueDeletedAndIncrementVersionMillis": {
"count": 15,
"min": 7,
"max": 18,
"sum": 148,
"avg": 9,
"distributionCounter": {}
},
"markCommentDeletedAndIncrementVersionMillis": {
"count": 0,
"min": 0,
"max": 0,
"sum": 0,
"avg": 0,
"distributionCounter": {}
},
"markWorklogDeletedAndIncrementVersionMillis": {
"count": 0,
"min": 0,
"max": 0,
"sum": 0,
"avg": 0,
"distributionCounter": {}
},
"getIssueVersionMillis": {
"count": 624309,
"min": 1,
"max": 2197,
"sum": 1881058,
"avg": 3,
"distributionCounter": {}
},
"getCommentVersionMillis": {
"count": 1433116,
"min": 0,
"max": 2936,
"sum": 4080669,
"avg": 2,
"distributionCounter": {}
},
"getWorklogVersionMillis": {
"count": 1439,
"min": 2,
"max": 83,
"sum": 3948,
"avg": 2,
"distributionCounter": {}
},
"getRelatedCommentVersionsMillis": {
"count": 3119320,
"min": 1,
"max": 3812,
"sum": 9710432,
"avg": 3,
"distributionCounter": {}
},
"getRelatedWorklogVersionsMillis": {
"count": 3119320,
"min": 1,
"max": 4020,
"sum": 9364311,
"avg": 3,
"distributionCounter": {}
},
"getLocalVersionsMillis": {
"count": 3,
"min": 2507,
"max": 3187,
"sum": 8682,
"avg": 2894,
"distributionCounter": {
"1": 0,
"5": 0,
"10": 0,
"50": 0,
"100": 0,
"500": 0,
"1000": 0,
"9223372036854775807": 3
}
},
"markEntityDeletedAndIncrementVersionMillis": {
"count": 0,
"min": 0,
"max": 0,
"sum": 0,
"avg": 0,
"distributionCounter": {}
},
"cleanAllDeletedEntityVersionsOlderThanMillis": {
"count": 1,
"min": 16,
"max": 16,
"sum": 16,
"avg": 16,
"distributionCounter": {}
},
"findEntityVersionsUpdatedInRangeMillis": {
"count": 3,
"min": 463,
"max": 8463,
"sum": 9598,
"avg": 3199,
"distributionCounter": {}
},
"getLatestEntityUpdateTimeMillis": {
"count": 18147,
"min": 1,
"max": 142,
"sum": 37140,
"avg": 2,
"distributionCounter": {}
}
}
Updated on April 8, 2025
Was this helpful?
Still need help?
The Atlassian Community is here for you.