Download Latest Version v0.1.27 source code.tar.gz (13.0 MB)
Email in envelope

Get an email when there's a new version of Laminar

Home / v0.1.27
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-12-17 5.0 kB
v0.1.27 source code.tar.gz 2025-12-17 13.0 MB
v0.1.27 source code.zip 2025-12-17 13.5 MB
Totals: 3 Items   26.5 MB 0

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 clickhouse clickhouse-client.
  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: https://github.com/lmnr-ai/lmnr/compare/v0.1.26...v0.1.27

Source: README.md, updated 2025-12-17