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

477 results 259 ms in manticoresoftware/manticoresearch

Test/update blocking by combining blocks

PavelShilin89PavelShilin89 · 2024-11-14 · 20 · #2661

done

…| MICHAEL BROWN | a | | 3 | WILLIAM JONES | a | | 4 | DAVID GARCIA | a…| MICHAEL BROWN | b | | 3 | WILLIAM JONES | b | | 4 | DAVID GARCIA | b…| MICHAEL BROWN | b | | 3 | WILLIAM JONES | b | | 4 | DAVID GARCIA | b…

github-actions[bot]github-actions[bot] · 2024-10-23

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…

sanikolaevsanikolaev · 2024-05-23 · 1 · #1915

feature::joinrel::6.3.0

Test/update blocking by combining blocks

PavelShilin89PavelShilin89 · 2024-11-14 · 20 · #2661

done

…| MICHAEL BROWN | a | | 3 | WILLIAM JONES | a | | 4 | DAVID GARCIA | a…| MICHAEL BROWN | b | | 3 | WILLIAM JONES | b | | 4 | DAVID GARCIA | b…| MICHAEL BROWN | b | | 3 | WILLIAM JONES | b | | 4 | DAVID GARCIA | b…

github-actions[bot]github-actions[bot] · 2024-10-23

fixed specifying options for both joined tables in one query

fixed specifying options for both joined tables in one query

glookkaglookka · 2024-12-20 · 0 · #2875

Created test-update-with-query-log-min-msec.rec

PavelShilin89PavelShilin89 · 2025-03-19 · 8 · #3210

done

…| JOANNIE HENSON | a | | 997670 | DENNY JONES | a | | 997623 | JOHNETTA DELATORRE | a…| | 997577 | JONA CORRAL | a | | 997563 | JONE FOLSOM | a | | 997512 | JOAN CALKINS…

github-actions[bot]github-actions[bot] · 2025-03-18

JOIN mem leak

…added to the join cache but the second one fails, causing a…j2; select count(*) from j1 join j2 on j1.sid=j2…

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

bugrel::7.4.6

Created test-update-with-query-log-min-msec.rec

PavelShilin89PavelShilin89 · 2025-03-19 · 8 · #3210

done

…| JOANNIE HENSON | a | | 997670 | DENNY JONES | a | | 997623 | JOHNETTA DELATORRE | a…| | 997577 | JONA CORRAL | a | | 997563 | JONE FOLSOM | a | | 997512 | JOAN CALKINS…

github-actions[bot]github-actions[bot] · 2025-03-18

sql_joined_field charset

…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…

madgreen1madgreen1 · 2023-07-13 · 9 · #1153

bug

Update test-fuzzy-search.rec and added srand(42) to load_names_attr.php

PavelShilin89PavelShilin89 · 2025-03-13 · 70 · #3146

done

…| JOANNIE HENSON | a | | 997670 | DENNY JONES | a | | 997623 | JOHNETTA DELATORRE | a…| | 997577 | JONA CORRAL | a | | 997563 | JONE FOLSOM | a | | 997512 | JOAN CALKINS…

github-actions[bot]github-actions[bot] · 2025-03-05

Fixed several join-related issues: join vs json facets, join vs json count distinct, joined OR filters; added better error reporting for join queries

Fixed several join-related issues: join vs json facets, join vs json count distinct, joined OR filters; added better error reporting for join queries

glookkaglookka · 2024-03-25 · 3 · #1997

Update test-fuzzy-search.rec and added srand(42) to load_names_attr.php

PavelShilin89PavelShilin89 · 2025-03-13 · 70 · #3146

done

…| JOANNIE HENSON | a | | 997670 | DENNY JONES | a | | 997623 | JOHNETTA DELATORRE | a…| | 997577 | JONA CORRAL | a | | 997563 | JONE FOLSOM | a | | 997512 | JOAN CALKINS…

github-actions[bot]github-actions[bot] · 2025-02-28

Right joined table weight does not work in expressions

…match weight from the right joined table can be used in…join2.weight() from join1 inner join join2 on join1.string_id….weight()*2 from join1 inner join join2 on join1.string_id…

glookkaglookka · 2025-01-16 · 3 · #2919

bug

Update test-fuzzy-search.rec and added srand(42) to load_names_attr.php

PavelShilin89PavelShilin89 · 2025-03-13 · 70 · #3146

done

…| JOANNIE HENSON | a | | 997670 | DENNY JONES | a | | 997623 | JOHNETTA DELATORRE | a…| | 997577 | JONA CORRAL | a | | 997563 | JONE FOLSOM | a | | 997512 | JOAN CALKINS…

github-actions[bot]github-actions[bot] · 2025-03-02

JOIN via JSON request

Proposal: We should implement a JOIN operation that can be executed…field with the specified values: { "join": [ { "table": "another table", "fields": ["source…

donhardmandonhardman · 2024-10-21 · 14 · #2208

est::size_Sfeature::join

Updating all blocks in the daemon stop startup

PavelShilin89PavelShilin89 · 2025-03-13 · 23 · #3191

done

…| JOANNIE HENSON | a | | 997670 | DENNY JONES | a | | 997623 | JOHNETTA DELATORRE | a…| | 997577 | JONA CORRAL | a | | 997563 | JONE FOLSOM | a | | 997512 | JOAN CALKINS…

github-actions[bot]github-actions[bot] · 2025-03-12

Join issue when filtering by columnar attributes

Bug Description: Join does not return results if…of a left join no results are -- returned, despite one matching entry…) as test2 from join1 left join join2 on join1.string_id…

glookkaglookka · 2024-07-31 · 1 · #2342

bugfeature::joinrel::6.3.4

Updating all blocks in the daemon stop startup

PavelShilin89PavelShilin89 · 2025-03-13 · 23 · #3191

done

…| JOANNIE HENSON | a | | 997670 | DENNY JONES | a | | 997623 | JOHNETTA DELATORRE | a…| | 997577 | JONA CORRAL | a | | 997563 | JONE FOLSOM | a | | 997512 | JOAN CALKINS…

github-actions[bot]github-actions[bot] · 2025-03-12

Created test-avg-select-join.rec

Type of Change (select one): Bug fix Description of the…-test to check if LEFT JOIN is executed correctly when the…

PavelShilin89PavelShilin89 · 2025-02-26 · 3 · #3107

done

Fix extra space before input command in fuzzy search test

donhardmandonhardman · 2025-03-20 · 2 · #3074

…| JOANNIE HENSON | a | | 997670 | DENNY JONES | a | | 997623 | JOHNETTA DELATORRE | a…| | 997577 | JONA CORRAL | a | | 997563 | JONE FOLSOM | a | | 997512 | JOAN CALKINS…

github-actions[bot]github-actions[bot] · 2025-03-18

JOIN: wrong count(*)

…name, COUNT(*) FROM customers INNER JOIN orders ON customers.id = orders…> SELECT name FROM customers INNER JOIN orders ON customers.id = orders…

sanikolaevsanikolaev · 2024-06-26 · 1 · #2201

bugest::size_Sfeature::joinrel::6.3.2

CI: probable fix of the issue with pushing test-kit-latest to ghcr

sanikolaevsanikolaev · 2025-03-19 · 2 · #3223

…| JOANNIE HENSON | a | | 997670 | DENNY JONES | a | | 997623 | JOHNETTA DELATORRE | a…| | 997577 | JONA CORRAL | a | | 997563 | JONE FOLSOM | a | | 997512 | JOAN CALKINS…

github-actions[bot]github-actions[bot] · 2025-03-19

Implemented mixed filters in JOIN (from left and right tables with a filter tree); fixed misc join-related issues; added specialized join filters

Implemented mixed filters in JOIN (from left and right tables with a filter tree); fixed misc join-related issues; added specialized join filters

glookkaglookka · 2024-04-30 · 0 · #2113

CI: probable fix of the issue with pushing test-kit-latest to ghcr

sanikolaevsanikolaev · 2025-03-19 · 2 · #3223

…| JOANNIE HENSON | a | | 997670 | DENNY JONES | a | | 997623 | JOHNETTA DELATORRE | a…| | 997577 | JONA CORRAL | a | | 997563 | JONE FOLSOM | a | | 997512 | JOAN CALKINS…

github-actions[bot]github-actions[bot] · 2025-03-19

Fixed join vs distinct facets; fixed join vs implicit groupby

Fixed join vs distinct facets; fixed join vs implicit groupby

glookkaglookka · 2024-05-28 · 0 · #2243

Implement test on concurrency insert/update in cluster environment

donhardmandonhardman · 2025-03-21 · 6 · #3194

…| JOANNIE HENSON | a | | 997670 | DENNY JONES | a | | 997623 | JOHNETTA DELATORRE | a…| | 997577 | JONA CORRAL | a | | 997563 | JONE FOLSOM | a | | 997512 | JOAN CALKINS…

github-actions[bot]github-actions[bot] · 2025-03-18

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…

sanikolaevsanikolaev · 2024-03-21 · 2 · #1978

bugest::size_Sfeature::join

Created test-update-with-query-log-min-msec.rec

PavelShilin89PavelShilin89 · 2025-03-19 · 8 · #3210

done

…| JOANNIE HENSON | a | | 997670 | DENNY JONES | a | | 997623 | JOHNETTA DELATORRE | a…| | 997577 | JONA CORRAL | a | | 997563 | JONE FOLSOM | a | | 997512 | JOAN CALKINS…

github-actions[bot]github-actions[bot] · 2025-03-18

JOIN performance issue

…sec: select * from test left join test2 on test.tid = test2…sec: select * from test left join test2 on test.tid = test2…. Data is in /home/ilya/join_perf/data.sql Manticore Search…

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

bugrel::7.4.6

🆕 Update load version

githubmanticoregithubmanticore · 2025-03-18 · 1 · #3207

…| JOANNIE HENSON | a | | 997670 | DENNY JONES | a | | 997623 | JOHNETTA DELATORRE | a…| | 997577 | JONA CORRAL | a | | 997563 | JONE FOLSOM | a | | 997512 | JOAN CALKINS…

github-actions[bot]github-actions[bot] · 2025-03-18

JOIN multiple tables

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

sanikolaevsanikolaev · 2024-03-06 · 1 · #1916

est::size_Lfeature::join

Distributed inserts (_bulk, replace, update)

PavelShilin89PavelShilin89 · 2025-03-21 · 18 · #3073

1👍1

done

…| JOANNIE HENSON | a | | 997670 | DENNY JONES | a | | 997623 | JOHNETTA DELATORRE | a…| | 997577 | JONA CORRAL | a | | 997563 | JONE FOLSOM | a | | 997512 | JOAN CALKINS…

github-actions[bot]github-actions[bot] · 2025-03-18

Incorrect query result when JOIN batching is enabled

…| warning | table test: Join cache overflow detected; increase join_cache_size to…+----------------+-------------------------------------------------------------------------------------------+ select * from test left join test2 on test.tid = test2…

glookkaglookka · 2025-02-28 · 1 · #2996

bugrel::7.4.6

Distributed inserts (_bulk, replace, update)

PavelShilin89PavelShilin89 · 2025-03-21 · 18 · #3073

1👍1

done

…| JOANNIE HENSON | a | | 997670 | DENNY JONES | a | | 997623 | JOHNETTA DELATORRE | a…| | 997577 | JONA CORRAL | a | | 997563 | JONE FOLSOM | a | | 997512 | JOAN CALKINS…

github-actions[bot]github-actions[bot] · 2025-03-18

1👀1

INNER/LEFT JOIN

…is to implement INNER/LEFT JOIN functionality with the following limitations…* from purchases AS p left join articles AS a ON a…

sanikolaevsanikolaev · 2024-07-17 · 15 · #1673

3👍3

est::size_XLrel::6.3.0

SELECT does not wait for FREEZE + UPDATE

PavelShilin89PavelShilin89 · 2025-03-19 · 12 · #2805

done

…| JOANNIE HENSON | a | - | 997670 | DENNY JONES | a | - | 997623 | JOHNETTA DELATORRE | a…| - | 997577 | JONA CORRAL | a | - | 997563 | JONE FOLSOM | a | - | 997512 | JOAN CALKINS…

github-actions[bot]github-actions[bot] · 2025-03-13

Added auto-adjustment of max_matches for right joined query; fixed joined weight not working in expressions

Added auto-adjustment of max_matches for right joined query; fixed joined weight not working in expressions

glookkaglookka · 2025-01-12 · 0 · #2920

fixed an issue with determining the local time zone on linux

glookkaglookka · 2025-03-19 · 3 · #3222

…| JOANNIE HENSON | a | | 997670 | DENNY JONES | a | | 997623 | JOHNETTA DELATORRE | a…| | 997577 | JONA CORRAL | a | | 997563 | JONE FOLSOM | a | | 997512 | JOAN CALKINS…

github-actions[bot]github-actions[bot] · 2025-03-19

Implement batching inside a join query

Proposal: Currently join works by generating a query…are a lot of unique join conditions, this is very slow…. We could accumulate join conditions for several queries in…

glookkaglookka · 2025-01-23 · 8 · #2909

rel::7.0.0

fixed an issue with determining the local time zone on linux

glookkaglookka · 2025-03-19 · 3 · #3222

…| JOANNIE HENSON | a | | 997670 | DENNY JONES | a | | 997623 | JOHNETTA DELATORRE | a…| | 997577 | JONA CORRAL | a | | 997563 | JONE FOLSOM | a | | 997512 | JOAN CALKINS…

github-actions[bot]github-actions[bot] · 2025-03-19

sql_joined_field can't be stored

…sql_joined_field's name…select 1, 'abc' doc sql_joined_field = tag from query; select…1, 'joined' } index idx { path = idx…> select * from idx where match('joined'); ------ ------ ------ | id | doc | tag | ------ ------ ------ | 1…

sanikolaevsanikolaev · 2022-09-16 · 5 · #470

1👍1

bug