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

2101 results 21 ms in manticoresoftware/manticoresearch

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

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

check-id-dups for RT index

Proposal: add whole RT index check for id duplicates as for now that check indextool --check index_name --check-id-dups checks for id duplicates only in the single disk chunk of the RT index. However if RT index has some duplicates at the different disk โ€ฆ

tomatologtomatolog ยท 2025-04-23 ยท 0 ยท #3313

enhancementest::size_M

Integration with Opensearch dashboards

Proposal: We need to investigate the possibility of integrating Manticore with Opensearch, similar to what we've done with Kibana. Checklist: To be completed by the assignee. Check off tasks that have been completed or are not applicable. Implementation โ€ฆ

Nick-S-2018Nick-S-2018 ยท 2025-04-23 ยท 7 ยท #2864

INSERT DELAYED

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 โ€ฆ

sanikolaevsanikolaev ยท 2023-12-05 ยท 8 ยท #1493

hacktoberfest

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 | โ€ฆ

starinacoolstarinacool ยท 2024-01-10 ยท 0 ยท #1653

est::NO_ESTIMATE

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

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

Kibana Tests with log-to-test script

Proposal: Let's implement tests for Kibana using our script to generate CLT test from the HTTP log: Start Manticore with HTTP logging enabled: log_http = /tmp/http.log Perform all commands to validate functionality through Kibana interface Generate โ€ฆ

donhardmandonhardman ยท 2025-04-17 ยท 3 ยท #3024

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_ โ€ฆ

sanikolaevsanikolaev ยท 2024-06-05 ยท 2 ยท #2263

bugest::size_S

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

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

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

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 โ€ฆ

glookkaglookka ยท 2025-03-14 ยท 8 ยท #1809

3๐Ÿ‘3

est::size_Mfeature::vector_searchrel::upcoming

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

Faceting on json array doesnt work as expected

Faceting doesnt work for json Array CREATE TABLE test ( internal_id string, tag json ) index_exact_words='1' html_strip='1' engine='columnar' blend_chars='+,&,-' blend_mode='trim_all,trim_head,trim_tail' morphology='lemmatize_en_all,libstemmer_en' โ€ฆ

mohdmslmohdmsl ยท 2025-04-17 ยท 0 ยท #3315

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

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 โ€ฆ

tomatologtomatolog ยท 2025-03-14 ยท 0 ยท #3195

enhancement

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

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 โ€ฆ

AbstractiveNordAbstractiveNord ยท 2023-12-05 ยท 8 ยท #1496

bug