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

300 results 112 ms in manticoresoftware/manticoresearch

how to search fast with ramchunk(rt table) in High-Frequency Write Systems

zhangdapao745zhangdapao745 · 2025-01-31 · 18 · #2787

rel::7.0.0

…might be other ways to improve performance in this case. Could you…chunk's performance isn't sufficient. We've been considering improving it…

zhangdapao745zhangdapao745 · 2024-11-28

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

manual-cn

vergil-laivergil-lai · 2025-04-11 · 28 · #2716

…fixed just by improving the script: Can we improve the checkDocs script…

sanikolaevsanikolaev · 2024-11-12

1👀1

JSON performance degradation compared to SQL performance.

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

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

discussion

Manticore crashes with `signal 11` when inserting data

yharahutsyharahuts · 2024-11-27 · 12 · #1891

bugwaiting

It would be much easier if we had at least one of the following: Crash log Searchd log Data Queries Without these, it may be hard to resolve the issue. It's best to have all of them, as this significantly improves the chances of finding a solution.

sanikolaevsanikolaev · 2024-11-27

🆕 Update buddy version (feat/improve-queue-payload-matching)

Update buddy version to: 3.0.1 24120617 255ad96 which includes: 255ad96 fix unit test InsertQueryTest a7f4707 fix unit test testAutoSchemaOptionDisabled 8f002ce Improve queue plugin payload matching 3229f22 Improve queue plugin payload matching

githubmanticoregithubmanticore · 2024-12-10 · 1 · #2826

CREATE CLUSTER xxx does not work

ravelandedravelanded · 2024-10-18 · 18 · #2500

bugest::size_Sfeature::replication

Ok maybe now this issue needs to be closed or somehow error message improved as you mentioned. Thanks.

ravelandedravelanded · 2024-08-24

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

Scroll search option

sanikolaevsanikolaev · 2025-01-08 · 5 · #2811

rel::7.0.0est::size_M

Improved the docs in https://github.com/manticoresoftware/manticoresearch/commit/2bab0a1eb9ace3ac89d73ca67b0d2c3bfcf9fc1c

sanikolaevsanikolaev · 2024-12-23

Optimize performance of REPLACE INTO SET

…further and explore ways to improve the performance. Checklist: To be completed…

sanikolaevsanikolaev · 2025-04-25 · 9 · #3234

waitingest::size_S

Show table indexes without SELECT

webigorkievwebigorkiev · 2025-02-24 · 2 · #3122

bug

Docs improved in https://github.com/manticoresoftware/manticoresearch/commit/b1af690eab4142545e0df1474303afd4a7314260

sanikolaevsanikolaev · 2025-02-24

HTTP JSON search performance issue

…find out if the performance can be improved. time curl -s localhost…

Nick-S-2018Nick-S-2018 · 2024-12-06 · 8 · #2810

bug

META total_found is wrong for a SQL query with HAVING

mytskinemytskine · 2024-06-20 · 4 · #2094

bugrel::7.0.0est::size_S

I've improved the docs about total_found in https://github.com/manticoresoftware/manticoresearch/commit/ff86b27bb50ee842a21e488a33c2d59e8bebae9f

sanikolaevsanikolaev · 2024-06-20

Implemented performance optimizations for join batching

Implemented performance optimizations for join batching

glookkaglookka · 2025-02-03 · 0 · #3043

Parallel test

klirichekklirichek · 2025-03-10 · 18 · #2967

I've improved the GitHub test workflow by ensuring the Linux tests are no longer parallelized across multiple jobs. Additionally, I've made a few other CI-related changes.

sanikolaevsanikolaev · 2025-01-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

Create docker/instruction for memleak testing

sanikolaevsanikolaev · 2025-03-11 · 7 · #3046

3👀3

I've improved memcheck.sh , so it can work in CI and added a github workflow for that. As discussed, pls add a suppression for the auto-flush issue and merge the PR.

sanikolaevsanikolaev · 2025-03-03

JOIN performance issue

…order by id asc; This performance degradation is not expected and…

glookkaglookka · 2025-02-28 · 2 · #2995

bugrel::7.4.6

CREATE CLUSTER xxx does not work

ravelandedravelanded · 2024-10-18 · 18 · #2500

bugest::size_Sfeature::replication

…it described as ❗Issue #47 Improved flexibility of configuration via environment…

tomatologtomatolog · 2024-08-12

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

Describe Table Broken

KarelWinterskyKarelWintersky · 2024-08-08 · 27 · #2481

bug

…$end near 'rt_47newsru_articles' Improved the docs in https://github…

sanikolaevsanikolaev · 2024-08-06

1👍1

Improve Daemon / Buddy auto-pr workflow

…" PR into master . Action items: improve test_kit_docker_build.sh…improve the github action in Buddy…

sanikolaevsanikolaev · 2024-10-31 · 2 · #2680

1👍1

For the same statement, the first query time is always very slow, but the second query time is very fast. Is there a solution?

zhangsanhuozhangsanhuo · 2024-07-02 · 5 · #2349

…original field='value, which greatly improved the speed.

zhangsanhuozhangsanhuo · 2024-07-01

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

how to search fast with ramchunk(rt table) in High-Frequency Write Systems

zhangdapao745zhangdapao745 · 2025-01-31 · 18 · #2787

rel::7.0.0

Thanks for preparing the test case @zhangdapao745 @tomatolog please reproduce it, profile and suggest what we could do to improve the performance.…

sanikolaevsanikolaev · 2024-12-12

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 · 2025-01-31 · 2 · #1645

bugwaitingest::size_S

how to search fast with ramchunk(rt table) in High-Frequency Write Systems

zhangdapao745zhangdapao745 · 2025-01-31 · 18 · #2787

rel::7.0.0

@zhangdapao745 We discussed your issue in detail during today's call. It seems there might be other ways to improve performance in this case. Could you share a reproducible example with us so we can test and investigate the issue locally?

sanikolaevsanikolaev · 2024-11-28

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

Misaligned weight() values across cluster nodes

pavelnemirovskypavelnemirovsky · 2024-09-16 · 22 · #1111

rel::7.0.0est::size_S

…So, improved version of global_idf problem…

alexiv1965alexiv1965 · 2024-09-11

improve documentation about Buddy statements

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

tomatologtomatolog · 2024-10-08 · 7 · #2517

enhancement

Quoted shards options test update

donhardmandonhardman · 2025-04-07 · 9 · #3289

…": {"features": ["A16 Bionic","Dynamic Island","Improved camera"]}, "vector": [0.1,0…": {"features": ["A16 Bionic","Dynamic Island","Improved camera"]},"vector": [0.1,0…| {"features":["A16 Bionic","Dynamic Island","Improved camera"]} | 0.100000,0.200000…

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

Update test-performance-for-queries-with-multiple-disk-chunks.rec

Fixed output of show table name status' | grep “disk_chunks” command in test-performance-for-queries-with-multiple-disk-chunks.rec

PavelShilin89PavelShilin89 · 2025-04-30 · 0 · #3344

done

Quoted shards options test update

donhardmandonhardman · 2025-04-07 · 9 · #3289

…": {"features": ["A16 Bionic","Dynamic Island","Improved camera"]}, "vector": [0.1,0…": {"features": ["A16 Bionic","Dynamic Island","Improved camera"]},"vector": [0.1,0…| {"features":["A16 Bionic","Dynamic Island","Improved camera"]} | 0.100000,0.200000…

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

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-10-04 · 7 · #2600

done

Quoted shards options test update

donhardmandonhardman · 2025-04-07 · 9 · #3289

…": {"features": ["A16 Bionic","Dynamic Island","Improved camera"]}, "vector": [0.1,0…": {"features": ["A16 Bionic","Dynamic Island","Improved camera"]},"vector": [0.1,0…| {"features":["A16 Bionic","Dynamic Island","Improved camera"]} | 0.100000,0.200000…

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

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

Quoted shards options test update

donhardmandonhardman · 2025-04-07 · 9 · #3289

…": {"features": ["A16 Bionic","Dynamic Island","Improved camera"]}, "vector": [0.1,0…": {"features": ["A16 Bionic","Dynamic Island","Improved camera"]},"vector": [0.1,0…| {"features":["A16 Bionic","Dynamic Island","Improved camera"]} | 0.100000,0.200000…

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

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

Shards opt validation

donhardmandonhardman · 2025-04-07 · 15 · #3277

…": {"features": ["A16 Bionic","Dynamic Island","Improved camera"]}, "vector": [0.1,0…": {"features": ["A16 Bionic","Dynamic Island","Improved camera"]},"vector": [0.1,0…| {"features":["A16 Bionic","Dynamic Island","Improved camera"]} | 0.100000,0.200000…

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

Improve error logging of JSON insert api failure - "unsupported value type"

Is your feature request related to a problem? Please describe. Moreso a very easy improvement to aid in awareness of what the particular violation is Describe the solution you'd like Include the field name that failed validation and the value that caused …

bZichettbZichett · 2023-09-05 · 3 · #1062

rel::6.2.0