👀 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
Fix: Use truncate instead for agents of distributed tables
donhardman · 2025-04-22 · 1 · #525
Distributed inserts (_bulk, replace, update)
donhardman · 2025-03-21 · 28 · #392
est::size_M
donhardman · 2024-11-12
Update README with info about meta in protocol
donhardman · 2024-11-13 · 0 · #396
Distributed inserts (_bulk, replace, update)
donhardman · 2025-03-21 · 28 · #392
est::size_M
sanikolaev · 2024-11-12
Added support for Opensearch-dashboards
Nick-S-2018 · 2025-04-18 · 0 · #523
Distributed inserts (_bulk, replace, update)
donhardman · 2025-03-21 · 28 · #392
est::size_M
sanikolaev · 2024-11-12
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 …
donhardman · 2025-02-06 · 5 · #408
Processing JSON fields with _field_caps
Nick-S-2018 · 2025-01-31 · 1 · #449
rel::7.0.0
Nick-S-2018 · 2025-01-27
Bug Description: There is weird behavior in table with single document. It works unexpectedly with in : mysql> call autocomplete('alice in', 'mre'); +--------------+ | query | +--------------+ | alice in | | alice chains | +--------------+ mysql> or mysql …
donhardman · 2025-04-16 · 2 · #514
bug
Distributed inserts (_bulk, replace, update)
donhardman · 2025-03-21 · 28 · #392
est::size_M
donhardman · 2024-11-12
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 …
sanikolaev · 2025-04-14 · 14 · #489
bug
Elastic-Manticore mapping change
Nick-S-2018 · 2025-01-31 · 1 · #416
bugrel::7.0.0
Nick-S-2018 · 2025-01-27
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" } …
donhardman · 2025-04-13 · 10 · #369
bug
Escaping table names in auto schema requests
Nick-S-2018 · 2025-01-31 · 1 · #424
bugest::size_Srel::7.0.0
Nick-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 - …
djklim87 · 2025-02-20 · 1 · #342
bugest::size_S
Distributed inserts (_bulk, replace, update)
donhardman · 2025-03-21 · 28 · #392
est::size_M
sanikolaev · 2024-11-13
Improved error message for dropping sharded tables
sanikolaev · 2025-01-21 · 0 · #461
sanikolaev · 2025-02-01 · 1 · #481
sanikolaev · 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-2018 · 2024-12-18 · 0 · #425
bugest::size_M
Distributed inserts (_bulk, replace, update)
donhardman · 2025-03-21 · 28 · #392
est::size_M
donhardman · 2024-11-26
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-2018 · 2024-09-10 · 0 · #343
est::size_S
Distributed inserts (_bulk, replace, update)
donhardman · 2025-03-21 · 28 · #392
est::size_M
donhardman · 2024-11-27
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-2018 · 2025-03-18 · 1 · #507
bug
Distributed inserts (_bulk, replace, update)
donhardman · 2025-03-21 · 28 · #392
est::size_M
sanikolaev · 2024-11-27
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 …
donhardman · 2025-01-20 · 4 · #413
Distributed inserts (_bulk, replace, update)
donhardman · 2025-03-21 · 28 · #392
est::size_M
sanikolaev · 2024-11-27
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 …
PavelShilin89 · 2024-08-22 · 0 · #344
bug
Distributed inserts (_bulk, replace, update)
donhardman · 2025-03-21 · 28 · #392
est::size_M
donhardman · 2024-11-27
Fixed filtering in timelion visualizations
Nick-S-2018 · 2025-02-20 · 0 · #491
Distributed inserts (_bulk, replace, update)
donhardman · 2025-03-21 · 28 · #392
est::size_M
donhardman · 2025-01-20
Confirm that we cannot alter or change the replicated cluster from the user side (only Buddy).
We need to ensure that changes to the cluster, necessary for replicating shards in the auto-sharding scheme, can't be made through direct requests but are only permitted from the user side. This task is on hold due to: https://github.com/manticoresoftware …
donhardman · 2024-09-05 · 3 · #207
donhardman · 2023-01-06 · 1 · #72
sanikolaev · 2023-01-06
Proposal: Currently, we support Apache Superset 3.x, but version 4.x is now available on the market. We should validate our existing support and implement any missing handlers to fully support the new version. Checklist: To be completed by the assignee. …
donhardman · 2025-02-20 · 5 · #388
est::NO_ESTIMATE
Distributed inserts (_bulk, replace, update)
donhardman · 2025-03-21 · 28 · #392
est::size_M
PavelShilin89 · 2025-01-21
Autosharding tests: Outage & Rebalancing
Validate rebalancing during node outages while maintaining the replication factor. Ignore rebalancing when any part of the shards is missing. Ensure we are not performing a rebalance during a short-term node outage. Check shard rebalancing when a new node …
donhardman · 2024-09-02 · 2 · #160
est::size_L
Distributed inserts (_bulk, replace, update)
donhardman · 2025-03-21 · 28 · #392
est::size_M
donhardman · 2025-01-21
The following request returns a json response instead of a formatted message, when repeated: curl 0:9308/cli -d "create table products(title text, price float) morphology='stem_en'" Query OK, 0 rows affected (0.002 sec) curl 0:9308/cli -d "create table …
Nick-S-2018 · 2024-03-07 · 1 · #238
Distributed inserts (_bulk, replace, update)
donhardman · 2025-03-21 · 28 · #392
est::size_M
sanikolaev · 2025-01-21
We should add support for altering sharded tables. Currently, there is no alter supported on the distributed table, so we can catch it with Buddy and process the logic. Altering a sharded table should drop the distributed table, alter all sharded tables, …
donhardman · 2024-04-29 · 0 · #265
enhancementest::size_M
Distributed inserts (_bulk, replace, update)
donhardman · 2025-03-21 · 28 · #392
est::size_M
sanikolaev · 2025-01-21