github lmnr-ai/lmnr v0.1.27

latest releases: v0.2.2, v0.2.1, v0.2.0...
8 months ago

Breaking

This release introduces the new concept of the table traces in ClickHouse that pre-aggregates all required statistics on a pre-computed table. This speeds up operations on traces at scale by orders of magnitude, but old data will not be immediately available.

Instructions:

  1. Execute clickhouse-client on the target ClickHouse server.
    • For docker based deployments: docker exec -it lmnr-clickhouse-1 clickhouse-client. The name of the container may be slightly different, you can check with docker ps
  2. Go to frontend/lib/clickhouse/scripts/aggregate_traces_replacing.sql.
  3. Edit the project_id to the one you want to migrate, and optionally set the start_time and end_time.
    • If you need to migrate multiple projects, replace the condition project_id= with something like project_id IN ('id-1', 'id-2').
  4. Copy and paste the script into the clickhouse-client terminal.
  5. Execute the script by pressing Enter.

What's Changed

New Contributors

Full Changelog: v0.1.26...v0.1.27

Don't miss a new lmnr release

NewReleases is sending notifications on new releases.