đź‘€ 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
JSON performance degradation compared to SQL performance.
JSON performance degradation compared to SQL performance. CI github overnight test passed…results: • JSON: 117 ms and SQL: 108 ms The difference between…-sX POST http://localhost:9308/search -d '{"index" : "name", "query" : {"match…
PavelShilin89 · 2024-09-25 · 2 · #2573
discussion
Write throughput degradation in 6.3.3
sanikolaev · 2024-08-19 · 12 · #2430
bug
sanikolaev · 2024-08-07
donhardman · 2024-09-09 · 72 · #1478
github-actions[bot] · 2024-07-08
…Checklist: You have searched for an answer in…3.1 for my search engine. I would…sql_host = localhost sql_user = [REDACTED] sql_pass = [REDACTED] sql_db = [REDACTED] sql_port = 3306 # sql…in the Manticore configuration. Performance Optimization: Optimize the…
syrian2012 · 2024-06-18 · 1 · #2276
waiting
donhardman · 2024-09-09 · 72 · #1478
github-actions[bot] · 2024-07-10
Temporal adjustment for debugging perf
PR created based on issue https://github.com/manticoresoftware/manticoresearch/issues/2573 to find JSON performance degradation compared to SQL performance.
PavelShilin89 · 2024-09-18 · 0 · #2574
Test performance for queries with multiple disk chunks
PavelShilin89 · 2024-06-20 · 7 · #2318
github-actions[bot] · 2024-06-19
Comparison of JSON overhead versus SQL overhead
…-sX POST http://localhost:9308/search -d '{"index" : "name", "query"…-sX POST http://localhost:9308/search -d '{"index" : "name", "query"…379s To check the performance metrics, you can do…-sX POST http://localhost:9308/search -d '{"index" : "name", "query"…
PavelShilin89 · 2024-03-14 · 4 · #1932
est::size_Mdone
Test/update blocking by combining blocks
PavelShilin89 · 2024-11-14 · 20 · #2661
done
github-actions[bot] · 2024-10-17
Sort_dict mem_limit is extrmely low
hi I am new to manticore and deploy one with k8s the version is 5.0.2 using a rt index which seems not require a static indexer configuration. here is my configmap as startup.sh #!/bin/sh set -e mkdir -p /var/lib/manticore/binlog hostName=${HOSTNAME} …
mumutu66 · 2023-08-28 · 4 · #1392
low priorityest::size_S
Test/update blocking by combining blocks
PavelShilin89 · 2024-11-14 · 20 · #2661
done
github-actions[bot] · 2024-10-22
Is manticore multi threaded? saw c language inside also advisable to replace mysql as primary data store? any caveats / limitations? any performance benchmark against redisearch? what's the pro and cons of using manticore vs redisearch?
hiqsociety · 2021-08-16 · 1 · #608
Test/update blocking by combining blocks
PavelShilin89 · 2024-11-14 · 20 · #2661
done
github-actions[bot] · 2024-10-22
Sorry for asking here, any slack or equivalent telegram chat channel?
Sorry for asking here, any slack or equivalent telegram chat channel? 1 question, possible to list the difference between manticore vs mysql and any benchmark for both? quite some time since i touched on manticore and now saw it as "DATABASE for search …
hiqsociety · 2021-06-09 · 4 · #512
waitingwontfix
Write throughput degradation in 6.3.3
sanikolaev · 2024-08-19 · 12 · #2430
bug
sanikolaev · 2024-08-01
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 …
sanikolaev · 2023-12-05 · 8 · #1493
hacktoberfest
Test performance for queries with multiple disk chunks
PavelShilin89 · 2024-06-20 · 7 · #2318
github-actions[bot] · 2024-06-19
…list to a paginated document search result, especially in corner cases…should be done before each search request. The problem is that…whole block list to an SQL query like WHERE id NOT…maintain and will affect FTS performance. Additional context In RDBMS it…
tumb1er · 2022-07-25 · 0 · #825
Test performance for queries with multiple disk chunks
PavelShilin89 · 2024-06-20 · 7 · #2318
github-actions[bot] · 2024-06-19
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
PavelShilin89 · 2024-08-26 · 14 · #2519
done
github-actions[bot] · 2024-08-26
…> select id, json.int from test1 order by json.int asc; +------+----------+ | id | json.int | +------+----------+ | 1 | 1 | | 11 | 1024 | | 8 | 128 | | 5 | 16 | | 15 | 16384 | | 2 | 2 | | 12 | 2048 | | 9 | 256 | | 6 | 32 | | 16 | 32768 | | 3 | 4 | | 13 | …
vlastv · 2018-01-29 · 1 · #38
question
animetosho · 2024-10-30 · 12 · #2660
waiting
animetosho · 2024-10-19
…of conditions and now found performance issues. maticore versio:  5.0….00 | | local_search | 0.000079 | 2 | 0.00 | | sql_parse | 0.000320…
donbing007 · 2022-12-21 · 8 · #969
waiting
Assess layouts overhead in CALL AUTOCOMPLETE and Fuzzy search
sanikolaev · 2024-10-14 · 9 · #2594
donhardman · 2024-10-02
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
Authentication and authorization: architecture
sanikolaev · 2024-12-24 · 10 · #2748
tomatolog · 2024-11-19
FACET with json on engine columnar crash
Describe the bug FACET with json on engine columnar crash To Reproduce drop table test; CREATE TABLE test(pos text, ipaddress json) min_infix_len='1' engine='columnar'; insert into test(pos,ipaddress) VALUES('a','{ data: [\"127.0.0.1\",\"192.168.0.1\"] …
2peter3 · 2022-12-25 · 1 · #963
bug
Write throughput degradation in 6.3.3
sanikolaev · 2024-08-19 · 12 · #2430
bug
sanikolaev · 2024-08-01
I started a seachd instance (3.5.2) using docker. searchd { listen = 9312 listen = 9308:http listen = 9306:mysql41 binlog_path = /var/lib/manticore pid_file = /var/run/manticore/serachd.pid data_dir = /var/lib/manticore watchdog = 0 preopen_indexes = 1 …
donbing007 · 2022-06-14 · 13 · #486
Assess layouts overhead in CALL AUTOCOMPLETE and Fuzzy search
sanikolaev · 2024-10-14 · 9 · #2594
donhardman · 2024-10-02
Support client requests via NATS messaging system
AbstractiveNord · 2023-12-19 · 10 · #1686
AbstractiveNord · 2023-12-19
hiqsociety · 2021-08-16 · 1 · #608
sanikolaev · 2021-08-16
Significant JSON overhead compared to SQL
sanikolaev · 2024-05-23 · 7 · #1794
bugrel::6.3.0
sanikolaev · 2024-03-08
Sorry for asking here, any slack or equivalent telegram chat channel?
hiqsociety · 2021-06-09 · 4 · #512
waitingwontfix
sanikolaev · 2021-03-08