Aleksandr Antonov

Results 38 issues of Aleksandr Antonov

### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it....

enhancement

**Is your feature request related to a problem? Please describe.** In case of use ManticoreSearch, especially in distributed mode, there is good alternative for classic HTTP and SQL interfaces for...

**Is your feature request related to a problem? Please describe.** Mostly new users of ManticoreSearch have problems with CRUD operations about databases. It's unexpected to have CREATE (and others) DATABASES...

**Is your feature request related to a problem? Please describe.** Data ingestion into ManticoreSearch is not trivial as it may be. SQL and JSON interfaces is great, but require some...

est::size_L

**Describe the bug** ```sql SELECT 1 as number, data FROM table_name; --works SELECT 'string' as string, data FROM table_name; --doesn't work ``` **To Reproduce** Steps to reproduce the behavior: 1....

bug

**Is your feature request related to a problem? Please describe.** Main data type in ManticoreSearch is String. Compression techniques allows to increase hardware utilization, efficient use of memory and disk...

**Type of change:** - [x] New feature - [x] Documentation update **Description of the change:** Support for Rust Programming Language **Tasks:** - [x] add Rust toolchain into build image -...

waiting

**Is your feature request related to a problem? Please describe.** Currently ManticoreSearch provide developer oriented log on crashes. This is bunch of deep technical information which doesn't contain straightforward instruction...

**Is your feature request related to a problem? Please describe.** In case of percolate searching, common pattern is huge amount of identical full-text queries or highly similar full-text queries with...

est::size_M

**Is your feature request related to a problem? Please describe.** Currently ManticoreSearch can be deployed by Helm chart. That's good base for kubernetes operator, which may allow to manage instances,...

est::size_XL