👀 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
Adjusting the regular expression to calculate performance.
PavelShilin89 · 2024-10-02 · 1 · #2612
done
jobs-git · 2019-01-24 · 7 · #135
barryhunter · 2018-12-12
Queries are slow, about 200 million data points.
This is my configuration, version 3.4.2 runs in docker.CPU 2 core, memory 2G. searchd { listen = 9312 listen = 9308:http listen = 9306:mysql41 log = /var/log/manticore/searchd.log query_log = /var/lib/manticore/data/query.log binlog_path = /var/lib/ …
donbing007 · 2020-07-20 · 16 · #346
waitingwontfix
❓ Per-field tokenization (question for the community) ❓
sanikolaev · 2024-12-28 · 11 · #2006
sanikolaev · 2024-03-28
sanikolaev · 2024-02-16 · 0 · #1833
how to search fast with ramchunk(rt table) in High-Frequency Write Systems
zhangdapao745 · 2025-01-23 · 14 · #2787
sanikolaev · 2024-12-12
I forked benchmarks to https://github.com/abhijo89-uc/benchmarks/ and updated from plain index to rt index. then perform the same test . Its really slow !! Any comments ? Google sheet is : https://docs.google.com/spreadsheets/d/ …
abhijo89-uc · 2021-06-29 · 5 · #182
Test Profile-Guided Optimization (PGO)
zamazan4ik · 2023-07-06 · 5 · #1247
tomatolog · 2023-07-06
Performance degradation in b632b/709b9
There are several performance degradations in 20230909 b632b 709b9 (compared to 20230624 75a47 35b04 ). One of them is because I limited maximum threads in all fulltext queries to the number of physical cores. My benchmarks show that most of the time …
githubmanticore · 2023-09-20 · 1 · #1443
est::size_M
zhangsanhuo · 2024-07-02 · 5 · #2349
zhangsanhuo · 2024-07-01
Related to #1103
klirichek · 2024-09-06 · 0 · #2547
how to search fast with ramchunk(rt table) in High-Frequency Write Systems
zhangdapao745 · 2025-01-23 · 14 · #2787
sanikolaev · 2024-11-28
Test Profile-Guided Optimization (PGO)
Is your feature request related to a problem? Please describe. Not a problem - just an idea of how to (possibly) improve ManticoreSearch performance. Describe the solution you'd like Recently I did a lot of testing Profile-Guided Optimization (PGO) on …
zamazan4ik · 2023-07-06 · 5 · #1247
Feature Request: Different Data Formats
AbstractiveNord · 2023-06-21 · 5 · #1176
AbstractiveNord · 2023-06-21
Implement batching inside a join query
Proposal: Currently join works by generating a query to the right table for every match in the left table and storing the result in a cache. If there are a lot of unique join conditions, this is very slow. We could accumulate join conditions for several …
glookka · 2025-01-23 · 8 · #2909
rel::upcoming
animetosho · 2024-10-30 · 12 · #2660
waiting
tomatolog · 2024-10-18
I have an index with 200 full text fields in it. I prepared 3.8 million data, but the data is highly repetitive. It takes 250-300 milliseconds on average to run the following query. create table test (e, s0.....s199) rt_mem_limit='1024m' min_prefix_len = …
donbing007 · 2021-01-22 · 6 · #417
6.2.0 gives syntax error, older versions don't
cappadaan · 2024-05-23 · 33 · #1335
bugest::NO_ESTIMATErel::6.3.0
cappadaan · 2023-09-08
What are the factors that affect search efficiency?
Want to consult, have those factors to affect search efficiency. Because I've learned from elasticSearch that an index should not be too much larger than available memory, so response times are millisecond level. Does manticore have the same mechanism? …
donbing007 · 2020-08-14 · 4 · #376
discussion
digirave · 2024-01-24 · 16 · #1563
est::size_S
sanikolaev · 2023-11-05
how to search fast with ramchunk(rt table) in High-Frequency Write Systems
Confirmation Checklist: You have searched for an answer in the manual. You have considered using the forum for general discussions, which can be more suitable for non-urgent or broad queries. You are aware of our community support channels on Slack, …
zhangdapao745 · 2025-01-23 · 14 · #2787
how to search fast with ramchunk(rt table) in High-Frequency Write Systems
zhangdapao745 · 2025-01-23 · 14 · #2787
zhangdapao745 · 2024-11-28
Manticore 4.0.2 slower than Manticore 3.6.3
…Hi, I have a production 3.6.3 installation and I'm evaluating to migrate to 4.0.2, before this upgrade I'm doing some stressing tests to evaluating performances. Here the steps to compare the results: I started a VM Centos 7 with Manticore 3.6.3 …
ivanghisleni · 2021-11-24 · 17 · #650
Is there a way to apply morphology to the data field in CALL PQ?
dubadam · 2019-04-18 · 16 · #183
bug
tomatolog · 2019-04-18
Queries on taxi dataset are slow with ps=1
Queries on partial taxi dataset (6 indexes) are almost 2x slower with pseudo_sharding enabled: mysql> set global pseudo_sharding=0; SELECT avg(total_amount) FROM taxi WHERE trip_distance = 5; show meta; Query OK, 0 rows affected (0.00 sec) …
githubmanticore · 2023-09-05 · 1 · #1316
bugrel::6.2.0
Manticore 4.0.2 slower than Manticore 3.6.3
ivanghisleni · 2021-11-24 · 17 · #650
sanikolaev · 2021-10-22
optimize grouping by time further
A query like this is now about 10 times faster than before revamp of the date/time functions, but as discussed there still seems to be room for further optimization: mysql> SELECT year(pickup_datetime) as y, count(*) trips FROM taxi GROUP BY y ORDER BY y …
sanikolaev · 2024-02-07 · 0 · #1797
est::NO_ESTIMATE
andrisi · 2022-03-29 · 3 · #737
andrisi · 2022-03-28
select ... join + facet against 2 tables of 277562 and 8671 docs is too slow: snikolaev@dev2:~$ mysql -P9306 -h0 Server version: 6.2.13 8db8be098@24031215 dev (columnar 2.2.5 aa3504b@240304) (secondary 2.2.5 aa3504b@240304) (knn 2.2.5 aa3504b@240304) git …
sanikolaev · 2024-03-19 · 2 · #1950
est::size_Mfeature::join
agent_retry_count does not work with ha_strategy nodeads and noerrors
airolg · 2017-10-19 · 3 · #9
razvanphp · 2017-10-19
performance degradation with wildcard queries with many matches when disk_chunks > 1
Bug Description: There is a noticeable decrease in the speed of executing wildcard queries with an index using two or more disk chunks compared to the speed of executing the same queries with the same data using one disk chunk. This issue was not observed …
AlexeyRemenyak · 2024-07-31 · 12 · #2280
bugrel::6.3.4
donbing007 · 2020-07-02 · 35 · #361
bugwaiting
tomatolog · 2020-06-29
Is it possible to limit the memory usage of the searchd process
I find that after batch insert data to manticore, the usage of the searchd process not free the memory? This is my config file index hacker_new { type = rt rt_mem_limit = 2048M path = /home/mcsearch/index/hacker_new rt_attr_bigint = story_id rt_attr_ …
sangensong · 2021-04-23 · 4 · #538
waiting
Reduce RAM usage of empty plain indexes
jiru · 2021-03-11 · 14 · #510
bug
jiru · 2021-03-07
I am using Manticore's plain table to rebuild indexes from PostgreSQL using range queries. Currently, it takes about 70 minutes to process approximately 11 million records, which feels too slow. Can the process be sped up, for example, by utilizing multi- …
zhl19970919 · 2023-11-28 · 0 · #1638
drewblin · 2019-03-19 · 17 · #170
surf148 · 2019-03-05
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
PavelShilin89 · 2024-10-04 · 7 · #2600
done
how to search fast with ramchunk(rt table) in High-Frequency Write Systems
zhangdapao745 · 2025-01-23 · 14 · #2787
tomatolog · 2025-01-13
Proposal: searchd uses a fair amount of CPU on my server, so I decided to attach perf to see what took most of the time. The following is mostly observations I've made, without having investigated it much, so apologies for lack of details and such. In …
animetosho · 2024-10-30 · 12 · #2660
waiting
What are the factors that affect search efficiency?
donbing007 · 2020-08-14 · 4 · #376
discussion
tomatolog · 2020-07-13