From d19ffa89298c1d75f889a35b0ac199f4a9163e2b Mon Sep 17 00:00:00 2001 From: PragmaTwice Date: Mon, 3 Jun 2024 00:00:57 +0900 Subject: [PATCH] add compliance --- blog/2024-06-02-kqir-query-engine/index.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/blog/2024-06-02-kqir-query-engine/index.md b/blog/2024-06-02-kqir-query-engine/index.md index 8770c660..4c98302f 100644 --- a/blog/2024-06-02-kqir-query-engine/index.md +++ b/blog/2024-06-02-kqir-query-engine/index.md @@ -151,6 +151,13 @@ Any index created is restricted to the current namespace and cannot be accessed Currently, KQIR cannot be enabled in the [cluster mode](https://kvrocks.apache.org/docs/cluster). +### Compliance + +While KQIR is designed to be compatible with RediSearch at the interface level, it does not include any code from RediSearch. +As previously mentioned, KQIR features a completely new framework, and its query architecture (including parsing, optimization, execution) is independent of RediSearch. + +This distinction is important due to the proprietary license under which RediSearch is released. + ### High experimental! The current implementation of KQIR is in its early experimental stage.