đź‘€ 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
Fixed several join-related issues: join vs json facets, join vs json count distinct, joined OR filters; added better error reporting for join queries
glookka · 2024-03-25 · 3 · #1997
donhardman · 2024-09-13 · 13 · #2208
est::size_Sfeature::join
donhardman · 2024-06-13
CALL SNIPPETS marks only one keyword for ZONESPAN query, but all for ZONE
…* zonespan, with ZONESPAN query only one keyword match is marked while…
malaire · 2018-11-05 · 0 · #113
need to test if searchd.max_packet_size affects memory consumption
tomatolog · 2024-07-24 · 4 · #2402
bug
tomatolog · 2024-07-12
JOIN: stored fields from the joined table
…'); select * from people left join surname on people.surname_id…-------------- select * from people left join surname on people.surname_id….surname from people left join surname on people.surname….surname from people left join surname on people.surname…
sanikolaev · 2024-05-23 · 1 · #1915
feature::joinrel::6.3.0
Add support for Ubuntu Noble 24.04
sanikolaev · 2024-10-01 · 13 · #2091
est::size_Srel::6.3.0
sanikolaev · 2024-05-16
Does using zones and the ZONESPAN operator have known speed implications? If I search for a phrase on an index with 2-3 million rows, for "luke skywalker" the results come in instantenously, but if I use zones (so I don't get false positives for movies …
andrisi · 2022-03-29 · 3 · #737
Daemon stops processing Kibana requests after restart
Nick-S-2018 · 2024-09-09 · 8 · #2246
bug
sanikolaev · 2024-07-16
Is it possible to specify a field when using the ZONESPAN operator? Doesn't seem so. Perhaps we're supposed to create zones mapped to fields, so if I want to have an index of movies with titles, cast, languages, etc. then I'd simply create separate zone …
andrisi · 2022-03-30 · 1 · #736
Defects in testing CI (technical debt) which are good to fix
klirichek · 2024-09-30 · 4 · #1800
est::NO_ESTIMATE
klirichek · 2024-02-06
…, count(*) c, test_join.name FROM taxi1 JOIN test_join ON taxi1.trip…_type=test_join.gid GROUP…) N times we can run one query ( select id, name from…) is faster than pushing matches one by one. This approach has the…
glookka · 2024-03-06 · 0 · #1897
est::NO_ESTIMATEfeature::join
Feature request: Connection from common GUI (eg MySql Workbench, Devart dbForge,...)
gootchick · 2024-09-25 · 14 · #1019
sanikolaev · 2023-08-16
Fixed join vs distinct facets; fixed join vs implicit groupby
Fixed join vs distinct facets; fixed join vs implicit groupby
glookka · 2024-05-28 · 0 · #2243
sanikolaev · 2024-07-17 · 15 · #1673
est::size_XLrel::6.3.0
sanikolaev · 2024-03-06
Implement multi-threaded faceted join queries
…multi-threaded execution of facet join queries. Multi-threaded execution…several sorters in the joined query, join multi sorter replaces the…valid pointers inside the multi join sorter. This can be…pointers or by leaving one multisorter and changing the…
glookka · 2024-03-27 · 0 · #1992
est::size_Mfeature::join
Native support for message queues
AbstractiveNord · 2024-09-25 · 39 · #1500
est::size_L
sanikolaev · 2024-05-21
The task is to add support for joining multiple tables, so it's possible to execute queries like: select * from people left join names on people.name_id = names.id left join surnames on people.surname_id = surnames.id
sanikolaev · 2024-03-06 · 1 · #1916
est::size_Lfeature::join
POC: integrate Rust ML library with Manticore Search C++ code
sanikolaev · 2024-10-01 · 13 · #2074
sanikolaev · 2024-05-07
Implemented mixed filters in JOIN (from left and right tables with a filter tree); fixed misc join-related issues; added specialized join filters
glookka · 2024-04-30 · 0 · #2113
Ability to support using index fields as ranking factor
scruel · 2024-07-14 · 4 · #2095
waiting
sanikolaev · 2024-04-30
…on an operand from the joined table, you can't…n cond from nums inner join nums2 on nums2.id = nums…n cond from nums inner join nums2 on nums2.id = nums…n cond from nums inner join nums2 on nums2.id = nums…n cond from nums inner join nums2 on nums2.id =…
sanikolaev · 2024-03-19 · 1 · #1919
est::size_Mfeature::join
donhardman · 2024-09-13 · 13 · #2208
est::size_Sfeature::join
glookka · 2024-06-14
…of two tables, each with one line of Cyrillic text. utf8mb4…to use data from sql_joined_field in stored_fields, we…of Cyrillic from all sql_joined_field: Manticore 6.0.4…
madgreen1 · 2023-07-13 · 9 · #1153
bug
Lookup for vector in different index while searching for similar docs.
starinacool · 2024-09-10 · 11 · #2351
est::size_Sbuddy_candidatefeature::vector_search
starinacool · 2024-07-02
Manticore crashes when search with ZONESPAN is done through api
Describe the bug When making a request through api with ZONESPAN operator manticore server crashes. To Reproduce Steps to reproduce the behavior: Create an index with 'index_zones' => 'p','html_strip' => '1' settings (using php-client), field with text …
acya-skulskaya · 2022-06-11 · 6 · #797
bug
Indexer crashes on merging main and delta indexes
Grabien · 2024-09-04 · 37 · #1578
bug
klirichek · 2024-04-19
…is to implement INNER/LEFT JOIN functionality with the following limitations…* from purchases AS p left join articles AS a ON a…
sanikolaev · 2024-07-17 · 15 · #1673
est::size_XLrel::6.3.0
Manticoresearch crashes with memory issues
RyDoRe · 2024-09-24 · 13 · #2525
RyDoRe · 2024-08-28
index_zones vs html_index_attrs
It looks like index_zones disables html_index_attrs and it may be wrong: index_zones + html_index_attrs: mysql> create table t(f text) html_strip='1' html_index_attrs='a=href' index_zones='a'; insert into t values(0, '<a href="href1" title="title1">a1</a> …
githubmanticore · 2022-01-20 · 0 · #520
Upgrading manticore on RHEL 8.8 using official repo results in many dnf errors
digirave · 2024-07-05 · 5 · #1178
digirave · 2023-06-24
where joined_table.id = 1 or joined_table.id = 2
select * from t inner join t2 on t.id = t2.…', 1); select * from t inner join t2 on t.id = t2…sec) -------------- select * from t inner join t2 on t.id = t2…() works: select * from t inner join t2 on t.id = t2…
sanikolaev · 2024-03-21 · 2 · #1978
bugest::size_Sfeature::join
sanikolaev · 2024-07-17 · 15 · #1673
est::size_XLrel::6.3.0
TomislavAnastasovski · 2024-06-10
…our next step, we'll join the cluster using the current…. The command is as follows: JOIN CLUSTER c2 at '127.0…) would function in this manner: JOIN CLUSTER c2 at '127.0…
donhardman · 2023-09-06 · 1 · #1366
est::size_M
POC: integrate Rust ML library with Manticore Search C++ code
sanikolaev · 2024-10-01 · 13 · #2074
AbstractiveNord · 2024-04-25
Proposal: We should implement a JOIN operation that can be executed…field with the specified values: { "join": [ { "table": "another table", "fields": ["source…
donhardman · 2024-09-13 · 13 · #2208
est::size_Sfeature::join
Nick-S-2018 · 2024-09-10 · 4 · #2467
bugest::size_M
sanikolaev · 2024-09-10
Implemented table join…
glookka · 2024-03-08 · 44 · #1855
sanikolaev · 2024-09-27 · 6 · #2249
klirichek · 2024-09-25
select ... join + facet against 2 tables of…, actor_ids from movies inner join movies_liked on movies_liked…. Perhaps after fixing that, this one will become faster.
sanikolaev · 2024-03-19 · 2 · #1950
est::size_Mfeature::join
Document SI for JSON after initial testing
glookka · 2024-08-07 · 3 · #2348
rel::upcomingest::size_S
sanikolaev · 2024-08-07