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

2185 results 18 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

left files tmp.spidx

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

tomatologtomatolog ยท 2025-05-02 ยท 4 ยท #3343

bugrel::9.3.2

search query time in microseconds

Proposal: now query time count in milliseconds when later microsecond precision got calculated like this int64_t tmAccountedWall = 0; int64_t tmAccountedCpu = 0; for ( const auto & dResult : m_dNAggrResults ) { tmAccountedWall += dResult.m_iQueryTime*1000 โ€ฆ

tomatologtomatolog ยท 2025-06-30 ยท 1 ยท #3531

enhancementest::size_M

Add auto-translator to manual

Proposal: We should add auto-translator and translate our manual into all languages that the main site supports. Checklist: To be completed by the assignee. Check off tasks that have been completed or are not applicable. Implementation completed Tests โ€ฆ

donhardmandonhardman ยท 2025-06-25 ยท 9 ยท #3299

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

Wrong calculation of max_predicted_time

Bug Description: Option max_predicted_time stops query execution, but with threshold value several times larger than specified. For convinience, I reproduced it in your interactive example. https://play.manticoresearch.com/mlt/ mysql> select id, title โ€ฆ

DerriorDerrior ยท 2025-06-30 ยท 0 ยท #3527

bug

Migration support using tools like sqlx migate or flyway

Proposal: I want to be able to manage a manticore db schema using migration files so that I have a repeatable flow for different environment. e.g a migrations directory with the SQL code to create / update tables like migrations/1_init_tables.sql , โ€ฆ

0xfourzerofour0xfourzerofour ยท 2025-06-12 ยท 3 ยท #3448

waiting

Joined queries are not logged properly

Bug Description: Join queries are added to log without the join part, JOIN ON filters, right table match and right table options. This needs to be fixed. Manticore Search Version: 6.3.9 Operating System Version: Have you tried the latest development โ€ฆ

glookkaglookka ยท 2025-06-25 ยท 3 ยท #2953

bug

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

donhardmandonhardman ยท 2025-05-02 ยท 3 ยท #2898

bugest::size_Srel::9.3.2

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

Add support for float_vector in plain tables

float_vector attributes are currently supported only in the rt tables ( rt_attr_float_vector ). We need to extend this support to all data sources in plain tables.

glookkaglookka ยท 2025-06-30 ยท 1 ยท #1615

1๐Ÿ‘1

est::size_M

Support wordforms_index for loading wordforms from SQL table instead of file

Proposal: Allow using an SQL table as a source of wordforms, instead of only a file path. Proposed syntax: CREATE TABLE my_table ( title string ) wordforms_index='my_synonyms_index'; Motivation Currently, wordforms require a plain UTF-8 text file to be โ€ฆ

vdatalogvdatalog ยท 2025-06-30 ยท 0 ยท #3528

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

the large id could not be found

Bug Description: MySQL [(none)]> drop table if exists t; create table t; insert into t values (17439440672837813226); select * from t where id = 17439440672837813226; Query OK, 0 rows affected (0.007 sec) Query OK, 0 rows affected (0.005 sec) Query OK, 1 โ€ฆ

jmpleojmpleo ยท 2025-05-02 ยท 5 ยท #3090

bugest::size_Srel::9.3.2

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

The `/sql` endpoint incorrectly allows SHOW VERSION command

Bug Description: Summary: The /sql endpoint incorrectly allows SHOW VERSION command despite documentation stating it "accepts only SELECT statements". MRE: searchd curl -s -X POST "http://localhost:9308/sql" -d "SHOW VERSION" [{"total":6,"error":""," โ€ฆ

PavelShilin89PavelShilin89 ยท 2025-06-29 ยท 0 ยท #3520

bug

abnormal count(*) value in large rt table

Bug Description: It's difficult to find an MRE, but after inserting about 2.5 billion documents, the count(*) value becomes negative: create table t; bug.py: from xxhash import xxh64_intdigest configuration = manticoresearch.Configuration( host="http:// โ€ฆ

jmpleojmpleo ยท 2025-05-02 ยท 7 ยท #3238

bugrel::9.3.2

RT index CRASH after FREEZE/UNFREEZE

Bug Description: Hello, my RT index crushes after several FREEZE/UNFREEZE operations The way to reproduce: Create index: create table search_idx (article text, article2 text) stopwords=โ€˜ru, enโ€™ morphology = โ€˜lemmatize_ru_all, lemmatize_en_allโ€™; I run a โ€ฆ

hgfddhgfdd ยท 2025-06-25 ยท 1 ยท #3501

bugwaiting