Manticore Search 27.1.5: 新機能と改善

#OSS

Manticore Search 27.1.5: 新機能と改善 マンチュア サーチ 27.1

Manticore Search 27.1.5では、ビルトインの認証と承認、シャードテーブル、会話型検索、高速なベクターサーチなどの新機能が追加されました。

また、改善点としては、KNNパフォーマンス向上、局所ONNX埋め込みサポート、HNSWビルドの高速化などがあります。

Manticore Search 27.1.5のリリースで、認証機能やシャーディングテーブル、会話型検索などの新機能が追加されました。

認証機能の導入

Manticore Searchは、ユーザー認証や権限管理をサポートし、MySQLやHTTP通信などでのアクセス制御を強化しました。これにより、外部で管理する必要がなくなるため、セキュリティの向上が期待されます。

シャーディングテーブルの導入

Manticore Searchは、シャーディングテーブルをサポートし、データの分散管理が可能となりました。これにより、大規模なデータベース運用が容易になり、外部ロジックの負担が減ります。

ベクターベースの改善

ベクターベースの検索性能が向上し、HNSWインデックスの構築が高速化されました。これにより、大規模なベクターテーブルの処理が効率化され、検索の応答速度が向上します。

原文の冒頭を表示(英語・3段落のみ)

Manticore Search 27.1.5

has been released. This release brings built-in authentication and authorization, sharded tables, conversational search, faster HNSW builds, better faceting and aggregations, and a long list of fixes across KNN, replication, protocol compatibility and other areas.This post is a catch-up for everything shipped from 25.0.1 through 27.1.5.Upgrade NotesPlease review these before upgrading:27.0.0 adds built-in auth/authz, and enabling it changes access assumptions. Auth is not enabled by default, but once you enable it, anonymous access no longer works. Roll it out in stages: upgrade remote agents and replication peers first, then upgrade the masters that query or manage them, and enable auth only after the whole topology is on the new version. Distributed remote-agent and replication-related operations also need matching stored auth data across the participating daemons. A successful JOIN CLUSTER replaces the joining node's local auth data with the donor cluster's auth data. (Issue #2833

, PR #3648

※ 著作権に配慮し、引用は冒頭3段落までです。続きは元記事をご覧ください。

元記事を読む ↗