11 Commits (1f752b6910f2aecfb2e20846ec9f91951b1d502b)

Author SHA1 Message Date
johncming 28ca0965f0
tsdb/chunkenc: fix typo of return error. (#7670) 4 years ago
Peter Štibraný 1d396b96dc
Specify that returned samples must be ordered by timestamp. (#6877) 5 years ago
Bartlomiej Plotka 59c9d6ef45 Addressed Brian's comments, moved metrics to main.go 5 years ago
Bartlomiej Plotka 5d84e5d895 Make chunkenc.Iterator.At behaviour unspecified without Next done. 5 years ago
Bartlomiej Plotka cfba92a133 Addressed comments. 5 years ago
Bartlomiej Plotka 849faa407b Minor fixes. 5 years ago
Bartlomiej Plotka 2cf637fbf5 Addressed comments. 5 years ago
Bartlomiej Plotka 34426766d8 Unify Iterator interfaces. All point to storage now. 5 years ago
Marco Pracucci 699f3e8f4d
Added comments to the Chunk interface 5 years ago
Marco Pracucci 0703dae7cc
Compact TSDB head chunks after being cut, to reduce inuse memory 5 years ago
Ganesh Vernekar 7cf09b0395
Moving tsdb into its own subdirectory 5 years ago
Ganesh Vernekar b1cd829030
Reuse Chunk Iterator (#642) 5 years ago
Goutham Veeramachaneni 2ae028114c
Add FromData function (again)! (#600) 6 years ago
zhulongcheng 719b57db44 Remove obsolete FromData function (#540) 6 years ago
Bryan Boreham 74093f0508 Remove pointer indirection on chunk bstream (#499) 6 years ago
Fabian Reinartz 67f0ca8f0e Move index and chunk encoders to own packages 7 years ago
Fabian Reinartz ea817e169b Return nop iterator for invalid chunk references 7 years ago
Fabian Reinartz 905af27cf9 Refactor compactor 7 years ago
Fabian Reinartz 66ff7b12e9 Pool Chunk objects during compaction 7 years ago
Fabian Reinartz 96d7f540d4 Persist series without allocating the full set 7 years ago
Goutham Veeramachaneni 401bdfd4a6 Make Chunks return the number of samples inside 7 years ago
Julius Volz 8d1fb4fa01 Minor comment fixes and additions. 8 years ago
Fabian Reinartz 778103b450 Add liecence file and headers 8 years ago
Fabian Reinartz 62b8ded0a5 Rename iterator value getters to At() 8 years ago
Fabian Reinartz 675f0886f0 Append to chunks cannot error 8 years ago
Fabian Reinartz ce7f4106c2 Reda correct label number, fix buffered iterator panic 8 years ago
Fabian Reinartz 70a0224f19 Change chunk sample number to BigEndian 8 years ago
Fabian Reinartz 40a451694f Refactor persistence into interfaces 8 years ago
Fabian Reinartz fa181a34c1 chunks: cleanup anything but xor encoding 8 years ago
Fabian Reinartz e67cf768dc chunks: remove intermeidate copy from xor chunk 8 years ago
Fabian Reinartz 7874d28f32 chunks: implement xor encoding 8 years ago
Fabian Reinartz ae7b18ae34 Add chunk package 8 years ago