Ytyou Ticktock Versions Save

TickTockDB is an OpenTSDB-like time series database, with much better performance.

v0.20.0

3 weeks ago

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.

v0.12.2

1 month ago

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

v0.12.1

9 months ago
  1. Json parser not able to handle boolean values;
  2. Memory leak when writing data with _field tags;

v0.12.0

11 months ago

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

v0.11.8

1 year ago
  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'

v0.11.7

1 year ago

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

v0.11.6

1 year ago

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