Skip to content

Releases: ytyou/ticktock

[Beta] [NOT BACKWARDS COMPATIBLE] Query optimizations

21 Apr 23:40
Compare
Choose a tag to compare

Warning: This release is NOT backwards compatible with previous releases. If you need to migrate existing data, please see this wiki page for instructions.

This release contains query optimizations. It makes querying data for a long period of time faster.

[Beta] Fix inspect tool OOM issue

16 Apr 18:33
Compare
Choose a tag to compare
Pre-release

The inspect tool runs out-of-memory under certain conditions.

[Beta] Bug fixes in Json parser; memory leak

30 Jul 19:39
Compare
Choose a tag to compare
  1. Json parser not able to handle boolean values;
  2. Memory leak when writing data with _field tags;

[Beta] Query and compaction optimization

30 May 01:28
Compare
Choose a tag to compare

Improved query and compaction efficiency. Reduced compaction time and its resource usage.

[Beta] Bug fixes.

11 May 03:10
Compare
Choose a tag to compare
[Beta] Bug fixes. Pre-release
Pre-release
  1. Bug fixes:
  • When TickTockDB runs out of memory, return HTTP 503 instead of return empty/partial results;
  • If TickTockDB's timestamp are stored at seconds resolution, but downsample interval is specified in milliseconds, TickTockDB will round the millisecond interval to seconds;
  • On 32-bit OS, virtual memory size is reduced to support large query range;
  • No need to specify http.request.format anymore. Write requests in json, Opentsdb put, and InfluxDB line formats are supported by default;
  • Memory Leaks.
  1. Support 'top5' aggregator;
  2. Support OpenTSDB's 'explicit_tags'

[Beta] Query performance improvements.

17 Apr 01:53
Compare
Choose a tag to compare
Pre-release

This release contains query performance improvements when data is injected into TickTockDB using InfluxDB line protocol.

[Beta] Bug fixes.

31 Mar 00:43
Compare
Choose a tag to compare
[Beta] Bug fixes. Pre-release
Pre-release

Contains the following bug fixes:

  • Duplicate data-points was not handled correctly. New values should override old ones.
  • The last 5 minutes of data could be lost if TickTockDB was killed abnormally.

3 Binaries (Install instruction here):

  1. X86-64 bit: ticktockdb-0.11.6-beta-glibc2.28-x86_64.tar.gz, 594KB

  2. ARM-64 bit: ticktockdb-0.11.6-beta-glibc2.31-aarch64.tar.gz, 562KB

  3. ARM-32 bit: ticktockdb-0.11.6-beta-glibc2.31-armv6l.tar.gz, 528 KB