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

12647 results 18 ms in manticoresoftware/manticoresearch

show plan wrong for RT index

show plan output is valid for plain index or RT index without RAM segments but with the single disk chunk. But for RT index with multiple disk chunks every disk chunks reset previously collected execution plan and dump its own. It could be better to โ€ฆ

tomatologtomatolog ยท 2024-03-12 ยท 1 ยท #1923

Don't block UPDATEs by chunk merging

sanikolaevsanikolaev ยท 2024-10-24 ยท 12 ยท #2361

rel::upcomingest::size_M

BTW the hanging update + optimize cause other queries hang too, e.g.: mysql> select count(*) from name; +----------+ | count(*) | +----------+ | 2000000 | +----------+ 1 row in set (11.07 sec) --- 1 out of >=1 results in 11s 71ms ---

sanikolaevsanikolaev ยท 2024-07-13

Data manipulation

PavelShilin89PavelShilin89 ยท 2024-02-27 ยท 5 ยท #1828

done

Perf json sql recovery

PavelShilin89PavelShilin89 ยท 2024-09-25 ยท 1 ยท #2588

done

@sanikolaev I need approval to merge with the master.

PavelShilin89PavelShilin89 ยท 2024-09-24

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

Write throughput degradation in 6.3.3

sanikolaevsanikolaev ยท 2024-08-19 ยท 12 ยท #2430

bug

As discussed on today's dev call, I've tested it with binlog_path = # - it works ok in this case: Manticore 6.3.2 c296dc7c8@24062606 299878 docs per sec 294549 docs per sec 291738 docs per sec 292344 docs per sec 294213 docs per sec 299176 docs per sec โ€ฆ

sanikolaevsanikolaev ยท 2024-07-18

Test/update blocking by combining blocks

Type of Change: Bug fix - When OPTIMIZE and update were running at the same time, the update was blocked:UPDATE Description of the Change: A test has been created to check the correct operation of data update operations during the execution of the โ€ฆ

PavelShilin89PavelShilin89 ยท 2024-11-05 ยท 16 ยท #2661

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

If a query is successfully processed via Buddy log it in the original form

Proposal: We are currently logging all queries, both those with errors and those without. However, when a query is proxied to the Buddy and the Buddy processes it successfully, we do not log those queries at all. We only log when an error is returned. We โ€ฆ

donhardmandonhardman ยท 2024-11-05 ยท 8 ยท #2235

est::size_S

High Memory usage on Manticore instance

mohdmslmohdmsl ยท 2024-11-05 ยท 2 ยท #2719

waiting

โ€ฆalso USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND mantico+ 26685 5.1 66.4 35552496 21415116 ? Sl Nov01 284:53 /usr/bin/searchd --config /etc/manticoresearch/manticore.conf root 460 0.0 0.3 221452 116404 ? S<s Oct01 3:53 /lib/systemd/systemd- โ€ฆ

mohdmslmohdmsl ยท 2024-11-05

where joined_table.id = 1 or joined_table.id = 2

select * from t inner join t2 on t.id = t2.t_id where t2.id = 1 or t2.id = 2 returns an empty result which is wrong: mysql> drop table if exists t; create table t(f text); insert into t values(1, 'abc'); drop table if exists t2; create table t2(t_id int, โ€ฆ

sanikolaevsanikolaev ยท 2024-03-21 ยท 2 ยท #1978

bugest::size_Sfeature::join

Local build error 6.3.2

lld1995lld1995 ยท 2024-11-05 ยท 7 ยท #2393

bug

Are you using our special docker image for builds? https://manual.manticoresearch.com/Installation/Compiling_from_sources#Building-using-CI-Docker If so, pls provide a full instruction to reproduce. If not, pls consider using it.

sanikolaevsanikolaev ยท 2024-07-11

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

Integrate with Symfony Panther to cover the Kibana integration with tests

sanikolaevsanikolaev ยท 2024-10-31 ยท 1 ยท #2463

est::size_M

On hold until we decide if it's good to go this way or it's better to e.g. track all HTTP/mysql requests/responses and make tests based on that.

sanikolaevsanikolaev ยท 2024-10-31

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

donhardmandonhardman ยท 2024-08-02 ยท 0 ยท #2474

enhancement

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

config CORS

Proposal: config CORS Checklist: To be completed by the assignee. Check off tasks that have been completed or are not applicable. Implementation completed Tests developed Documentation updated Documentation reviewed Changelog updated OpenAPI YAML updated โ€ฆ

fushengruomengzhangfushengruomengzhang ยท 2024-11-06 ยท 2 ยท #2724

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

๐Ÿ†• 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

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

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

bugrel::upcoming

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

glookkaglookka ยท 2024-07-05

Improvement of all timeouts in the clt-test folder

PavelShilin89PavelShilin89 ยท 2024-02-14 ยท 3 ยท #1829

done

Web admin panel, which can be integrated in different platforms (like Virtualmin)

marclaportemarclaporte ยท 2024-09-19 ยท 2 ยท #1060

2๐Ÿ‘2

For inspiration, here is a similar control panel for Elasticsearch within ClearOS It leveraged https://github.com/vrana/adminer/ and Kibana. The code: https://github.com/WikiSuite/app-elasticsearch https://github.com/WikiSuite/app-elastic-kibana https:// โ€ฆ

marclaportemarclaporte ยท 2023-03-01

1๐Ÿ‘1

๐Ÿ†• Update buddy version

Update buddy version to: 2.3.13 24082909 6493f15 which includes: 6493f15 Improve exception logging and Plugin load when plugin dir is not writable 252f38c Fix variuos PHPStan issue that occured once after upgrading 4ded5c7 Fix sharding issues and improve โ€ฆ

githubmanticoregithubmanticore ยท 2024-09-02 ยท 0 ยท #2534

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

CLT tests groupping

donhardmandonhardman ยท 2024-04-19 ยท 14 ยท #2075

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

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

Don't block UPDATEs by chunk merging

sanikolaevsanikolaev ยท 2024-10-24 ยท 12 ยท #2361

rel::upcomingest::size_M

Related discussion in TG: https://t.me/manticore_chat/7198/14298

sanikolaevsanikolaev ยท 2024-07-15

Mysqldump + mysql restore bug

Describe the bug ะ•ัั‚ัŒ RT-ะธะฝะดะตะบั, ะทะฐะฟะพะปะฝัะตั‚ัั ัะบั€ะธะฟั‚ะพะผ (SQL-ะทะฐะฟั€ะพัะฐะผะธ), ะทะฐะฟะพะปะฝัะตั‚ัั ัƒัะฟะตัˆะฝะพ, ะฑะตะท ะพัˆะธะฑะพะบ. ะ˜ะฝะดะตะบั ัะพะทะดะฐะฝ ั‡ะตั€ะตะท ั„ะฐะนะป ะบะพะฝั„ะธะณะฐ: index rt_47newsru_articles { type = rt path = /var/lib/manticore/rt_47newsru_articles # stored fields # stored_fields โ€ฆ

KarelWinterskyKarelWintersky ยท 2024-05-23 ยท 14 ยท #1924

bugrel::6.3.0

Testing bug fixes in fuzzy search and autocomplete

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

done

โ€ฆ"ERROR 1064 (42000) at line 1: Something went wrong" doesn't looks like normal behaviour? Did it crash? If so, it should be investigated and fixed.

sanikolaevsanikolaev ยท 2024-09-18

response time is much higher than max_query_time

mysql> select * from name where match('ะพะฒ') option max_query_time=1000; show meta; ERROR 1064 (42000): table name: +----------------+--------------+ | Variable_name | Value | +----------------+--------------+ | error | table name: | | warning | query โ€ฆ

klirichekklirichek ยท 2024-05-23 ยท 0 ยท #1980

bugrel::6.3.0

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

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

Write throughput degradation in 6.3.3

sanikolaevsanikolaev ยท 2024-08-19 ยท 12 ยท #2430

bug

Retest after https://github.com/manticoresoftware/manticoresearch/pull/2456 : root@perf ~ # for n in `seq 1 10`; do kill -9 `cat /var/run/manticore/searchd.pid`; sleep 5; rm -fr /var/lib/manticore/*; sudo -u manticore searchd; sleep 1; mysql -P9306 -h0 -e โ€ฆ

sanikolaevsanikolaev ยท 2024-08-01

count(distinct ...) against multiple tables with different field order returns wrong value

โ€ฆMRE: drop table if exists a; drop table if exists b; CREATE TABLE a(g int, g2 int); CREATE TABLE b(g int, g2 int); INSERT INTO a(g,g2) VALUES (1,1),(2,1); INSERT INTO b(g,g2) VALUES (1,1),(2,1); select count(distinct g) from a,b; # Returns: # โ€ฆ

sanikolaevsanikolaev ยท 2024-04-23 ยท 1 ยท #2076

est::size_L

Local build error 6.3.2

lld1995lld1995 ยท 2024-11-05 ยท 7 ยท #2393

bug

Are you using our special docker image for builds? https://manual.manticoresearch.com/Installation/Compiling_from_sources#Building-using-CI-Docker If so, pls provide a full instruction to reproduce. If not, pls consider using it. mkdir build && cd build โ€ฆ

lld1995lld1995 ยท 2024-07-11

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

High Memory usage on Manticore instance

mohdmslmohdmsl ยท 2024-11-05 ยท 2 ยท #2719

waiting

Please use pmap or /proc/PID/maps / /proc/PID/smaps to learn more about RAM usage. They show details on mapped files, how much memory they take, and anonymous memory usage. If something looks wrong to you, please share the details here.

sanikolaevsanikolaev ยท 2024-11-05

Empty error message in case of absent resultset

In #1980 there is kind of ghost error message: mysql> select * from name where match('ะพะฒ') option max_query_time=1000; show meta; ERROR 1064 (42000): table name: ... That is - ERROR 1064 (42000): table name: . There is no real error there, reason of such โ€ฆ

klirichekklirichek ยท 2024-05-23 ยท 0 ยท #1981

bugrel::6.3.0

Local build error 6.3.2

lld1995lld1995 ยท 2024-11-05 ยท 7 ยท #2393

bug

We don't use gcc for our builds. Is there any problem with using our special docker image for builds?

sanikolaevsanikolaev ยท 2024-07-11