Petr Osetrov

Results 36 comments of Petr Osetrov

Perhaps [this](https://github.com/zombodb/zombodb/blob/master/CROSS-INDEX-JOINS.md) would work for you?

Confirmed on zombodb 3000.0.12. Minimum example to reproduce (no autoincrement, etc.): ```sql CREATE TABLE cats (id integer, value text); CREATE INDEX cats_zdb_idx ON cats USING zombodb ((cats.*)) WITH (url='http://localhost:9200/'); BEGIN;...

@noveo-landa, this request should be addressed to @eeeebbbbrrrr. However, as far as I know, he's busy with other things right now and will be back a little later.

@eeeebbbbrrrr, "ghost" is a reserved account, more about that [here](https://docs.github.com/en/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-your-personal-account/deleting-your-personal-account#about-deletion-of-your-personal-account). However, one way or another, this fix will be useful and some people have been looking forward to it.

@eeeebbbbrrrr, without a real necessity, I wouldn't ask for it... Look for yourself: 1. [_count](https://www.elastic.co/guide/en/elasticsearch/reference/current/search-count.html) => 3102 ms (its wrapper zdb.count() about the same); 2. Proposed method with zero size...

@eeeebbbbrrrr, hello! It would be great if we could get back to this issue.

Same thing with my sensor 5813634. ``` This sensor ID is already registered. ```

@odinserj, Hangfire.Core 1.7.10 Hangfire.PostgreSql 1.6.4.2 When I tried to collect the minimum method for you, I came across the fact that it was not so easy. In an isolated environment,...

For a possible solution, see [here](https://github.com/XTLS/Xray-core/issues/4846#issuecomment-3014040484).