👀 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
Can't start manticore after update from 5.0.2 to 6.3.8, OOM error
Bug Description: I use docker images, I used 5.0.2 and decided to upgrade. After upgrading the image to 6.3.8 Manticore crashes with OOM error: FATAL: out of memory (unable to allocate 14401991088 bytes) I have 8GB of RAM, Manticore tries to allocate ~ …
dzek69 · 2025-03-22 · 1 · #2807
bugest::size_S
error: cannot use 'typeid' with '-fno-rtti' when building on Debian 11
pboguslawski · 2023-01-05 · 2 · #977
sanikolaev · 2023-01-04
Manual fixes and optimizations
Bug Description: Identify and correct pages with multiple H1 tags, like this example. Ensure a sitemap exists at this URL. Instead of removing old docs with old versions from the index, adjust the sitemap to reduce their weight and improve search engine …
donhardman · 2024-08-02 · 0 · #2474
enhancement
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
new regex for avg in test-freeze-unfreeze-update.rec
Added new regex for avg in test-freeze-unfreeze-update.rec
PavelShilin89 · 2025-03-24 · 1 · #3239
syrian2012 · 2024-06-18 · 1 · #2276
waiting
sanikolaev · 2024-06-18
donhardman · 2025-03-22 · 9 · #3050
manticoresearch produces plenty of TIME_WAIT and SYN_SENT
chongshengdz · 2025-03-11 · 10 · #3154
waiting
sanikolaev · 2025-03-02
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
Fix: Potential Vulnerability in Cloned Function
tabudz · 2025-02-27 · 4 · #3128
rel::upcoming
sanikolaev · 2025-02-25
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-03-21 · 72 · #1478
github-actions[bot] · 2023-10-03
Update warning rel. with index_exact_words
Bug Description: The warning below is wrong, because if I do create table t(f text) index_exact_words='1' min_infix_len='2' expand_keywords='1' it disappears, but I don't add any morphology: mysql> drop table if exists t; create table t(f text) index_ …
sanikolaev · 2024-06-05 · 2 · #2263
bugest::size_S
SELECT does not wait for FREEZE + UPDATE
PavelShilin89 · 2025-03-19 · 12 · #2805
done
github-actions[bot] · 2024-12-02
Auto UUID creation seems improper? Existing docs getting overwritten even with insert operation
Bug Description: When adding new documents into a table and using the auto UUID feature, manticore seems to be generating UUIDs that already exist in the table and is therefore rewriting documents. I am unable to give an exact situation and MRE but I am …
regstuff · 2024-07-08 · 2 · #2367
bugwaiting
new regex for avg in test-freeze-unfreeze-update.rec
PavelShilin89 · 2025-03-24 · 1 · #3239
github-actions[bot] · 2025-03-24
Vector quantization for KNN search
Currently, Manticore uses the HNSW index over floats for its KNN search implementation. That might lead to excessive memory consumption, as all HNSW indexes must be loaded into RAM. One way to improve this is to quantize float vectors into word/byte …
glookka · 2025-03-14 · 8 · #1809
est::size_Mfeature::vector_searchrel::upcoming
Always 0 for unexisting @@variables
donhardman · 2025-03-04 · 6 · #3109
bug
tomatolog · 2025-02-20
Added case - Fuzzy plugin supports table names in quotes to test-fuzz…
Type of Change: Bug fix Description of the Change: Added case - Fuzzy plugin supports table names in quotes to test-fuzzy-search.rec Related Issue (provide the link): https://github.com/manticoresoftware/manticoresearch-buddy/issues/496
PavelShilin89 · 2025-03-24 · 0 · #3237
done
Testing bug fixes in fuzzy search and autocomplete
PavelShilin89 · 2024-10-01 · 9 · #2566
done
PavelShilin89 · 2024-09-17
abnormal count(*) value in large rt table
Bug Description: Трудно найти mre, однако после вставки около 2.5 млрд документов, значение count(*) становиться отрицательным: import manticoresearch import random import json from datetime import datetime from manticoresearch.rest import ApiException …
jmpleo · 2025-03-24 · 0 · #3238
bug
sanikolaev · 2025-02-19 · 7 · #1030
wayneseguin · 2023-02-09
auto-sharding: distributed writes
At present, a distributed table can only manage select and update operations. The goal is to enable it to process insert, replace, and delete operations as well. Here is a high-level specification of the desired functionality: When writing to a …
githubmanticore · 2025-03-21 · 4 · #1087
Auto UUID creation seems improper? Existing docs getting overwritten even with insert operation
regstuff · 2024-07-08 · 2 · #2367
bugwaiting
sanikolaev · 2024-07-03
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-03-14 · 0 · #3195
enhancement
move lemmatize_uk.so to /usr/share/manticore/modules/
githubmanticore · 2023-01-06 · 9 · #908
githubmanticore · 2023-01-04
Select abstract values work for numbers, not for strings
Describe the bug SELECT 1 as number, data FROM table_name; --works SELECT 'string' as string, data FROM table_name; --doesn't work To Reproduce Steps to reproduce the behavior: Run latest ManticoreSearch in Docker CREATE TABLE issue(data text); INSERT …
AbstractiveNord · 2023-12-05 · 8 · #1496
bug
donhardman · 2025-03-21 · 72 · #1478
github-actions[bot] · 2023-10-03
SUB QUERY or CTE query is not working
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, …
parthshah2211 · 2024-07-09 · 3 · #2384
waiting
sanikolaev · 2025-02-19 · 7 · #1030
sanikolaev · 2023-02-13
Crash with distributed table creation: invalid pointer crash
Bug Description: When I'm creating multiple tables and try to create distributed table with link to them, Manticore crashes and is not restorable after. It happens only with a huge amount of tables. free(): invalid pointer │root@dev:/workdir# Crash!!! …
donhardman · 2025-03-21 · 1 · #3228
bug
SELECT does not wait for FREEZE + UPDATE
PavelShilin89 · 2025-03-19 · 12 · #2805
done
github-actions[bot] · 2024-12-08
Consider using CDN to accelerate downloads for repo.manticoresearch.com
Is your feature request related to a problem? Please describe. It takes many minutes to install manticore search in asia. repo.manticoresearch.com seems randomly very slow. Describe the solution you'd like Consider using CDN to accelerate downloads for …
digirave · 2023-05-24 · 3 · #1044
Nullable value for numeric related fields
scruel · 2024-06-19 · 1 · #2236
est::size_XXL
sanikolaev · 2024-06-19
Testing latest Logstash/Filebeat versions in CLT tests
We need to add a nightly test to be able to test the latest Manticore dev version with the latest Filebeat/Logstash. We can use info from https://www.elastic.co/guide/en/beats/filebeat/current/setup-repositories.html to detect current latest versions.
Nick-S-2018 · 2024-07-09 · 4 · #1665
est::size_S
Fix: Potential Vulnerability in Cloned Function
tabudz · 2025-02-27 · 4 · #3128
rel::upcoming
sanikolaev · 2025-02-25
Describe the bug When systemd is updated on RHEL 8 with manticore search installed the following errors occur: [/usr/lib/tmpfiles.d/searchd.conf:1] Line references path below legacy directory /var/run/, updating /var/run/manticore → /run/manticore; please …
digirave · 2023-02-14 · 0 · #1045
Testing bug fixes in fuzzy search and autocomplete
PavelShilin89 · 2024-10-01 · 9 · #2566
done
sanikolaev · 2024-09-18
Implement test on concurrency insert/update in cluster environment
donhardman · 2025-03-21 · 6 · #3194
Always 0 for unexisting @@variables
donhardman · 2025-03-04 · 6 · #3109
bug
sanikolaev · 2025-02-20