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

12824 results 17 ms in manticoresoftware/manticoresearch

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

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

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

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

Setting doc id inside 'doc' fails /bulk insert

Nick-S-2018Nick-S-2018 · 2024-11-14 · 4 · #2299

1👀1

bugest::size_S

Related to https://github.com/manticoresoftware/manticoresearch/issues/2282

Nick-S-2018Nick-S-2018 · 2024-06-10

Crash in _bulk

Bug Description: This query leads to a crash: ➜ ~ mysql -P9306 -h0 -e "drop table if exists t; create table t(f text)" ➜ ~ curl 0:9308/_bulk -H "Content-Type: application/x-ndjson" --data-binary '{ "table" : { "_index" : "t" } } { "f" : "a" } ' curl: (52) …

sanikolaevsanikolaev · 2024-11-21 · 0 · #2775

bugrel::upcoming

🆕 Update buddy version (fix/fuzzy-no-match)

githubmanticoregithubmanticore · 2024-11-21 · 1 · #2756

…clt 👎 CLT tests in test/clt-tests/buddy/ ✅ OK: 3 ❌ Failed: 1 ⏳ Duration: 74s 👉 Check Action Results for commit 7cda5de Failed tests: ––– input ––– rm -f /var/log/manticore/searchd.log; searchd --stopwait > /dev/null; searchd; if timeout 10 grep -qm1 '\[ …

github-actions[bot]github-actions[bot] · 2024-11-21

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

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

Data manipulation

PavelShilin89PavelShilin89 · 2024-02-27 · 5 · #1828

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

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

Improvement of all timeouts in the clt-test folder

PavelShilin89PavelShilin89 · 2024-02-14 · 3 · #1829

done

Collations are not supported in json string comparison

glookkaglookka · 2024-11-11 · 1 · #2744

bugrel::upcoming

Fixed in c88bd295ef4636b857dda0f256f59107af98ae2b

glookkaglookka · 2024-11-09

🆕 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

Implement Protection Flags for Tables and Clusters

donhardmandonhardman · 2024-11-21 · 16 · #1423

est::size_M

In short, for now we need to be able to hide/prevent from altering/removing tables and clusters, namely: system tables and clusters related with autosharding final shards themselves sharded distributed tables Since this is under control of Buddy, it …

sanikolaevsanikolaev · 2023-09-06

🆕 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

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

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::upcomingest::size_M

Moving Kibana-related endpoints to Buddy

Nick-S-2018Nick-S-2018 · 2024-11-20 · 9 · #2531

est::size_M

First, we need to make a branch where the processing of all above-mentioned endpoints will be removed from daemon. After that, we can implement it in Buddy.

Nick-S-2018Nick-S-2018 · 2024-08-28

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

Perf json sql recovery

PavelShilin89PavelShilin89 · 2024-09-25 · 1 · #2588

done

@sanikolaev I need approval to merge with the master.

PavelShilin89PavelShilin89 · 2024-09-24

CLT tests groupping

donhardmandonhardman · 2024-04-19 · 14 · #2075

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

Implement Protection Flags for Tables and Clusters

We must add new flag functionalities to the Manticoresearch daemon to safeguard our sharded tables and internal clusters from unauthorized alterations. This enhancement will ensure that these crucial components are only modified through Buddy, thus …

donhardmandonhardman · 2024-11-21 · 16 · #1423

est::size_M

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

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

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

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

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 buddy version

Update buddy version to: 2.3.9 24052014 607e084 which includes: 607e084 Fix alter rt rename (#296) 1354c47 Fix alter distributed (#295) a0a50fc Skip plugin arg and move sharding create table logic to related plugin (#293)

githubmanticoregithubmanticore · 2024-05-20 · 3 · #2203

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

Implement Protection Flags for Tables and Clusters

donhardmandonhardman · 2024-11-21 · 16 · #1423

est::size_M

As discussed in today's dev call, there might be an issue with simply marking a table as invisible. This is because not only will show tables fail to detect it, but distributed tables will also be affected. We have considered several options: create table …

sanikolaevsanikolaev · 2023-09-07

Error occurs when creating a materialised view from a Kafka source.

Bug Description: The error indicates that the selected source does not exist, even though it was created and is visible via SHOW SOURCES. MRE -------------- CREATE SOURCE kafka (id bigint, term text, abbrev text, GlossDef json) type='kafka' broker_list=' …

PavelShilin89PavelShilin89 · 2024-11-21 · 0 · #2774

bug

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

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

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