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

209 results 86 ms in manticoresoftware/manticoresearch

Sort_dict mem_limit is extrmely low

mumutu66mumutu66 · 2023-08-28 · 4 · #1392

low priorityest::size_S

…increasing mem_limit may improve performance 2023-08-23T15:20:49…increasing mem_limit may improve performance 2023-08-23T15:20:49…increasing mem_limit may improve performance 2023-08-23T15:20:…increasing mem_limit may improve performance 2023-08-23T15:20:…

mumutu66mumutu66 · 2023-08-25

Estimate multithreaded performance in CBO

…currently estimates only single-thread performance. This is ok for SI…nonlinear function to guesstimate the performance of multithreaded analyzers

githubmanticoregithubmanticore · 2023-02-08 · 1 · #1008

Fix CBO vs fulltext on hn dataset

githubmanticoregithubmanticore · 2023-09-05 · 7 · #1317

rel::6.2.0

…commented: Added some fixes and performance improvements to 8129e403 / MCL 8bd33a91…related to SecondaryIndex performance with ps=1. Results are…

githubmanticoregithubmanticore · 2023-08-02

Effect of expansion_limit on CALL SUGGEST Performance

…to understand what affects the performance of CALL SUGGEST , based on…other configuration allow for consistent performance of CALL SUGGEST ?…

Anish2Anish2 · 2021-06-07 · 2 · #516

waitingwontfix

The query is too slow.

donbing007donbing007 · 2022-12-21 · 8 · #969

waiting

…will reduce IO and improve a lot of performance. Is read_doc…storage? Now I can only improve performance by changing doc_hists from…

donbing007donbing007 · 2022-12-19

JSON performance degradation compared to SQL performance.

…compared to SQL performance. CI github overnight test passed…

PavelShilin89PavelShilin89 · 2024-09-25 · 2 · #2573

discussion

Test performance for queries with multiple disk chunks

Created a test to check performance for wildcard queries with many matches when disk_chunks > 1 and disk_chunks = 1

PavelShilin89PavelShilin89 · 2024-06-20 · 7 · #2318

Manticore 2.8 is slow

abhijo89-ucabhijo89-uc · 2021-06-29 · 5 · #182

…Release V3. Its mind blowing performance. I tested (We do regression…this test give really good performance improvement. Thanks for @manticoresearch Team…

abhijo89-ucabhijo89-uc · 2019-04-15

Performance degradation in b632b/709b9

There are several performance degradations in 20230909 b632b 709b9 (…

githubmanticoregithubmanticore · 2023-09-20 · 1 · #1443

est::size_M

Slow FT search in a plain table / single-chunk RT with high-frequency words with or w/o PS

sanikolaevsanikolaev · 2024-05-23 · 12 · #1767

bugest::NO_ESTIMATErel::6.3.0

…text to: Your query performance may be improved by adjusting the 'expansion…your 'searchd' configuration for better performance. If it's not a…

sanikolaevsanikolaev · 2024-03-08

Highlight very slow performance (x28) on remote index and returning empty values when fieldname without quotes specified in HIGHLIGHT({around=5},msg)

…correct location source src_highlight_performance_hit { type =…msg } index idx_highligh_performance_hit { stored_fields =…distributed } index idx_highligh_performance_hit_remote { agent = 127…index indexer idx_highligh_performance_hit --rotate run SQL…

popalot2popalot2 · 2023-09-01 · 2 · #1158

feature::highlighting

Json filtering is much slower than normal attribute filtering.

donbing007donbing007 · 2020-12-14 · 3 · #467

…3.5.6 which can improve the performance, but it will be…

sanikolaevsanikolaev · 2020-12-14

Move performance tests to a separate folder, remove unnecessary script

Continued from https://github.com/manticoresoftware/manticoresearch/pull/2588 Deleted one of the scripts, added arguments to the script run. Move performance tests to a separate folder, remove unnecessary script

PavelShilin89PavelShilin89 · 2024-09-30 · 4 · #2600

Upgrading manticore from 6.0.4_230314.1a3a4ea82-1.el8 to 6.2.12_230822.dc5144d35-1.el8 results in significant cpu usage increase

digiravedigirave · 2024-01-24 · 16 · #1563

est::size_S

…version consumes more CPU not improving performance, it will be indeed a…

sanikolaevsanikolaev · 2023-11-05

Manticoresearch >3.4.2 higher CPU% usage (performance degradation) on specific dataset

…the bug We have worse performance >20% more cpu used (worse…of 4 datasets has degraded performance, others ~1% change) To Reproduce…0.1 msec/call avg performance is degraded for simple query…Y] ranker none Expected behavior Performance is the same between 2…

sshilkosshilko · 2021-08-18 · 7 · #609

waiting

Test Profile-Guided Optimization (PGO)

zamazan4ikzamazan4ik · 2023-07-06 · 5 · #1247

…that all these could be improved in generic case as even…Clang build cause change of performance.…

tomatologtomatolog · 2023-07-06

Changing order of WHERE params changes performance dramaticaly

Describe the bug Query performance depend on WHERE parameters order…order of params Expected behavior Performance does not depend on params…

starinacoolstarinacool · 2024-07-04 · 1 · #1645

bugwaitingest::size_S

❓ Per-field tokenization (question for the community) ❓

sanikolaevsanikolaev · 2024-05-30 · 10 · #2006

the mentioned performance reduction would only apply to…this feature is used The performance reduction mentioned would likely apply…maintain the current level of performance in other aspects.

sanikolaevsanikolaev · 2024-03-28

Cost based optimizer improvements

Manticore Search has a cost based optimizer, but it's not perfect. Now that Manticore Search has: secondary indexes columnar storage mix mode (part of the fields are columnar, others are row-wise) .spt used for efficient lookup by id it makes sense to …

sanikolaevsanikolaev · 2022-08-31 · 1 · #831

Manticoresearch >3.4.2 higher CPU% usage (performance degradation) on specific dataset

sshilkosshilko · 2021-08-18 · 7 · #609

waiting

Fetched performance CPU metric during upgrade. Just informational 2.7.4 is OK 2.8.2 is OK 3.2.2 is OK 3.4.2 is OK above 3.4.2 bad performance

sshilkosshilko · 2021-08-18

Improvement of group_concat() aggregate function

Hello. I kindly ask you to review the possibility of improvement of the group_concat() aggregate function similar to abilities in MySQL: GROUP_CONCAT(DISTINCT test_score ORDER BY test_score DESC SEPARATOR ' ')

denfmdenfm · 2020-11-02 · 0 · #430

enhancement

FSST compression method

AbstractiveNordAbstractiveNord · 2023-11-27 · 4 · #1632

Some notes after today's dev call: Docstore: may help, but provided we utilize lazy fetching, the effect may be invisible Columnar: can help with compression ratio and encoding (i.e. data write) performance: but can barely help with search performance.…

sanikolaevsanikolaev · 2023-11-27

Improve settings reference in the manual

…-981323957 The task is to improve https://manual.manticoresearch.com/References…

sanikolaevsanikolaev · 2022-10-24 · 12 · #671

1👀1

waiting

Move performance tests to a separate folder, remove unnecessary script

PavelShilin89PavelShilin89 · 2024-09-30 · 4 · #2600

clt-amd64 👎 CLT tests in test/clt-tests/core/test-performance-for-queries-with-multiple-disk-chunks ✅ OK: 0 ❌ Failed: 1 ⏳ Duration: 7s 👉 Check Action Results for commit bd3541a Failed tests:

github-actions[bot]github-actions[bot] · 2024-09-29

improve documentation about morphology_skip_fields

…to confusion. It could be improved by adding that original term…

tomatologtomatolog · 2024-01-30 · 1 · #1775

Test Profile-Guided Optimization (PGO)

zamazan4ikzamazan4ik · 2023-07-06 · 5 · #1247

…the compilation, and measure the performance compared to the "vanilla" build…documentation somewhere in the section "Performance tuning". So ManticoreSearch users will…more way, how to optimize performance if they are ready to…

zamazan4ikzamazan4ik · 2023-07-06

improve documentation about Buddy statements

…: It could be better to improve documentation about Buddy statements to…

tomatologtomatolog · 2024-09-25 · 3 · #2517

enhancement

Support for Namespaces in Vector Search

anupriya17anupriya17 · 2024-07-10 · 3 · #2321

2👍2

waitingfeature::vector_search

…namespaces helps in terms of performance / accuracy?

sanikolaevsanikolaev · 2024-07-10

Improvement of SHOW META

I kindly ask to review the possibility of improving the request SHOW META after the request type: select <fields> from <index> <facet1> <facet2> <facetN> (example: select id from products facet brand_id order by count(*) desc so that it returned META data …

denfmdenfm · 2020-10-21 · 2 · #428

Write throughput degradation in 6.3.3

sanikolaevsanikolaev · 2024-08-19 · 12 · #2430

bug

…have to not lose the performance by default. I've reviewed…

sanikolaevsanikolaev · 2024-08-07

Improve error handling in respond to JSON requests

…of this task is to improve the error message and make…like a good idea to improve our error message by pointing…

donhardmandonhardman · 2024-07-31 · 2 · #2375

bugest::size_Mrel::6.3.4

[BUDDY] Fatal error: Uncaught Manticoresearch\Buddy\Core\Error\ManticoreSearchClientError

cappadaancappadaan · 2024-09-18 · 1 · #2518

bugwaiting

…Hi. We fixed the issue in the latest dev version. You can try updating and check if it helps or not. Also, as per this error you see, this is not critical for the server and should not affect anything (like queries and performance).…

donhardmandonhardman · 2024-09-14

Merging logging improvements

Currently, a log record about disk chunk merges appears as follows (see last line): [Fri Apr 21 02:47:57.809 2023] [2825059] rt: table user: diskchunk 692(418), segments 7 saved in 0.554543 (0.630790) sec, RAM saved/new 122034678/0 ratio 0.333333 (soft …

sanikolaevsanikolaev · 2024-09-10 · 2 · #1103

rel::upcoming

performance degradation with wildcard queries with many matches when disk_chunks > 1

AlexeyRemenyakAlexeyRemenyak · 2024-07-31 · 12 · #2280

bugrel::6.3.4

…to your query to fix perormance drop

tomatologtomatolog · 2024-06-06

1🎉1

UX Improvement: Client Oriented Crash Handler

Is your feature request related to a problem? Please describe. Currently ManticoreSearch provide developer oriented log on crashes. This is bunch of deep technical information which doesn't contain straightforward instruction for usual users. Usually, …

AbstractiveNordAbstractiveNord · 2023-11-13 · 4 · #1573

per-index binlog

sanikolaevsanikolaev · 2024-07-15 · 7 · #879

rel::upcomingest::size_M

…opportunity to enhance binlog replay performance. This will be addressed in…

sanikolaevsanikolaev · 2024-02-05

Pull request preview environments to improve maintainer productivity

…to a problem? Please describe. Improve maintainer productivity by reducing time…

gadkinsgadkins · 2022-12-16 · 0 · #964

When indexing on an rt-index ( which already contains some data) with the same data-set again , the total size of index after indexing the second time significantly increases.

vishnu-ucvishnu-uc · 2019-06-04 · 5 · #203

…-list fragmentation and impact searching performance.". Assuming the deleted data also…, So we are having a performance impact. So my question is…

abhijo89abhijo89 · 2019-05-31

Replace Levenshtein with Damerau-Levenshtein to improve relevance

Proposal: The Damerau–Levenshtein algorithm improves relevance, especially in cases of…algorithm. The goal is to improve relevance, particularly when users misclick…thesis "Weighting Edit Distance to Improve Spelling Correction in Music Entity…

donhardmandonhardman · 2024-07-03 · 0 · #2322

enhancementest::size_L

PQ index out of memory

githubmanticoregithubmanticore · 2023-02-08 · 3 · #996

bug

➤ Sergey Nikolaev commented: The new version also gives better insert performance:…

githubmanticoregithubmanticore · 2023-01-11