v.2.0.9

Improvements:

  1. The description of the VLMatch function creation was updated. You should recreate the VLMatch function with the “PARALLEL SAFE” hint to improve the database matching performance.

    DROP FUNCTION VLMatch;
    CREATE FUNCTION VLMatch(bytea, bytea, int) RETURNS float8 AS 'VLMatchSource.so', 'VLMatch' LANGUAGE C PARALLEL SAFE;
    
  2. Service dependencies were updated.

Bugs fixed:

How to update from previous version:

To update from previous version, replace all folders with files and update dependencies from requirements.txt.