Skip to content

v.5.122.0#

Changes

  • Support for sending monitoring data to ClickHouse has been added.

    All LUNA Index Module services now support sending monitoring data to ClickHouse, a high-performance, columnar database management system.

    Unlike InfluxDB, which divides data into tags and fields, ClickHouse uses a unified table structure with support for the JSON format. Each record is a table row, where:

    • The time field is the timestamp when the record was created;
    • The data field is a JSON object that combines all data (including what would otherwise be stored as tags or fields in InfluxDB).

    The main advantage over InfluxDB is speed: ClickHouse processes complex analytical queries and aggregations significantly faster, especially on large data volumes.

    Note: Currently, InfluxDB remains the default option. Future versions of LUNA Index Module may migrate to ClickHouse for monitoring.

    Since LUNA Index Module is an additional module of LUNA PLATFORM, the monitoring configuration procedures are described in the installation and update sections of LUNA PLATFORM.

  • The Python version has been updated to 3.13 in LIM service containers.

    Support for older versions of Python has been discontinued.

  • Support for version 67 of the face biometric template extraction neural network model has been added.