Arjun Sunil Kumar
Arjun Sunil Kumar
I don't think we support REGEX, LENGTH, etc functions on Query Plan output from "EXPLAIN".
A. For Vector Index 1. Search Query Correctness BVT is improved by using precise coordinates: https://github.com/matrixorigin/matrixone/blob/main/test/distributed/cases/array/array_index_knn.sql 2. Vector Insert Performance will monitored with this test: https://github.com/matrixorigin/matrixone/issues/15018 3. Vector QPS performance...
Internally "CREATE INDEX" is running only 3 SQL queries. I think it is similar to this issue: https://github.com/matrixorigin/matrixone/issues/14529 @triump2020 could you kindly have a look at this?
1. Create the database and table ```sql create database a; use a; create table t3(a int, b vecf32(960)); ``` 2. Download GIST dataset and unzip http://corpus-texmex.irisa.fr/  3. Run the...
current encode/decode is removed by this PR: https://github.com/matrixorigin/matrixone/pull/15480 so from here on, we just need to implement encode/decode as a new function. PS: If anyone else is interested in implementing...
@charleschile has implemented this feature.
This issue is ready for testing.
Waiting for the STAGE PR to be merged to master. @cpegeric Then will use the stage_util.go class to convert STAGE URL to File Service URL