👀 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
Updating buddy version to 2.3.1-24032906-541c941
githubmanticore · 2024-03-29 · 3 · #2020
syrian2012 · 2024-06-18 · 1 · #2276
waiting
sanikolaev · 2024-06-18
PavelShilin89 · 2024-02-27 · 5 · #1828
done
Daemon does not pass to Buddy all information about error.
Nick-S-2018 · 2024-10-01 · 21 · #1807
sanikolaev · 2024-02-08
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
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
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
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
Improvement of all timeouts in the clt-test folder
PavelShilin89 · 2024-02-14 · 3 · #1829
done
Native support for message queues
AbstractiveNord · 2024-09-25 · 39 · #1500
est::size_L
sanikolaev · 2024-01-15
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
Faceted Sorting Doesn't Work in Manticore with MYSQL interface
mohdmsl · 2024-09-30 · 5 · #2571
bugrel::upcoming
tomatolog · 2024-09-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
Engine columnar crash with infinity core dump loop
2peter3 · 2024-05-23 · 11 · #2176
bugrel::6.3.0
tomatolog · 2024-05-18
donhardman · 2024-04-19 · 14 · #2075
PavelShilin89 · 2024-09-25 · 1 · #2588
done
PavelShilin89 · 2024-09-24
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
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 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
Write throughput degradation in 6.3.3
sanikolaev · 2024-08-19 · 12 · #2430
bug
sanikolaev · 2024-08-01
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
move lemmatize_uk.so to /usr/share/manticore/modules/
githubmanticore · 2023-01-06 · 9 · #908
githubmanticore · 2023-01-04
MVA column query via HTTP/JSON search request
Could you please explain how to get rid of warning 'suggest an explicit ANY()/ALL() around a filter on MVA column' when I'm trying to make following query via JSON API: ... "query": { "bool": { "must": [ { "match": { "title,plain": { "query": "test one", …
twirpx · 2024-08-21 · 5 · #519
waiting
Sorting by any field in Queries with Vector Search Not Working as Expected
mohdmsl · 2024-09-03 · 8 · #2537
bug
mohdmsl · 2024-09-03
sanikolaev · 2024-08-09 · 0 · #2503
Native support for message queues
AbstractiveNord · 2024-09-25 · 39 · #1500
est::size_L
nickchomey · 2024-01-15
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
manual: marked commands and endpoints that require Buddy
sanikolaev · 2024-09-25 · 1 · #2592
sanikolaev · 2024-09-25
sanikolaev · 2024-04-15 · 9 · #2054
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
Using Plain table and Postgresql on MacOS (M1)
Hello, I don't really understand the workflow on mac M1. I have followed this tutorial https://play.manticoresearch.com/mysql/ - however, I am using PostgreSQL in my case. I am implementing search on my Postgresql tables. I did install everything …
quadlol · 2023-02-14 · 3 · #1038
Auto UUID creation seems improper? Existing docs getting overwritten even with insert operation
regstuff · 2024-07-08 · 2 · #2367
bugwaiting
sanikolaev · 2024-07-03
Let's add a new SQL command VERSION as a shortcut to select * from status like 'version' . It should return all components' versions, e.g.: mysql> version; +---------------+------------------------+ | Component | Version | …
sanikolaev · 2024-05-23 · 6 · #1494
hacktoberfestrel::6.3.0
Daemon does not pass to Buddy all information about error.
Nick-S-2018 · 2024-10-01 · 21 · #1807
sanikolaev · 2024-04-26
Update buddy version to: 2.3.9 24052014 607e084 which includes: 607e084 Fix alter rt rename (#296) 1354c47 Fix alter distributed (#295) a0a50fc Skip plugin arg and move sharding create table logic to related plugin (#293)
githubmanticore · 2024-05-20 · 3 · #2203
Nullable value for numeric related fields
scruel · 2024-06-19 · 1 · #2236
est::size_XXL
sanikolaev · 2024-06-19