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

12953 results 24 ms in manticoresoftware/manticoresearch

ci: fixed mysqldump nightly test after recent fixes

sanikolaevsanikolaev · 2025-05-12 · 2 · #3374

…clt ❌ CLT tests in test/clt-tests/core/ test/clt-tests/expected-errors/ ✅ OK: 44 ❌ Failed: 1 ⏳ Duration: 405s 👉 Check Action Results for commit edd63d6 Failed tests: ––– input ––– set -b +m; sed -i '/data_dir = \/var\/lib\/manticore/a\ binlog_common = 1\n …

github-actions[bot]github-actions[bot] · 2025-05-12

Different results when searching for a delimiter via SQL and JSON

sanikolaevsanikolaev · 2025-05-09 · 5 · #3091

bugest::size_M

This issue blocks https://github.com/manticoresoftware/manticoresearch-php/issues/235

sanikolaevsanikolaev · 2025-02-17

timestamp support millisecond

FriskKiddoFriskKiddo · 2025-05-07 · 6 · #3254

enhancementest::size_L

@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

Default synonyms

sanikolaevsanikolaev · 2025-05-08 · 5 · #3330

1👍1

I did a fairly extensive evaluation and found that the best dictionary we can use for this purpose is WordNet. Key Findings: Online dictionaries provide better synonym results, but their datasets are not publicly available. Other public dictionaries fall …

djklim87djklim87 · 2025-05-06

Support for statistic functions (median and percentile)

dzek69dzek69 · 2025-05-07 · 3 · #3280

1👀1

est::size_L

we do not have such aggregations for now We recently added some aggregations used at Kibana popular dashboards but not these.

tomatologtomatolog · 2025-04-02

Mysql cli autocomplete

klirichekklirichek · 2025-05-08 · 2 · #3369

…clt ❌ CLT tests in test/clt-tests/core/ test/clt-tests/expected-errors/ ✅ OK: 44 ❌ Failed: 1 ⏳ Duration: 415s 👉 Check Action Results for commit cd7a46e Failed tests: ––– input ––– set -b +m; sed -i '/data_dir = \/var\/lib\/manticore/a\ binlog_common = 1\n …

github-actions[bot]github-actions[bot] · 2025-05-08

Authentication and authorization

sanikolaevsanikolaev · 2025-05-07 · 11 · #2833

enhancement

Auth SphinxQL interface. Daemon uses check of the password from the mysql client compatible with the plugin mysql_native_password , ie mysql -h 127.0.0.1 -P 9306 -u teston -p Enter password: **** should work the same was as with regular mysql server. …

tomatologtomatolog · 2024-12-12

save seqno periodically to allow IST on node restart after crash

tomatologtomatolog · 2025-05-07 · 12 · #1894

1👍1

est::size_Mfeature::replication

To continue the development it could be better to wait for refactor of the binlog code at https://github.com/manticoresoftware/manticoresearch/issues/879 then use a new binlog instance that just saves seqno from the clusters. As for now if cluster writes …

tomatologtomatolog · 2024-05-07

Add CLT test for system variables error handling (Buddy ON/OFF)

PavelShilin89PavelShilin89 · 2025-05-08 · 6 · #3361

done

…clt ❌ CLT tests in test/clt-tests/buddy/ ✅ OK: 12 ❌ Failed: 1 ⏳ Duration: 146s 👉 Check Action Results for commit a70f784 Failed tests: ––– input ––– mkdir -p /var/lib/manticore && chmod -R 755 /var/lib/manticore ––– output ––– OK ––– input ––– rm -f /var/ …

github-actions[bot]github-actions[bot] · 2025-05-06

Map log_level to Buddy

donhardmandonhardman · 2025-05-08 · 5 · #3252

enhancementest::size_M

As discussed, there are multiple ways to solve this task: SET BUDDY LOG_LEVEL which would set it for both Buddy and the daemon But there's this issue https://github.com/manticoresoftware/manticoresearch/issues/3125 which may be problematic then Polling …

sanikolaevsanikolaev · 2025-03-27

TRUNCATE TABLE on distributed

donhardmandonhardman · 2025-05-08 · 9 · #2819

est::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

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

Add auto-translator to manual

donhardmandonhardman · 2025-05-06 · 5 · #3299

Blocked by: https://github.com/manticoresoftware/translator/issues/3

donhardmandonhardman · 2025-04-25

Incorrect spaces handling in http query (ALTER TABLE)

vasilevrvvasilevrv · 2025-05-07 · 1 · #3199

bugest::size_S

i've created the https://github.com/manticoresoftware/manticoresearch/pull/3365 that decodes body field on routing request to buddy Now the request to daemon curl http://localhost:9308/sql?query=ALTER+TABLE+t3+RENAME+t4 routes into buddy as { "path_query …

tomatologtomatolog · 2025-05-07

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

Update CLT to latest one

donhardmandonhardman · 2025-05-06 · 130 · #3349

Due to an issue in CLT, the version was updated. @PavelShilin89, please update and fix failed tests, because before we had a bug where the test was indicating success when there was no exact match in the line, i.e., no tabs or spaces at the beginning of …

donhardmandonhardman · 2025-05-01

Improve Pack & Publish CI (check deps.txt)

sanikolaevsanikolaev · 2025-05-07 · 3 · #2695

@sanikolaev Implemented in this PR - https://github.com/manticoresoftware/manticoresearch/pull/3324. Please give feedback or approval to merge.

PavelShilin89PavelShilin89 · 2025-05-06

added cluster binglog

tomatologtomatolog · 2025-05-07 · 28 · #2710

publishpack

…clt ❌ CLT tests in test/clt-tests/sharding/ ✅ OK: 6 ❌ Failed: 2 ⏳ Duration: 248s 👉 Check Action Results for commit a0feb9d Failed tests: ––– input ––– export INSTANCE=1 ––– output ––– ––– input ––– mkdir -p /var/{run,lib,log}/manticore-${INSTANCE} ––– …

github-actions[bot]github-actions[bot] · 2025-03-04

Add doc section about table sharding

donhardmandonhardman · 2025-05-12 · 1 · #2084

I've made minor improvements, but one things is still unclear. Please clarify it.

sanikolaevsanikolaev · 2025-05-05

Secondary index hint ignored when MATCH is specified

animetoshoanimetosho · 2025-05-08 · 14 · #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