👀 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
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
ci: fixed mysqldump nightly test after recent fixes
sanikolaev · 2025-05-12 · 2 · #3374
github-actions[bot] · 2025-05-12
Manticore crashes when UPDATE field
Bug Description: Пытаюсь выполнить обновление поле data в индексе, поле в самом индексе существует. При этом поле attrs обновляется без проблем. В чем может быть дело? Ошибка: (1064, "table v000000771: attribute 'data' not found") Конфигурация индекса: …
iswhoami · 2025-05-12 · 0 · #3378
bug
Different results when searching for a delimiter via SQL and JSON
sanikolaev · 2025-05-09 · 5 · #3091
bugest::size_M
sanikolaev · 2025-02-17
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
FriskKiddo · 2025-05-07 · 6 · #3254
enhancementest::size_L
sanikolaev · 2025-03-27
Type of Change (select one): Bug fix New feature Documentation update Description of the Change: Related Issue (provide the link):
Nick-S-2018 · 2025-04-17 · 0 · #3311
sanikolaev · 2025-05-08 · 5 · #3330
djklim87 · 2025-05-06
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
Support for statistic functions (median and percentile)
dzek69 · 2025-05-07 · 3 · #3280
est::size_L
tomatolog · 2025-04-02
Update test-supported-mysqldump-versions.rec and test-migration-es-ms…
Updated version in test-migration-es-ms.rec Modified warnings in test-supported-mysqldump-versions.rec
PavelShilin89 · 2025-05-12 · 0 · #3375
done
klirichek · 2025-05-08 · 2 · #3369
github-actions[bot] · 2025-05-08
Update test-create-table-like-existing-table-with-data.rec
Type of Change (select one): Bug fix - Fixed lack of support for IF NOT EXISTS syntax for create with data syntax. Description of the Change: Added support IF NOT EXISTS syntax for create with data syntax. Related Issue (provide the link): https://github. …
PavelShilin89 · 2024-11-14 · 0 · #2759
done
Authentication and authorization
sanikolaev · 2025-05-07 · 11 · #2833
enhancement
tomatolog · 2024-12-12
Change the way auto-flush works
Right now autoflush is daemon-level service, which is applied to all the indexes once a second. Each pass includes: remember current index table Iterate over remembered table and invoke 'ForceDiskChunk', for each rt-index. On the lower layer, each rt- …
klirichek · 2025-05-02 · 1 · #3236
est::size_Mrel::9.3.2
save seqno periodically to allow IST on node restart after crash
tomatolog · 2025-05-07 · 12 · #1894
est::size_Mfeature::replication
tomatolog · 2024-05-07
Is this an issue or I need to change query [Requesting help over here]
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, …
VamshiKrishnaM13 · 2025-05-12 · 0 · #3379
Add CLT test for system variables error handling (Buddy ON/OFF)
PavelShilin89 · 2025-05-08 · 6 · #3361
done
github-actions[bot] · 2025-05-06
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
donhardman · 2025-05-08 · 5 · #3252
enhancementest::size_M
sanikolaev · 2025-03-27
Currently mass inserts into a Manticore real-time table require batching for better performance. The task is to implement the INSERT DELAYED SQL command which would work as follows: INSERT DELAYED ... gets routed to Buddy Buddy saves the documents …
sanikolaev · 2023-12-05 · 8 · #1493
hacktoberfest
donhardman · 2025-05-08 · 9 · #2819
est::size_S
klirichek · 2025-03-13
Test/kibana manticore handling
Type of Change (select one): Bug fix Description of the Change: Added a CLT test that verifies that an issue where the _id field in the response to a _search endpoint query was returned as a number (1) instead of a string (“1”) has been fixed. This was …
PavelShilin89 · 2025-02-19 · 0 · #3104
done
error: cannot use 'typeid' with '-fno-rtti' when building on Debian 11
pboguslawski · 2023-01-05 · 2 · #977
sanikolaev · 2023-01-04
Type of Change: Bug fix Description of the Change: The libstemmer API indicates that it can return NULL in the event of an out-of-memory error. However, it appears that it may also return NULL due to an internal error, which causes a crash. These errors …
subnix · 2025-01-06 · 1 · #2892
donhardman · 2025-05-06 · 5 · #3299
donhardman · 2025-04-25
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-2018 · 2024-11-14 · 4 · #2299
bugest::size_S
Incorrect spaces handling in http query (ALTER TABLE)
vasilevrv · 2025-05-07 · 1 · #3199
bugest::size_S
tomatolog · 2025-05-07
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 | …
sanikolaev · 2024-05-23 · 6 · #1494
hacktoberfestrel::6.3.0
Secondary indexes for json attributes don't work with in() expressions
glookka · 2024-07-08 · 1 · #2381
bugrel::7.0.0
glookka · 2024-07-05
Update buddy version to: 3.26.5+25032712-234c30c2 which includes: 234c30c Sharding error handling improvements and fixes (#508)
githubmanticore · 2025-03-28 · 1 · #3256
donhardman · 2025-05-06 · 130 · #3349
donhardman · 2025-05-01
Update mcl version to: 4.1.2 25031206 15bbcc7 which includes: 15bbcc7 changed cache path
githubmanticore · 2025-03-14 · 0 · #3192
Improve Pack & Publish CI (check deps.txt)
sanikolaev · 2025-05-07 · 3 · #2695
PavelShilin89 · 2025-05-06
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
tomatolog · 2025-05-07 · 28 · #2710
publishpack
github-actions[bot] · 2025-03-04
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
Add doc section about table sharding
donhardman · 2025-05-12 · 1 · #2084
sanikolaev · 2025-05-05
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
Secondary index hint ignored when MATCH is specified
animetosho · 2025-05-08 · 14 · #3245
bugwaiting
tomatolog · 2025-03-26