Query Suggestion Options
Last word completion
Keyboard Layouts
GitHub

๐Ÿ‘€ While it's loading, feel free to check out the other repositories:

๐Ÿ”” To get a notification when it's ready, leave your email here:

By entering your email, you agree to receive notifications and marketing-related emails

Filter by reset

2195 results 12 ms in manticoresoftware/manticoresearch

Manticore query cache fails to cache PACKEDFACTORS()

Bug Description: Recently tried to enable Manticoreโ€™s native query cache, however we ran into a situation regarding caching PACKEDFACTORS() output, regardless if itโ€™s json or not. On a cache miss we receive values, on a cache hit we receive empty column, โ€ฆ

vytautasversvytautasvers ยท 2024-11-20 ยท 2 ยท #2742

bugrel::7.0.0est::size_M

mysqldump export error

Trying to make logical dump with mysqldump : mysqldump -h0 -P9306 manticore > index.sql Dump creating but with following errors: mysqldump: Error: 'P01: syntax error, unexpected SELECT, expecting integer or string or '-' near 'SELECT DISTINCT LOGFILE_ โ€ฆ

d47081d47081 ยท 2024-01-09 ยท 5 ยท #1652

waiting

left files tmp.spidx

Bug Description: sometimes tmp.spidx left during daemon work. It is not clear how that happened but could be from interrupt at the disk chunk optimize step Manticore Search Version: 6.3.9-aa1c567 Operating System Version: linux Have you tried the latest โ€ฆ

tomatologtomatolog ยท 2025-05-02 ยท 4 ยท #3343

bugrel::9.3.2

Fulltext search efficiency improvement

Consider the request: SELECT ut FROM listing WHERE match('T14180 "2004 ั„ะฐัƒะฝะฐ ะบะธั‚ะฐะนัะบะธะน ะณะพั€ะพัะบะพะฟ 5 ะผ"/0.5') LIMIT 0,100 OPTION max_predicted_time=100, max_matches=100; Meta: +---------------------+---------------------+ | Variable_name | Value | โ€ฆ

starinacoolstarinacool ยท 2024-01-10 ยท 0 ยท #1653

est::NO_ESTIMATE

Migration support using tools like sqlx migate or flyway

Proposal: I want to be able to manage a manticore db schema using migration files so that I have a repeatable flow for different environment. e.g a migrations directory with the SQL code to create / update tables like migrations/1_init_tables.sql , โ€ฆ

0xfourzerofour0xfourzerofour ยท 2025-06-12 ยท 3 ยท #3448

waiting

Possible difference between KNN dist on RAM chunk vs HNSW index

Bug Description: On the forum: https://forum.manticoresearch.com/t/getting-different-results-for-knn-query-on-replication-nodes/2422 was asked to check if got differnet KNN distances via a ram chunk, vs disk chunk. Have been able to find a difference, โ€ฆ

barryhunterbarryhunter ยท 2025-07-05 ยท 0 ยท #3554

bug

Backtick support for system tables

Bug Description: While we are able to create tables with backticks, for example: create table `test`; it's impossible to do so with the system schema: create table `system`.`test`; Manticore Search Version: Latest dev version Operating System Version: โ€ฆ

donhardmandonhardman ยท 2025-05-02 ยท 3 ยท #2898

bugest::size_Srel::9.3.2

Using Plain table and Postgresql on MacOS (M1)

Hello, I don't really understand the workflow on mac M1. I have followed this tutorial https://play.manticoresearch.com/mysql/ - however, I am using PostgreSQL in my case. I am implementing search on my Postgresql tables. I did install everything โ€ฆ

quadlolquadlol ยท 2023-02-14 ยท 3 ยท #1038

Cannot start Manticore service in WSL2

Confirmation Checklist: You have searched for an answer in the manual. You have considered using the forum for general discussions, which can be more suitable for non-urgent or broad queries. You are aware of our community support channels on Slack, โ€ฆ

juneszhjuneszh ยท 2025-01-20 ยท 1 ยท #2955

Invalid error when executing the CREATE TABLE command with the shards parameter set as a non-numeric value

Bug Description: When executing a CREATE TABLE command with the shards parameter specified as a non-numeric value (e.g. abc), Manticore Search returns a syntax error, but the error message does not reflect the nature of the problem. The current output โ€ฆ

PavelShilin89PavelShilin89 ยท 2025-04-06 ยท 1 ยท #3218

bug

Is there any way to make changes to the index via a mysql trigger?

Describe the bug Previously (version 5.0.2) this was possible using engine=connection. To Reproduce create table search_post ( command varchar(128) not null, warnings int(4) not null flag=3, number int(5) not null flag=1, message varchar(255) flag=2) โ€ฆ

rouncerounce ยท 2025-06-30 ยท 7 ยท #1411

est::size_M

the large id could not be found

Bug Description: MySQL [(none)]> drop table if exists t; create table t; insert into t values (17439440672837813226); select * from t where id = 17439440672837813226; Query OK, 0 rows affected (0.007 sec) Query OK, 0 rows affected (0.005 sec) Query OK, 1 โ€ฆ

jmpleojmpleo ยท 2025-05-02 ยท 5 ยท #3090

bugest::size_Srel::9.3.2

Latest dev + mariadb-dump 10.19 fail

Bug Description: root@d15006a1fb3e:/# mariadb-dump -hmanticore -P9306 manticore test > dump.sql mariadb-dump: Couldn't execute 'select @@collation_database': unknown sysvar @@collation_database (1064) How to reproduce: docker network create test_network โ€ฆ

sanikolaevsanikolaev ยท 2025-07-04 ยท 2 ยท #3525

bug

Vector quantization for KNN search

Currently, Manticore uses the HNSW index over floats for its KNN search implementation. That might lead to excessive memory consumption, as all HNSW indexes must be loaded into RAM. One way to improve this is to quantize float vectors into word/byte โ€ฆ

glookkaglookka ยท 2025-07-03 ยท 14 ยท #1809

3๐Ÿ‘3

est::size_Mfeature::vector_searchrel::upcoming

memory leaks

Describe the bug Hello I just got acquainted with your database. This is a very fast database. Unfortunately, I couldn't find any good information about authentication in the documentation. But the main problem is about memory: 1- I entered the number of โ€ฆ

majid1605majid1605 ยท 2023-03-17 ยท 9 ยท #1039

bug

abnormal count(*) value in large rt table

Bug Description: It's difficult to find an MRE, but after inserting about 2.5 billion documents, the count(*) value becomes negative: create table t; bug.py: from xxhash import xxh64_intdigest configuration = manticoresearch.Configuration( host="http:// โ€ฆ

jmpleojmpleo ยท 2025-05-02 ยท 7 ยท #3238

bugrel::9.3.2

improve crash log for daemon runs in container

Proposal: for now daemon runs in the docker container or in the k8s pod logs all messages in the console along with searchd.log. However on daemon crash there is only Crash!!! Handling signal 11 but not the full crash log in the console, ie rt: table idx: โ€ฆ

tomatologtomatolog ยท 2025-07-04 ยท 4 ยท #3298

1๐Ÿ‘€1

enhancementest::size_M

improve `indextool --buildidf` (and m.b. `indextool --mergeidf`)

Proposal: The small improvement is to change error msg when params malformed. Right now it looks like: $ ./indextool --buildidf Manticore 0.0.0 c359c273f@25040120 Copyright (c) 2001-2016, Andrew Aksyonoff Copyright (c) 2008-2016, Sphinx Technologies Inc ( โ€ฆ

klirichekklirichek ยท 2025-05-02 ยท 1 ยท #3290

rel::9.3.2

Map log_level to Buddy

Proposal: Currently we have almost the same modes that daemon has in buddy --debug --debugv --debugvv The idea is to map our log_level from config and also those that change in Runtime to Buddy starting command and append proper debug level in case set, โ€ฆ

donhardmandonhardman ยท 2025-07-04 ยท 10 ยท #3252

enhancementest::size_M

systemctl error for install on RHEL 8: Failed to enable unit: Unit /run/systemd/generator.early/manticore.service is transient or generated.

Describe the bug sudo systemctl enable manticore will fail with error message: Failed to enable unit: Unit /run/systemd/generator.early/manticore.service is transient or generated. on RHEL 8.x Workaround is sudo rm /usr/lib/systemd/system-generators/ โ€ฆ

digiravedigirave ยท 2023-05-01 ยท 2 ยท #1042