Talaria Versions Save

TalariaDB is a distributed, highly available, and low latency time-series database for Presto

v1.6.1

10 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/talariadb/talaria/compare/v1.6.0...v1.6.1

v1.6.0

1 year ago

What's Changed

Full Changelog: https://github.com/kelindar/talaria/compare/v1.5.1...v1.6.0

v1.5.1

1 year ago

What's Changed

Full Changelog: https://github.com/kelindar/talaria/compare/v1.5.0...v1.6.0

v1.5.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/kelindar/talaria/compare/v1.4.0...v1.5.0

v1.4.0

2 years ago

Changelog

v1.3.1

2 years ago

This release fixes the protobuf errors that occur with the new gRPC.

Changelog

  • Gogo protobuf is incompatible with grpc-go API/v2.
  • Replaced proto-gen-gogo-slick with proto-gen-go-grpc and proto-gen-go-vtproto plugins.
  • Modified python code generation script.

v1.3.0

2 years ago

This release upgrades to badger/v3 which has a lot of memory-related changes under the hood. See https://github.com/dgraph-io/badger/blob/master/CHANGELOG.md

Changelog

v1.2.9

2 years ago

This releases introduces fixes of parquet ingestion and expands the number of keys that can be added as partition keys.

Changelog

v1.2.8

3 years ago

This release includes azure weighted storage when using multi-account (https://github.com/kelindar/talaria/pull/70) and parquet encoder (egress) https://github.com/kelindar/talaria/pull/67

Changelog

  • Added support for writing to Azure with weighted choice
  • Added support for parquet encoding when writing data out of Talaria during compaction
  • Added an entry point to allow loading env variable and potentially and generic init procedure within the container. I believe this is useful because if you are using something like Vault to store your secrets, the secrets are mounted as files within the container. With this entry point it will be able to load those secrets.
  • Updated Docker build pattern, I noticed there was the attempt to have a "build" pattern however it was commented out. I believe having the Dockerfile in this way is better because people can test easily locally to see if the image builds correctly.

v1.2.7

3 years ago

This release contains major throughput improvements to Azure writer and Talaria now writes to all sinks in parallel. See #66 for more details. Special thanks to @qiaowei-g and @ocassetti for this PR.

Changelog

  • Add Azure Multi Storage Account Writer, use Azure AD credential for authentication.
  • Change multi.writer to call writers in parallel.
  • Add Datadog metric for writer latency and error stats.