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

1601 results 28 ms in manticoresoftware/manticoresearch

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

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

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

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

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

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

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

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

Test: buddy protocol

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 …

donhardmandonhardman · 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 ( …

klirichekklirichek · 2025-05-02 · 1 · #3290

rel::9.3.2

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

Запрос с 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. …

srgtestsrgtest · 2025-05-02 · 8 · #3301

rel::9.3.2

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'); -------------- …

donhardmandonhardman · 2025-07-01 · 3 · #3480

bug

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. …

digiravedigirave · 2023-05-01 · 5 · #1043

1👍1

Crashing with Segmentation fault

Bug Description: Manticoresearch frequently crashing, solo instance and also in cluster. LOG: Mar 05 11:52:27 x2 searchd[436776]: rt: table d_inod3zqfplraku_products_hu: diskchunk 31(22), segments 1 forcibly saved in 0.045366 (0.045920) sec, RAM saved/new …

LathanderjkLathanderjk · 2025-05-02 · 11 · #3171

bugrel::9.3.2

Replication losing data when diskchunk_flush_write_timeout enabled

Bug Description: There is an issue with sharding logic. After investigation, we found that when creating a cluster with 2 nodes and configuring 3 shards on it, in most cases we encounter a "Waiting timeout exceed" error by default. Further investigation …

donhardmandonhardman · 2025-03-28 · 27 · #3061

bug

Please fix versioning

No sane project tracks versions for each commit. It should be increased per release, especially since this project has excellent release frequency. I mean, yeah. 9.x.x introduced two breaking changes relative to 7.x.x. And it is 9.2.14 because it also …

KorkmanKorkman · 2025-04-05 · 10 · #3265

"where string ANY" fails after flushing ram chunk

Bug Description: select * from products where tag ANY('test35') doesn't find documents with a string attribute containing posudasale20 abc123 test35 den after flushing to a disk chunk: mysql -P9306 -h0 < /tmp/products.sql mysql -v -P9306 -h0 -e "select * …

sanikolaevsanikolaev · 2025-05-02 · 4 · #3246

1👀1

bugrel::9.3.2

RHEL 8: manticore will not uninstall due to "Error in PREUN scriptlet in rpm package manticore-server"

Describe the bug manticore will not uninstall after standard yum install on RHEL 8.x due to the following error Error in PREUN scriptlet in rpm package manticore-server Erasing : manticore-executor-0.6.2_23012605.d95e43e-1.x86_64 4/13 error: manticore- …

digiravedigirave · 2023-05-04 · 2 · #1046

1👍1