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

10138 results 8 ms in manticoresoftware/manticoresearch

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

Perf json sql recovery

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

done

@sanikolaev I need approval to merge with the master.

PavelShilin89PavelShilin89 · 2024-09-24

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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