Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.
Original topic: tikv的coprocessor,只支持 sql 的算子么,能不能自定义别的算子
After reading the source code analysis of TiKV, it is said that the coprocessor handles the SQL operators pushed down by TiDB. If we simply use TiKV and call its exposed RPC interface to pass in custom operators, will it work?
rawAPI? But without SQL, why do we still need operators? That’s a KV capability…
Currently, custom operators are not supported…
I want to research the coprocessor to see if it’s possible to build an index at the KV level. Currently, it’s restricted to only support SQL.
Currently not supported. There was a proposal by an expert before, but it was not finalized.
See https://github.com/tikv/rfcs/pull/63
This topic was automatically closed 1 minute after the last reply. No new replies are allowed.