You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

一、Experiment of the necessity of TimeseriesMetadata

JIRA: Unable to render Jira issues macro, execution error.

After we store TimeseriesMetadata together with ChunkMetadata, the necessity of TimeseriesMetadata needs to be reconsidered. We need some experiments for decision.

TimeseriesMetadata for Aggregation query and raw data query under different circumstances for one timeseries in one tsfile.


Each chunk has 100 points. Each query contains 500 TsFiles.

chunk number

1

2

3

5

8

10

15

20

25

raw

with timeseriesMetadata

210

230

237

250

276

297

309

344

374

116

131

142

156

185

197

220

255

282

without timeseriesMetadata


219

223

242

267

287

302

334

357


131

136

155

182

200

219

251

274

count(*)

with timeseriesMetadata

89

90

91

93

93

93

94

97

97

15

16

16

16

16

16

16

17

17

without timeseriesMetadata


122

123

127

127

127

127

128

130


50

50

50

50

51

52

52

53


  • No labels