👀 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
where joined_table.id = 1 or joined_table.id = 2
select * from t inner join t2 on t.id = t2.t_id where t2.id = 1 or t2.id = 2 returns an empty result which is wrong: mysql> drop table if exists t; create table t(f text); insert into t values(1, 'abc'); drop table if exists t2; create table t2(t_id int, …
sanikolaev · 2024-03-21 · 2 · #1978
bugest::size_Sfeature::join
Sorting by any field in Queries with Vector Search Not Working as Expected
mohdmsl · 2024-09-03 · 8 · #2537
bug
tomatolog · 2024-09-02
PavelShilin89 · 2024-02-27 · 5 · #1828
done
syrian2012 · 2024-06-18 · 1 · #2276
waiting
sanikolaev · 2024-06-18
Secondary indexes for json attributes don't work with in() expressions
Bug Description: Secondary indexes are not used when running the following queries with json attributes: select id, any(x='val0' for x in j.arr) a from t where a>0; show meta; select id, in(j.arr, 'val0') a from t where a>0; show meta; select id, in(j[' …
glookka · 2024-07-08 · 1 · #2381
bugrel::upcoming
Daemon does not pass to Buddy all information about error.
Nick-S-2018 · 2024-10-01 · 21 · #1807
sanikolaev · 2024-02-08
Manual fixes and optimizations
Bug Description: Identify and correct pages with multiple H1 tags, like this example. Ensure a sitemap exists at this URL. Instead of removing old docs with old versions from the index, adjust the sitemap to reduce their weight and improve search engine …
donhardman · 2024-08-02 · 0 · #2474
enhancement
Can not create knn_type columns, How can i update version for this features.
zepen · 2024-08-13 · 3 · #2469
waiting
sanikolaev · 2024-08-07
show plan output is valid for plain index or RT index without RAM segments but with the single disk chunk. But for RT index with multiple disk chunks every disk chunks reset previously collected execution plan and dump its own. It could be better to …
tomatolog · 2024-03-12 · 1 · #1923
Secondary indexes for json attributes don't work with in() expressions
glookka · 2024-07-08 · 1 · #2381
bugrel::upcoming
glookka · 2024-07-05
Some links in the docs point to https://manual.manticoresearch.com/dev/ , e.g. https://github.com/manticoresoftware/manticoresearch-php/blob/115d864a0bcc9d29a1af868a5a13a72fa0ab2df1/docs/searchclass.md#knn Let's update them after the next release of …
sanikolaev · 2024-05-29 · 2 · #1867
est::size_S
Write throughput degradation in 6.3.3
sanikolaev · 2024-08-19 · 12 · #2430
bug
sanikolaev · 2024-07-18
Trying to make logical dump with mysqldump : mysqldump -h0 -P9306 manticore > index.sql Dump creating but with following errors: mysqldump: Error: 'P01: syntax error, unexpected SELECT, expecting integer or string or '-' near 'SELECT DISTINCT LOGFILE_ …
d47081 · 2024-01-09 · 5 · #1652
waiting
Native support for message queues
AbstractiveNord · 2024-09-25 · 39 · #1500
est::size_L
sanikolaev · 2024-01-15
donhardman · 2024-01-12 · 3 · #1722
Faceted Sorting Doesn't Work in Manticore with MYSQL interface
mohdmsl · 2024-09-30 · 5 · #2571
bugrel::upcoming
tomatolog · 2024-09-18
Updating buddy version to 2.3.1-24032906-541c941
githubmanticore · 2024-03-29 · 3 · #2020
Engine columnar crash with infinity core dump loop
2peter3 · 2024-05-23 · 11 · #2176
bugrel::6.3.0
tomatolog · 2024-05-18
after daemon stopped executer left
on linux after daemon got stopped the manticore-executor left in the background. The daemon should seng SIGTERM signal to buddy process instead of the SIGKILL
tomatolog · 2024-05-23 · 2 · #2021
bugrel::6.3.0
PavelShilin89 · 2024-09-25 · 1 · #2588
done
PavelShilin89 · 2024-09-24
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
error: cannot use 'typeid' with '-fno-rtti' when building on Debian 11
pboguslawski · 2023-01-05 · 2 · #977
sanikolaev · 2023-01-04
Update buddy version to: 2.3.13 24082909 6493f15 which includes: 6493f15 Improve exception logging and Plugin load when plugin dir is not writable 252f38c Fix variuos PHPStan issue that occured once after upgrading 4ded5c7 Fix sharding issues and improve …
githubmanticore · 2024-09-02 · 0 · #2534
Write throughput degradation in 6.3.3
sanikolaev · 2024-08-19 · 12 · #2430
bug
sanikolaev · 2024-08-01
Describe the bug Есть RT-индекс, заполняется скриптом (SQL-запросами), заполняется успешно, без ошибок. Индекс создан через файл конфига: index rt_47newsru_articles { type = rt path = /var/lib/manticore/rt_47newsru_articles # stored fields # stored_fields …
KarelWintersky · 2024-05-23 · 14 · #1924
bugrel::6.3.0
move lemmatize_uk.so to /usr/share/manticore/modules/
githubmanticore · 2023-01-06 · 9 · #908
githubmanticore · 2023-01-04
donhardman · 2024-04-19 · 14 · #2075
Sorting by any field in Queries with Vector Search Not Working as Expected
mohdmsl · 2024-09-03 · 8 · #2537
bug
mohdmsl · 2024-09-03
Fulltext search efficiency improvement
Consider the request: SELECT ut FROM listing WHERE match('T14180 "2004 фауна китайский гороскоп 5 м"/0.5') LIMIT 0,100 OPTION max_predicted_time=100, max_matches=100; Meta: +---------------------+---------------------+ | Variable_name | Value | …
starinacool · 2024-01-10 · 0 · #1653
est::NO_ESTIMATE
Native support for message queues
AbstractiveNord · 2024-09-25 · 39 · #1500
est::size_L
nickchomey · 2024-01-15
Improvement of all timeouts in the clt-test folder
PavelShilin89 · 2024-02-14 · 3 · #1829
done
manual: marked commands and endpoints that require Buddy
sanikolaev · 2024-09-25 · 1 · #2592
sanikolaev · 2024-09-25
response time is much higher than max_query_time
mysql> select * from name where match('ов') option max_query_time=1000; show meta; ERROR 1064 (42000): table name: +----------------+--------------+ | Variable_name | Value | +----------------+--------------+ | error | table name: | | warning | query …
klirichek · 2024-05-23 · 0 · #1980
bugrel::6.3.0
Can not create knn_type columns, How can i update version for this features.
zepen · 2024-08-13 · 3 · #2469
waiting
zepen · 2024-08-13
Update buddy version to: 2.3.13 24070805 2931a1f which includes: 2931a1f Introduce lazy loading for core labels like versions that before we initialized once on startup of metric thread
githubmanticore · 2024-07-08 · 0 · #2388
Auto UUID creation seems improper? Existing docs getting overwritten even with insert operation
regstuff · 2024-07-08 · 2 · #2367
bugwaiting
sanikolaev · 2024-07-03
Proposal: To have the ability to respond to free-form questions with conversational responses and maintain context for follow-up questions and answers. Competitor reference: Typesense Conversational Search. Checklist: To be completed by the assignee. …
pavelnemirovsky · 2024-09-10 · 2 · #2286
est::size_S
Daemon does not pass to Buddy all information about error.
Nick-S-2018 · 2024-10-01 · 21 · #1807
sanikolaev · 2024-04-26
Empty error message in case of absent resultset
In #1980 there is kind of ghost error message: mysql> select * from name where match('ов') option max_query_time=1000; show meta; ERROR 1064 (42000): table name: ... That is - ERROR 1064 (42000): table name: . There is no real error there, reason of such …
klirichek · 2024-05-23 · 0 · #1981
bugrel::6.3.0
Nullable value for numeric related fields
scruel · 2024-06-19 · 1 · #2236
est::size_XXL
sanikolaev · 2024-06-19