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

1499 results 27 ms in manticoresoftware/manticoresearch

Crash json secondary_index='1'

Bug Description: Hello I encountered an index crash if json secondary_index='1' was enabled. Manticore Search Version: Manticore 7.0.1 5d8f4dfe5@25022111 dev (columnar 4.0.1 1e31f8f@25021918) (secondary 4.0.1 1e31f8f@25021918) (knn 4.0.1 1e31f8f@25021918) …

webigorkievwebigorkiev · 2025-03-14 · 3 · #3123

bugrel::upcoming

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

Secondary indexes for json attributes don't work with in() expressions

Bug Description: Secondary indexes are not used when running the following queries with json attributes: select id, any(x='val0' for x in j.arr) a from t where a>0; show meta; select id, in(j.arr, 'val0') a from t where a>0; show meta; select id, in(j[' …

glookkaglookka · 2024-07-08 · 1 · #2381

bugrel::7.0.0

CRASH due to incorrect scroll option format

Bug Description: drop table if exists t; create table t; select * from t option scroll = '!'; terminate called after throwing an instance of 'boost::archive::iterators::dataflow_exception' what(): attempt to decode a value not in base64 char set Crash!!! …

jmpleojmpleo · 2025-03-14 · 1 · #3119

bugrel::upcoming

Setting doc id inside 'doc' fails /bulk insert

Bug Description: If I try to set a doc id inside the 'doc' object, insert does not happen. curl localhost:9308/cli -d 'create table test(f text)'; Query OK, 0 rows affected (0.002 sec) curl localhost:9308/bulk -H "Content-Type: application/x-ndjson" -d ' …

Nick-S-2018Nick-S-2018 · 2024-11-14 · 4 · #2299

1👀1

bugest::size_S

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

VERSION

Let's add a new SQL command VERSION as a shortcut to select * from status like 'version' . It should return all components' versions, e.g.: mysql> version; +---------------+------------------------+ | Component | Version | …

sanikolaevsanikolaev · 2024-05-23 · 6 · #1494

hacktoberfestrel::6.3.0

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

alter cluster C add tbl1, tbl2, tbl3

Proposal: Let's support alter cluster C add tbl1, tbl2, tbl3 . It can be helpful in some cases and should ease replication management in general, since in many cases you want multiple tables replicated. Checklist: To be completed by the assignee. Check …

sanikolaevsanikolaev · 2024-07-08 · 3 · #2308

rel::7.0.0est::size_Lfeature::replication

Auto-schema on INSERT: incorrect JSON response for big IDs

Bug Description: Reproduction: curl -sX POST http://localhost:9308/insert -d'{"index":"foo","id":18446744073709551615,"doc":{"long":10.0,"lat":10.0,"description":"123","short_description":"few words..."}}' {"_index":"foo","_id":18446744073709551616.000000 …

kakserpomkakserpom · 2024-11-14 · 13 · #2269

bugest::size_S

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

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

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-24 · 25 · #3061

bug

test supported myqldump versions and updated docs

Let's add more tests of various versions of mariadb/mysql mysqldump. As discussed on call, here's what we can do for that: decide what mysql/mariadb docker images we want to use for tests, e.g.: mariadb:latest mariadb:10.5 mariadb:10.6 mariadb:10.7 …

sanikolaevsanikolaev · 2024-02-08 · 1 · #1656

done

[internal issue, related to #2430] Let's drop per-table binlog if table is dropped

Bug Description: Now 'common' binlog utilizes the only binlog named 'common'. However, per-table binlog creates binlog, named with related table, but never removes it when the table is dropped. Binlogs shares the same namespace (or, 'numberspace' - that …

klirichekklirichek · 2024-08-08 · 1 · #2501

bug

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

Unsuccessful Manticore Update to Version 6.2.13 on Amazon Linux 2023

When attempting to update Manticore on Amazon Linux 2023 to version 6.2.13, the system continues to use version 6.2.12. This issue persists despite the successful execution of the update commands. MRE Steps to reproduce: Run the commands docker run -it …

PavelShilin89PavelShilin89 · 2024-01-04 · 1 · #1658

bug

Inconsistent comunication with buddy on /sql?mode=raw

Bug Description: When we send a request to /sql?mode=raw , we can send it in 2 ways: POST and GET. When we send a POST request, it works well, and in the logs with Buddy, we can see that the daemon sends proper information. curl "0:9308/sql?mode=raw" -d " …

donhardmandonhardman · 2025-02-19 · 24 · #2840

bugrel::7.0.0