👀 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
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
donhardman · 2025-05-07 · 8 · #2819
est::size_S
klirichek · 2025-03-13
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
donhardman · 2025-05-07 · 4 · #3252
enhancementest::size_M
sanikolaev · 2025-03-27
auto disk flush additional conditions
Proposal: it could be better to add additional conditions to skip auto disk-flush in case of running optimize. That allow do no save lot of small disk chunk while optimize works merging two large disk chunk. It also worth to check disk chunks count and if …
tomatolog · 2025-05-07 · 0 · #3195
enhancementest::size_M
tomatolog · 2025-05-07 · 1 · #2985
waitingest::size_L
sanikolaev · 2025-05-07
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
FriskKiddo · 2025-05-07 · 6 · #3254
enhancementest::size_L
sanikolaev · 2025-03-27
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
Support for statistic functions (median and percentile)
dzek69 · 2025-05-07 · 3 · #3280
est::size_L
tomatolog · 2025-04-02
crash using named select in where
Bug Description: Used docker image: manticoresearch/manticore:dev Steps to reproduce CREATE TABLE IF NOT EXISTS test(id bigint, coordinates json); INSERT INTO test(id, coordinates) values (1, '[{"latitude":47.425413,"longitude":9.612921,"ort":"9442"},{" …
kevich · 2025-05-07 · 4 · #3080
bugest::size_M
Secondary index hint ignored when MATCH is specified
animetosho · 2025-05-07 · 12 · #3245
bug
tomatolog · 2025-03-26
fixed daemon crash on filter of aliased geodist expression with json attributes
to check all testes at CI
tomatolog · 2025-05-07 · 0 · #3366
Created test-autosharding-outage-rebalancing.rec
PavelShilin89 · 2025-05-06 · 3 · #3304
github-actions[bot] · 2025-04-16
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
tomatolog · 2025-05-07 · 28 · #2710
publishpack
github-actions[bot] · 2025-03-04
Proposal: Let's look into whether we can find and include default synonyms for most supported languages — or at least some of them — in the Manticore distribution (as wordforms). Checklist: To be completed by the assignee. Check off tasks that have been …
sanikolaev · 2025-05-07 · 4 · #3330
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
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
In a replica cluster, is it possible to directly add fields to a table?
jiujiu994 · 2025-05-07 · 2 · #3360
tomatolog · 2025-05-06
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
error: cannot use 'typeid' with '-fno-rtti' when building on Debian 11
pboguslawski · 2023-01-05 · 2 · #977
sanikolaev · 2023-01-04
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
donhardman · 2025-05-06 · 5 · #3299
donhardman · 2025-04-25
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
improve crash log for daemon runs in container
tomatolog · 2025-05-07 · 1 · #3298
enhancementest::size_M
skyscooby · 2025-04-17
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
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
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
donhardman · 2025-05-06 · 130 · #3349
donhardman · 2025-05-01
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
Add CLT test for system variables error handling (Buddy ON/OFF)
PavelShilin89 · 2025-05-06 · 2 · #3361
done
github-actions[bot] · 2025-05-06
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
Improve Pack & Publish CI (check deps.txt)
sanikolaev · 2025-05-07 · 3 · #2695
PavelShilin89 · 2025-05-06
Update mcl version to: 4.1.2 25031206 15bbcc7 which includes: 15bbcc7 changed cache path
githubmanticore · 2025-03-14 · 0 · #3192
sanikolaev · 2025-05-07 · 4 · #3330
djklim87 · 2025-05-06
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
crash using named select in where
kevich · 2025-05-07 · 4 · #3080
bugest::size_M
sanikolaev · 2025-02-20