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

15700 results 41 ms in manticoresoftware/manticoresearch

Secondary indexes for json attributes don't work with in() expressions

Bug Description: Secondary indexes are not used when running the following queries with json attributes: select id, any(x='val0' for x in j.arr) a from t where a>0; show meta; select id, in(j.arr, 'val0') a from t where a>0; show meta; select id, in(j[' โ€ฆ

glookkaglookka ยท 2024-07-08 ยท 1 ยท #2381

bugrel::7.0.0

timestamp support millisecond

FriskKiddoFriskKiddo ยท 2025-04-16 ยท 5 ยท #3254

@FriskKiddo Have you thought about using bigint ? Also, what's your general use case for the timestamp? Can bigint work for you?

sanikolaevsanikolaev ยท 2025-03-27

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

Secondary indexes for json attributes don't work with in() expressions

glookkaglookka ยท 2024-07-08 ยท 1 ยท #2381

bugrel::7.0.0

Fixed in https://github.com/manticoresoftware/manticoresearch/commit/9a74ed7903b042f740b37f25e2aef5fcac440703

glookkaglookka ยท 2024-07-05

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

Secondary index hint ignored when MATCH is specified

animetoshoanimetosho ยท 2025-04-16 ยท 11 ยท #3245

bugwaiting

I sure secondary index with or without hints used only for full-scan path but the MATCH is full-text matching path not related with the full-scan path. And secondary index is not used there as result set got from the full-text matching tree and just got โ€ฆ

tomatologtomatolog ยท 2025-03-26

๐Ÿ†• Update buddy version

Update buddy version to: 2.3.13 24070805 2931a1f which includes: 2931a1f Introduce lazy loading for core labels like versions that before we initialized once on startup of metric thread

githubmanticoregithubmanticore ยท 2024-07-08 ยท 0 ยท #2388

Convert Sphinx 3.3.1 Config to Latest Manticore Package with Plaintext Feature and Performance Optimization

syrian2012syrian2012 ยท 2024-06-18 ยท 1 ยท #2276

waiting

Hello. Can you provide more details on the plaintext feature you mentioned?

sanikolaevsanikolaev ยท 2024-06-18

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

PavelShilin89PavelShilin89 ยท 2024-11-14 ยท 0 ยท #2759

done

error: cannot use 'typeid' with '-fno-rtti' when building on Debian 11

pboguslawskipboguslawski ยท 2023-01-05 ยท 2 ยท #977

Please use our building CI Docker as described here https://manual.manticoresearch.com/dev/Installation/Compiling_from_sources#Building-using-CI-docker as it includes everything needed for building. I've just tested and it builds Debian 11 packages fine: โ€ฆ

sanikolaevsanikolaev ยท 2023-01-04

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

TRUNCATE TABLE on distributed

donhardmandonhardman ยท 2025-04-13 ยท 3 ยท #2819

bugest::size_S

That look strange, as it was declared, 'the buddy' can care about such cases. Also, we just don't have a place for 'empty' tables. Even 'template' at least has dictionary/charset and can be used for snippets creation. But 'truncated' distributed - what is โ€ฆ

klirichekklirichek ยท 2025-03-13

ะ—ะฐะฟั€ะพั ั ORDER BY ะธ WHERE ะฟะพ id ะฟะฐะดะฐะตั‚ ั OOM

ะ”ะพะฑั€ะพะณะพ ะฒั€ะตะผะตะฝะธ ััƒั‚ะพะบ. issues ัะพะทะดะฐะฝ ะฟะพ ะผะพั‚ะธะฒะฐะผ ั‚ั€ะตะดะฐ: https://forum.manticoresearch.com/t/order-by-where-id-oom/2336 ะ’ะตั€ัะธั Mantciore: Server version: 7.0.0 92c650401@25013002 (columnar 4.0.0 5aa8e43@25012409) (secondary 4.0.0 5aa8e43@25012409) (knn 4.0. โ€ฆ

srgtestsrgtest ยท 2025-04-15 ยท 5 ยท #3301

improve `indextool --buildidf` (and m.b. `indextool --mergeidf`)

klirichekklirichek ยท 2025-04-13 ยท 1 ยท #3290

This fix in another issue and it might help you click

asmockloasmocklo ยท 2025-04-12

added CLT test for fixed crash of the RT index with multiple disk chunks

to test the new CLT case

tomatologtomatolog ยท 2025-04-16 ยท 1 ยท #3303

DISTINCT NOT WORKING

iswhoamiiswhoami ยท 2025-04-16 ยท 3 ยท #3295

bugwaiting

as is said at the manual https://manual.manticoresearch.com/dev/Searching/Grouping#COUNT(DISTINCT-field) By default, counts are approximate and if you need the exact value you have to use query options described there

tomatologtomatolog ยท 2025-04-10

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

added CLT test for fixed crash of the RT index with multiple disk chunks

tomatologtomatolog ยท 2025-04-16 ยท 1 ยท #3303

โ€ฆclt โŒ CLT tests in test/clt-tests/core/ test/clt-tests/expected-errors/ โœ… OK: 43 โŒ Failed: 1 โณ Duration: 404s ๐Ÿ‘‰ Check Action Results for commit 1de05f8 Failed tests: โ€“โ€“โ€“ input โ€“โ€“โ€“ ./test/clt-tests/scripts/generate-records-json.sh 1000 4 | mysql -h0 -P9306 โ€ฆ

github-actions[bot]github-actions[bot] ยท 2025-04-16

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

Testing bug fixes in fuzzy search and autocomplete

PavelShilin89PavelShilin89 ยท 2024-10-01 ยท 9 ยท #2566

done

@sanikolaev I need approval to merge

PavelShilin89PavelShilin89 ยท 2024-09-17

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

manticoresearch produces plenty of TIME_WAIT and SYN_SENT

chongshengdzchongshengdz ยท 2025-03-11 ยท 10 ยท #3154

waiting

Only TIME_WAIT has smth to do with Manticore: # egrep "9306|9308|9312" /tmp/t ipv4 2 tcp 6 53 TIME_WAIT src=127.0.0.1 dst=127.0.0.1 sport=43080 dport=9312 src=127.0.0.1 dst=127.0.0.1 sport=9312 dport=43080 [ASSURED] mark=0 zone=0 use=2 ipv4 2 tcp 6 42 โ€ฆ

sanikolaevsanikolaev ยท 2025-03-02

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

Always 0 for unexisting @@variables

donhardmandonhardman ยท 2025-03-04 ยท 6 ยท #3109

bug

the related ticket is https://github.com/manticoresoftware/manticoresearch/issues/1273 daemon always returns valid response for unknown @@variable . Then the buddy present the response looks like mysql -h 127.0.0.1 -P 9306 -e "SELECT @@tx_isolation_ โ€ฆ

tomatologtomatolog ยท 2025-02-20

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

Make ID unsigned bigint

sanikolaevsanikolaev ยท 2025-02-19 ยท 7 ยท #1030

1๐Ÿ‘1

Is it worth the trouble to change the implementation again? The ID is a full 64-bits now, so can hold your unsigned 64-bit number via a static_cast or bit_cast, no?

wayneseguinwayneseguin ยท 2023-02-09

fix: handle libstemmer errors

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

subnixsubnix ยท 2025-01-06 ยท 1 ยท #2892

Auto UUID creation seems improper? Existing docs getting overwritten even with insert operation

regstuffregstuff ยท 2024-07-08 ยท 2 ยท #2367

bugwaiting

The related forum topic is https://forum.manticoresearch.com/t/auto-uuid-creation-seems-improper-existing-docs-getting-overwritten-even-with-insert-operation/2005/4 I can't reproduce it in Linux / Mac, but the ids there are much longer. @tomatolog pls try โ€ฆ

sanikolaevsanikolaev ยท 2024-07-03

๐Ÿ†• Update buddy version

Update buddy version to: 3.26.5+25032712-234c30c2 which includes: 234c30c Sharding error handling improvements and fixes (#508)

githubmanticoregithubmanticore ยท 2025-03-28 ยท 1 ยท #3256

move lemmatize_uk.so to /usr/share/manticore/modules/

githubmanticoregithubmanticore ยท 2023-01-06 ยท 9 ยท #908

โžค Stan commented: should be fixed at https://gitlab.com/manticoresearch/lemmatizer-uk/-/commit/6e7563d658744cdc59430f684d9796f44fc3afae as discussed the package destination now is the plugin_dir and by default it is the /usr/local/lib/manticore/ The idea โ€ฆ

githubmanticoregithubmanticore ยท 2023-01-04

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

TRUNCATE TABLE on distributed

donhardmandonhardman ยท 2025-04-13 ยท 3 ยท #2819

bugest::size_S

But 'truncated' distributed - what is it? Exactly the same as the distributed table after delete from dist where id > 0 which works. 'the buddy' can care about such cases OK, let's do it via Buddy by converting TRUNCATE to delete .... where id ...

sanikolaevsanikolaev ยท 2025-03-13

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

manticoresearch produces plenty of TIME_WAIT and SYN_SENT

chongshengdzchongshengdz ยท 2025-03-11 ยท 10 ยท #3154

waiting

TIME_WAIT is due to too many connections in a very short time and manticoresearch cannot handle it?

chongshengdzchongshengdz ยท 2025-03-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 โ€ฆ

regstuffregstuff ยท 2024-07-08 ยท 2 ยท #2367

bugwaiting

Always 0 for unexisting @@variables

donhardmandonhardman ยท 2025-03-04 ยท 6 ยท #3109

bug

Another related issue is https://gitlab.com/manticoresearch/dev/-/issues/3009 and the commit as the result of it - https://github.com/manticoresoftware/manticoresearch/commit/8240fce05e . It doesn't explain why not NULL and why not an error.

sanikolaevsanikolaev ยท 2025-02-20

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

PavelShilin89PavelShilin89 ยท 2025-02-19 ยท 0 ยท #3104

done

Nullable value for numeric related fields

scruelscruel ยท 2024-06-19 ยท 1 ยท #2236

est::size_XXL

Not a big deal to add NULLs support for the columnar storage. Harder for the row-wise storage, especially because we support in-place updates. We'd also need to integrate it with all the functions, which is very time-consuming.

sanikolaevsanikolaev ยท 2024-06-19

Secondary index hint ignored when MATCH is specified

Bug Description: Despite specifying a secondary index hint, ManticoreSearch seems to ignore it and chooses to use the much slower full text index. Example: MySQL [(none)]> SELECT COUNT(*) FROM idx_main WHERE aid=18164 AND MATCH('(a*|e*|i*|o*|u*)') /*+ โ€ฆ

animetoshoanimetosho ยท 2025-04-16 ยท 11 ยท #3245

bugwaiting

Secondary index hint ignored when MATCH is specified

animetoshoanimetosho ยท 2025-04-16 ยท 11 ยท #3245

bugwaiting

Thanks for the quick response! As using the secondary index is clearly better than using full-text in this example, is there any way to force it to use the full-scan path?

animetoshoanimetosho ยท 2025-03-26