starinacool

Results 21 comments of starinacool

If joining can lookup a vector from index A and find similar docs in table B then it will work. But I do not see how it could be done...

The idea is to use vector from one index to search in another index.

I will clarify. The idea is to use vector from one index to search in another index by that vector. So, both indexes has same dimension vectors. ``` create table...

No. Two tables consist of different data. The only thing in common is a vector fields with the same dimension.

@ponyii 1st option with absent_points: [...] is the best.

Removing "p:" from the host parameter fixes the problem. It looks like manticore logging the problem with change_user mysql command which it does not have. Here is the quote from...

Hi. The problem accrues only when connection is being reused by PHP under PHP-fpm. When PHP takes connection from connection pool, it executes change_user command to clear all possible unfinished...