๐ 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
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, โฆ
vytautasvers ยท 2024-11-20 ยท 2 ยท #2742
bugrel::7.0.0est::size_M
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_ โฆ
d47081 ยท 2024-01-09 ยท 5 ยท #1652
waiting
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 โฆ
tomatolog ยท 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 | โฆ
starinacool ยท 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 , โฆ
0xfourzerofour ยท 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, โฆ
barryhunter ยท 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: โฆ
donhardman ยท 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 โฆ
quadlol ยท 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, โฆ
juneszh ยท 2025-01-20 ยท 1 ยท #2955
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 โฆ
PavelShilin89 ยท 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) โฆ
rounce ยท 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 โฆ
jmpleo ยท 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 โฆ
sanikolaev ยท 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 โฆ
glookka ยท 2025-07-03 ยท 14 ยท #1809
est::size_Mfeature::vector_searchrel::upcoming
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 โฆ
majid1605 ยท 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:// โฆ
jmpleo ยท 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: โฆ
tomatolog ยท 2025-07-04 ยท 4 ยท #3298
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 ( โฆ
klirichek ยท 2025-05-02 ยท 1 ยท #3290
rel::9.3.2
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, โฆ
donhardman ยท 2025-07-04 ยท 10 ยท #3252
enhancementest::size_M
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/ โฆ
digirave ยท 2023-05-01 ยท 2 ยท #1042