👀 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
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
Authentication and authorization
Proposal: Umbrella issue for https://roadmap.mnt.cr/ about authentication and authorization. Subtasks: https://github.com/manticoresoftware/manticoresearch/issues/2748 https://github.com/manticoresoftware/manticoresearch/issues/2808 https://github.com/ …
sanikolaev · 2025-07-10 · 15 · #2833
enhancement
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
Manticore Columnar - Signal 11 SEGFAULT after uploading 60 million rows into KNN-vector search table
Bug Description: I have created this manticore vector search / knn table CREATE TABLE text_vector_64_floats ( table_name string attribute, table_rowid bigint, text_str text, text_vector float_vector knn_type='hnsw' knn_dims='64' hnsw_similarity='l2' ) and …
gabriel-v · 2025-07-10 · 3 · #3550
bugwaiting
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
Multimodality and semantic query weights
Proposal: Since some models such as CLIP based models use both text and image fields and they package multiple features of records the search chareteristic expectations can be rather complex. The full article useful for context is following. If Manticore …
ViljarVoidula · 2025-07-10 · 0 · #3570
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
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
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
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
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
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
Proposal: It seems that it's a good idea to cover Buddy protocol with CLT tests. To do so, we can simply send various queries to different endpoints that will be routed to Buddy and check in the log with --debugv mode that we have request data: there and …
donhardman · 2025-07-10 · 4 · #2604
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
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
Запрос с ORDER BY и WHERE по id падает с OOM
Доброго времени суток. issues создан по мотивам треда: https://forum.manticoresearch.com/t/order-by-where-id-oom/2336 Версия Mantciore: Server version: 7.0.0 92c650401@25013002 (columnar 4.0.0 5aa8e43@25012409) (secondary 4.0.0 5aa8e43@25012409) (knn 4.0. …
srgtest · 2025-05-02 · 8 · #3301
rel::9.3.2
systemctl warnings for install on RHEL 8: get rid of warning/errors during standard yum install
Describe the bug standard yum install on RHEL 8.x results in multiple warnings and errors Running scriptlet: manticore-executor-0.6.2_23012605.d95e43e-1.x86_64 2/12 /var/tmp/rpm-tmp.pfKZii: line 2: fg: no job control Running scriptlet: manticore-server-6. …
digirave · 2023-05-01 · 5 · #1043
CALL SUGGEST issue with numeric prefix
Bug Description: CALL SUGGEST is not working with numeric prefixes: mysql> drop table if exists upc; create table upc(f text) min_infix_len='2' expand_keywords='1'; insert into upc values(1, '1234567890'); call suggest('123456789a', 'upc'); -------------- …
donhardman · 2025-07-01 · 3 · #3480
bug