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

794 results 35 ms in manticoresoftware/manticoresearch-buddy

Fuzzy plugin doesn't support quote table names

Bug Description: select ... `<table name>` ... fuzzy=1 fails with no such table '' : MRE: mysql> drop table if exists t; create table t; SELECT * FROM `t` WHERE MATCH('abc') OPTION fuzzy = 1; -------------- drop table if exists t -------------- Query OK, …

sanikolaevsanikolaev · 2025-03-24 · 2 · #496

bug

Distributed inserts (_bulk, replace, update)

donhardmandonhardman · 2025-03-21 · 28 · #392

1👀1

est::size_M

Two Approaches for ID Generation and Sharding 1. Snowflake-like ID Generation Even distribution is prioritized. This approach generates unique IDs with embedded shard information. Structure (63-bit integer): 41 bits: timestamp (milliseconds since custom …

donhardmandonhardman · 2024-11-12

Fix issue with _bulk inserts into sharded table

donhardmandonhardman · 2025-03-24 · 2 · #504

CI: nothing in which includes

donhardmandonhardman · 2025-03-24 · 1 · #509

bug

As discussed the fix was implemented here: https://github.com/manticoresoftware/manticoresearch/pull/3231 Let's check and review it, because to test we should run our action from master, not sure how to validate it.

donhardmandonhardman · 2025-03-24

Sharding error handling improvements and fixes

donhardmandonhardman · 2025-03-24 · 16 · #508

Distributed inserts (_bulk, replace, update)

donhardmandonhardman · 2025-03-21 · 28 · #392

1👀1

est::size_M

As we discussed in Slack, let's avoid using the snowflake ID approach, as we need to keep the option to provide custom IDs. Instead of the modulo function, let's explore other options, like jump consistent hashing.

sanikolaevsanikolaev · 2024-11-12

CI: nothing in which includes

Bug Description: Currently when we run update deps in Buddy repo we have no commits presented in the "which includes" section in the comment of pull request in manticoresearch repo Manticore Search Version: Latest Operating System Version: Ubuntu Have you …

donhardmandonhardman · 2025-03-24 · 1 · #509

bug

Fuzzy plugin doesn't support quote table names

sanikolaevsanikolaev · 2025-03-24 · 2 · #496

bug

Fixed: https://github.com/manticoresoftware/manticoresearch-buddy/pull/500 @PavelShilin89 let's add single case for fuzzy test when we do fuzzy query with table in backticks (`)

donhardmandonhardman · 2025-03-04

Unstable fuzzy results with default layouts after disk chunk flush

Bug Description: The same select returns an empty result after flush ramchunk . Example: mysql -P9306 -h0 -v -e "drop table if exists t; create table t(name text) min_infix_len='2' diskchunk_flush_write_timeout = '9999'; insert into t values(1, 'LIMITED …

sanikolaevsanikolaev · 2025-03-24 · 8 · #489

bug

Distributed inserts (_bulk, replace, update)

donhardmandonhardman · 2025-03-21 · 28 · #392

1👀1

est::size_M

@donhardman also, as we discussed select uuid_short() may be required in the daemon. I've discussed it with @tomatolog and it's not a big deal to add it. Pls create a separate task about it if required.

sanikolaevsanikolaev · 2024-11-12

Update README with info about meta in protocol

donhardmandonhardman · 2024-11-13 · 0 · #396

Processing JSON fields with _field_caps

Nick-S-2018Nick-S-2018 · 2025-01-31 · 1 · #449

rel::7.0.0

Implemented in https://github.com/manticoresoftware/manticoresearch-buddy/commit/f99def15c6c14e9c7d6b2dbd643659e44b1330d2

Nick-S-2018Nick-S-2018 · 2025-01-27

Fuzzy search doesn't find "defghi" by "def ghi" when there's another document

Bug Description: This works fine: defghi is found by def ghi : mysql> select * from t where match('aa def ghi xxx') option fuzzy=1, layouts=''; Empty set (0.00 sec) mysql> drop table if exists t; Query OK, 0 rows affected (0.02 sec) mysql> create table t( …

sanikolaevsanikolaev · 2025-03-23 · 6 · #490

bug

Elastic-Manticore mapping change

Nick-S-2018Nick-S-2018 · 2025-01-31 · 1 · #416

bugrel::7.0.0

Done in https://github.com/manticoresoftware/manticoresearch-buddy/commit/e7ab5e9ec08f32216617fac9376410f6fac1ec12

Nick-S-2018Nick-S-2018 · 2025-01-27

Add support of bulk and SQL to distributed inserts

Proposal: We should add logic that will support our own endpoint bulk and will parse it the same way we do for _bulk to make insertion into distributed tables possible. Also, as discussed before, we should explore the possibility of using our old SQL …

donhardmandonhardman · 2025-02-06 · 5 · #408

Distributed inserts (_bulk, replace, update)

donhardmandonhardman · 2025-03-21 · 28 · #392

1👀1

est::size_M

I have created a task: https://github.com/manticoresoftware/manticoresearch/issues/2752

donhardmandonhardman · 2024-11-12

Error response for multi query request including fuzzy search

Bug Description: curl localhost:9308/cli -d "CREATE TABLE test(f text) min_infix_len='2' '' curl localhost:9308/cli -d "SELECT f FROM test WHERE MATCH('a') OPTION fuzzy=1;show meta;" ERROR: P01: syntax error, unexpected ';' near ';show meta;SHOW META' It …

Nick-S-2018Nick-S-2018 · 2025-03-18 · 1 · #507

bug

Fuzzy plugin doesn't support quote table names

sanikolaevsanikolaev · 2025-03-24 · 2 · #496

bug

@donhardman Added case - Fuzzy plugin supports table names in quotes in test-fuzzy-search.rec, done in PR - https://github.com/manticoresoftware/manticoresearch/pull/3237. Please give approval to merge.

PavelShilin89PavelShilin89 · 2025-03-24

Autosharding tests: inputs & syntax validation

Validate the execution of the "create table" command. Ensure the minimum/maximum values for the replication factor and shards are set. Verify the error handling for incorrect syntax. Differentiate between local sharded and distributed tables based on …

donhardmandonhardman · 2025-03-17 · 26 · #158

bug

Distributed inserts (_bulk, replace, update)

donhardmandonhardman · 2025-03-21 · 28 · #392

1👀1

est::size_M

https://github.com/manticoresoftware/manticoresearch/issues/2752 is done

sanikolaevsanikolaev · 2024-11-13

Autosharding tests: Perf & heavy load

Measure and validate latency from query execution to final results on different shards and replication factors. Ensure that we have enough timeout for waiting for the blocking "create table" command to return a response to the user in case of high shard …

donhardmandonhardman · 2024-08-05 · 0 · #162

est::size_L

Unstable fuzzy results with default layouts after disk chunk flush

sanikolaevsanikolaev · 2025-03-24 · 8 · #489

bug

The issue is not reproducible after the related fix with setting new defaults for layouts: https://github.com/manticoresoftware/manticoresearch-buddy/pull/493 But still there is a problem on the daemon side and inconsistency of the results. Flushing RAM …

donhardmandonhardman · 2025-02-20

Rename job names

Proposal: It's inconvenient that the job names are all the same. Let's rename them, so they start with OS name: Checklist:

sanikolaevsanikolaev · 2025-02-21 · 0 · #495

est::size_S

Escaping table names in auto schema requests

Nick-S-2018Nick-S-2018 · 2025-01-31 · 1 · #424

bugest::size_Srel::7.0.0

Done in https://github.com/manticoresoftware/manticoresearch-buddy/commit/e7ab5e9ec08f32216617fac9376410f6fac1ec12

Nick-S-2018Nick-S-2018 · 2025-01-27

Buddy loose records in log (debugv mode)

Bug Description: #!/usr/bin/env bash set -x docker stop kafka && docker rm kafka docker stop manticore && docker rm manticore wget -O /tmp/import.sh https://raw.githubusercontent.com/manticoresoftware/manticoresearch-buddy/main/test/Kafka/import.sh wget - …

djklim87djklim87 · 2025-02-20 · 1 · #342

bugest::size_S

Distributed inserts (_bulk, replace, update)

donhardmandonhardman · 2025-03-21 · 28 · #392

1👀1

est::size_M

Buddy: Testing with following parameters: Curl command: curl -H 'Content-type: application/x-ndjson' --data-binary @bulk.json http://localhost:9308/_bulk Number of requests: 1000 Concurrency: 12 ---------------------------------------- Single-thread curl …

donhardmandonhardman · 2024-11-26

Improved error message for dropping sharded tables

sanikolaevsanikolaev · 2025-01-21 · 0 · #461

Copy of #478

sanikolaevsanikolaev · 2025-02-01 · 1 · #481

Passed all tests. Closing.

sanikolaevsanikolaev · 2025-02-01

Support for REPLACE in auto schema

Bug Description: We need to support auto table creation for REPLACE queries just as we do for INSERT ones. E.g., the following query must create the test table if it does not exist: REPLACE INTO test(f) VALUES(1) Manticore Search Version: dev Operating …

Nick-S-2018Nick-S-2018 · 2024-12-18 · 0 · #425

bugest::size_M

Unstable fuzzy results with default layouts after disk chunk flush

sanikolaevsanikolaev · 2025-03-24 · 8 · #489

bug

that is usual behavior - then no terms matched to disk chunk \ ram chunk dictionary original tokenized \ normalized term added - that is why why all data are in ram segments there is no | 1 | li?ited | li?ited | then you flushed data into disk chunk call …

tomatologtomatolog · 2025-02-20

Applying specific table settings when creating a table by autoschema

Proposal: Sometimes, a table auto-created by a request from an Elastic tool (e.g., Kibana) requires specific settings to be applied ( e.g., enabling min_infix_len , etc.). We need to be able to recognize such requests by their endpoints and apply required …

Nick-S-2018Nick-S-2018 · 2024-09-10 · 0 · #343

est::size_S

CI: disable CLT tests in main

donhardmandonhardman · 2025-02-24 · 3 · #474

Let's add this: continue-on-error: ${{ matrix.experimental }} if the current branch is "main", i.e. not a PR, so we don't fail the whole tests workflow if the CLT tests job fails in the main branch.

sanikolaevsanikolaev · 2025-02-03

Distributed /bulk inserts

Proposal: We should add logic that will support our own bulk ( /bulk ) endpoint and parse it the same way we do for /_bulk to make insertion into distributed tables possible. As discussed before, there are several things to check: Whether it works with …

donhardmandonhardman · 2025-01-20 · 4 · #413

Distributed inserts (_bulk, replace, update)

donhardmandonhardman · 2025-03-21 · 28 · #392

1👀1

est::size_M

While we are waiting for things that are blocking our next move, let's cover the functionality with tests that we can already implement and manually verify. Location: https://github.com/manticoresoftware/manticoresearch/pull/2784/ Documentation reference …

donhardmandonhardman · 2024-11-27

Limited number of characters

We already have the option to skip loading the selected plugin when the daemon starts, but if we try to skip installing many plugins, any further conditions will be skipped when we go beyond the number of characters that can be processed. Reproducing this …

PavelShilin89PavelShilin89 · 2024-08-22 · 0 · #344

bug

Unstable fuzzy results with default layouts after disk chunk flush

sanikolaevsanikolaev · 2025-03-24 · 8 · #489

bug

I pushed the fix into https://github.com/manticoresoftware/manticoresearch/pull/3113 there added original tokenized \ normalized term all the time even tokenized term got expanded into multiple other terms. I also changed some ubertests to match the new …

tomatologtomatolog · 2025-02-20

Improve table formatter approach

Bug Description: The table version of view for SHOW VERSION query gives us JSON curl http://localhost:9308/cli?show%20version [ { "total": 5, "error": "", "warning": "", "columns": [ { "Component": { "type": "string" } }, { "Version": { "type": "string" } …

donhardmandonhardman · 2025-02-20 · 9 · #369

bug

CI: disable CLT tests in main

donhardmandonhardman · 2025-02-24 · 3 · #474

Implemented: https://github.com/manticoresoftware/manticoresearch/pull/3076 https://github.com/manticoresoftware/manticoresearch-buddy/pull/487

donhardmandonhardman · 2025-02-10

Handling of incompatible plugins

Think what we can do with things like this: mysql> show version; +-----------+--------------------------------+ | Component | Version | +-----------+--------------------------------+ | Daemon | 6.2.13 7e1e4f312@24021217 dev | | Columnar | columnar 2.2.5 …

sanikolaevsanikolaev · 2024-02-20 · 2 · #211

Unstable fuzzy results with default layouts after disk chunk flush

sanikolaevsanikolaev · 2025-03-24 · 8 · #489

bug

Another example of wrong fuzzy search results. Pls check after the fix: mysql> drop table if exists t; CREATE TABLE t(f text ) min_infix_len='2' expand_keywords='1'; INSERT INTO t VALUES (1,'TH'),(2,'THIBODEAUX'); select * from t where match(' …

sanikolaevsanikolaev · 2025-02-21