👀 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
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
Don't block UPDATEs by chunk merging
sanikolaev · 2024-10-24 · 12 · #2361
rel::upcomingest::size_M
sanikolaev · 2024-07-13
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
PavelShilin89 · 2024-09-25 · 1 · #2588
done
PavelShilin89 · 2024-09-24
If a query is successfully processed via Buddy log it in the original form
Proposal: We are currently logging all queries, both those with errors and those without. However, when a query is proxied to the Buddy and the Buddy processes it successfully, we do not log those queries at all. We only log when an error is returned. We …
donhardman · 2024-11-05 · 8 · #2235
est::size_S
Write throughput degradation in 6.3.3
sanikolaev · 2024-08-19 · 12 · #2430
bug
sanikolaev · 2024-07-18
Test/update blocking by combining blocks
Type of Change: Bug fix - When OPTIMIZE and update were running at the same time, the update was blocked:UPDATE Description of the Change: A test has been created to check the correct operation of data update operations during the execution of the …
PavelShilin89 · 2024-11-05 · 16 · #2661
done
error: cannot use 'typeid' with '-fno-rtti' when building on Debian 11
pboguslawski · 2023-01-05 · 2 · #977
sanikolaev · 2023-01-04
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
High Memory usage on Manticore instance
mohdmsl · 2024-11-05 · 2 · #2719
waiting
mohdmsl · 2024-11-05
Proposal: config CORS Checklist: To be completed by the assignee. Check off tasks that have been completed or are not applicable. Implementation completed Tests developed Documentation updated Documentation reviewed Changelog updated OpenAPI YAML updated …
fushengruomengzhang · 2024-11-06 · 2 · #2724
lld1995 · 2024-11-05 · 7 · #2393
bug
sanikolaev · 2024-07-11
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
Integrate with Symfony Panther to cover the Kibana integration with tests
sanikolaev · 2024-10-31 · 1 · #2463
est::size_M
sanikolaev · 2024-10-31
SHOW CREATE TABLE for plain tables
Let's consider adding support for SHOW CREATE TABLE for plain tables as it seems then it will be easier to convert a plain table to a real-time table via mysqldump . As of now it's also possible via ATTACH + IMPORT . Instruction below. How to migrate a …
sanikolaev · 2024-03-19 · 0 · #1925
est::size_M
syrian2012 · 2024-06-18 · 1 · #2276
waiting
sanikolaev · 2024-06-18
count(distinct ...) against multiple tables with different field order returns wrong value
…MRE: drop table if exists a; drop table if exists b; CREATE TABLE a(g int, g2 int); CREATE TABLE b(g int, g2 int); INSERT INTO a(g,g2) VALUES (1,1),(2,1); INSERT INTO b(g,g2) VALUES (1,1),(2,1); select count(distinct g) from a,b; # Returns: # …
sanikolaev · 2024-04-23 · 1 · #2076
est::size_L
Testing bug fixes in fuzzy search and autocomplete
PavelShilin89 · 2024-10-01 · 9 · #2566
done
PavelShilin89 · 2024-09-17
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
Secondary indexes for json attributes don't work with in() expressions
glookka · 2024-07-08 · 1 · #2381
bugrel::upcoming
glookka · 2024-07-05
Update warning rel. with index_exact_words
Bug Description: The warning below is wrong, because if I do create table t(f text) index_exact_words='1' min_infix_len='2' expand_keywords='1' it disappears, but I don't add any morphology: mysql> drop table if exists t; create table t(f text) index_ …
sanikolaev · 2024-06-05 · 2 · #2263
bugest::size_S
Web admin panel, which can be integrated in different platforms (like Virtualmin)
marclaporte · 2024-09-19 · 2 · #1060
marclaporte · 2023-03-01
Auto UUID creation seems improper? Existing docs getting overwritten even with insert operation
Bug Description: When adding new documents into a table and using the auto UUID feature, manticore seems to be generating UUIDs that already exist in the table and is therefore rewriting documents. I am unable to give an exact situation and MRE but I am …
regstuff · 2024-07-08 · 2 · #2367
bugwaiting
Auto UUID creation seems improper? Existing docs getting overwritten even with insert operation
regstuff · 2024-07-08 · 2 · #2367
bugwaiting
sanikolaev · 2024-07-03
Error in log on Django connection
Bug Description: SELECT VERSION(), @@sql_mode, @@default_storage_engine, @@sql_auto_is_null, @@lower_case_table_names, CONVERT_TZ('2001-01-01 01:00:00', 'UTC', 'UTC') IS NOT NULL # error=P01: syntax error, unexpected IS near 'IS NOT NULL upon connection …
tarkhil · 2024-05-21 · 1 · #2204
move lemmatize_uk.so to /usr/share/manticore/modules/
githubmanticore · 2023-01-06 · 9 · #908
githubmanticore · 2023-01-04
Lookup for vector in different index while searching for similar docs.
Proposal: In a query like this, it would be nice to specify the source index of vector: select ... from <table name> where knn ( <field>, <k>, <document id> [, <other table name>.<field>] ) <other table name>.<field> - is the notation of other index and …
starinacool · 2024-09-10 · 11 · #2351
est::size_Sbuddy_candidatefeature::vector_search
Don't block UPDATEs by chunk merging
sanikolaev · 2024-10-24 · 12 · #2361
rel::upcomingest::size_M
sanikolaev · 2024-07-15
Make files created by indexer/searchd readable/writable by searchd run normally
Even though our documentation advises running the indexer under the user manticore (e.g., sudo -u manticore indexer ), one of the most common mistakes is executing it as root . This action often results in accessibility issues with the built table files, …
sanikolaev · 2024-09-30 · 1 · #1475
est::NO_ESTIMATE
Testing bug fixes in fuzzy search and autocomplete
PavelShilin89 · 2024-10-01 · 9 · #2566
done
sanikolaev · 2024-09-18
Auto-schema on INSERT: incorrect JSON response for big IDs
Bug Description: Reproduction: curl -sX POST http://localhost:9308/insert -d'{"index":"foo","id":18446744073709551615,"doc":{"long":10.0,"lat":10.0,"description":"123","short_description":"few words..."}}' {"_index":"foo","_id":18446744073709551616.000000 …
kakserpom · 2024-11-05 · 11 · #2269
bugest::size_S
Nullable value for numeric related fields
scruel · 2024-06-19 · 1 · #2236
est::size_XXL
sanikolaev · 2024-06-19
Select abstract values work for numbers, not for strings
Describe the bug SELECT 1 as number, data FROM table_name; --works SELECT 'string' as string, data FROM table_name; --doesn't work To Reproduce Steps to reproduce the behavior: Run latest ManticoreSearch in Docker CREATE TABLE issue(data text); INSERT …
AbstractiveNord · 2023-12-05 · 8 · #1496
bug
Write throughput degradation in 6.3.3
sanikolaev · 2024-08-19 · 12 · #2430
bug
sanikolaev · 2024-08-01
mysqli_connect produces "# error=unknown command (code=17)"
UPDATE Jun 24 2024 The below is actually not a bug, but a feature request to respond to COM_CHANGE_USER (not supported in Manticore) not with an error, but with an ok message, so the clients don't fail. Bug Description: PHP version 7.4 $conn=mysqli_ …
starinacool · 2024-09-30 · 8 · #2329
bugest::NO_ESTIMATE
lld1995 · 2024-11-05 · 7 · #2393
bug
lld1995 · 2024-07-11
SUB QUERY or CTE query is not working
Confirmation Checklist: You have searched for an answer in the manual. You have considered using the forum for general discussions, which can be more suitable for non-urgent or broad queries. You are aware of our community support channels on Slack, …
parthshah2211 · 2024-07-09 · 3 · #2384
waiting
High Memory usage on Manticore instance
mohdmsl · 2024-11-05 · 2 · #2719
waiting
sanikolaev · 2024-11-05
Integrate with Symfony Panther to cover the Kibana integration with tests
sanikolaev · 2024-10-31 · 1 · #2463
est::size_M
lld1995 · 2024-11-05 · 7 · #2393
bug
sanikolaev · 2024-07-11