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

1373 results 33 ms in manticoresoftware/manticoresearch-buddy

Make backup work on Windows

donhardmandonhardman · 2023-02-20 · 0 · #99

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

Improve the Worker exception logging to provide clearer and more informative output in the logs

djklim87djklim87 · 2025-04-22 · 2 · #519

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: added checklist validator

sanikolaevsanikolaev · 2025-04-24 · 0 · #530

Fix: Use truncate instead for agents of distributed tables

donhardmandonhardman · 2025-04-24 · 1 · #525

…clt ❌ CLT tests in test/clt-tests/bugs/ ✅ OK: 0 ❌ Failed: 1 ⏳ Duration: 15s 👉 Check Action Results for commit aca40c6 Failed tests: ––– input ––– rm -f /var/log/manticore/searchd.log; stdbuf -oL searchd --stopwait > /dev/null; stdbuf -oL searchd > /dev/ …

github-actions[bot]github-actions[bot] · 2025-04-22

Fix: metric deserialization issue and new buddy-core

donhardmandonhardman · 2024-12-17 · 1 · #422

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

Improve worker exceptions output

djklim87djklim87 · 2025-04-22 · 0 · #526

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

Added support for Opensearch-dashboards

Nick-S-2018Nick-S-2018 · 2025-04-24 · 0 · #523

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

Fix issue with drop sharded table

donhardmandonhardman · 2024-10-23 · 0 · #383

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

Auto-sharding rebalancing

Bug Description: Due to the latest test we performed, we found that there is an issue with rebalancing. When we stop one node from the cluster, the rebalancing is not happening. We should investigate and find out the reason: https://github.com/ …

donhardmandonhardman · 2025-04-24 · 0 · #528

bug

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

Update composer deps to support initialization without access to plug…

…gable dir

donhardmandonhardman · 2024-11-19 · 0 · #398

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

Fix/distributed table fuzzy

donhardmandonhardman · 2025-04-06 · 0 · #515

Copy of #478

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

Passed all tests. Closing.

sanikolaevsanikolaev · 2025-02-01

ci: updated issue templates

sanikolaevsanikolaev · 2025-04-24 · 0 · #529

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

Fix: Use truncate instead for agents of distributed tables

donhardmandonhardman · 2025-04-24 · 1 · #525

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

Queues MV: Show query compile error

djklim87djklim87 · 2025-01-17 · 0 · #456

Distributed inserts (_bulk, replace, update)

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

1👀1

est::size_M

Here's how the new functionality can be tested and one bug: snikolaev@dev2:~$ docker run --name kit --rm -it ghcr.io/manticoresoftware/manticoresearch:test-kit-buddy-402 bash root@9356d020d256:/# searchd Manticore 6.3.9 9183ab762@24112704 dev (columnar 2. …

sanikolaevsanikolaev · 2024-11-27

1👀1

Fix critical bug with increasing of runtimes on exception

donhardmandonhardman · 2023-11-02 · 1 · #170

Distributed inserts (_bulk, replace, update)

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

1👀1

est::size_M

One more bug: all docs are routed to the same shard: root@9356d020d256:/# mysql -P9306 -h0 -e "create table t(f text) shards=3 rf=1;" root@9356d020d256:/# for n in `seq 1 200`; do curl -s 0:9308/insert -d '{"table": "t", "id": 0, "doc": {"f": "abc"}}' > / …

sanikolaevsanikolaev · 2024-11-27

1👀1

Copy of #478

https://github.com/manticoresoftware/manticoresearch-buddy/pull/478 can't pass all the tests due to a permissions issue. This is a copy.

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

Distributed inserts (_bulk, replace, update)

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

1👀1

est::size_M

For make it simpler to write tests here what I used to test: curl -H 'Content-type: application/x-ndjson' --data-binary @bulk.json http://localhost:9308/_bulk Same for /insert and other endpoitns. And here what I used for example of document { "index": "a …

donhardmandonhardman · 2024-11-27

1👀1

Use json for state value and update code to fix sharding timeout exceed

Migrate sharding schema to fix issue with "Waiting timeout exceed" due to \n escaping in response

donhardmandonhardman · 2025-01-06 · 0 · #430

Distributed inserts (_bulk, replace, update)

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

1👀1

est::size_M

The latest test shows the following benchmarks on my dev machine daemon with 1 table: root@dev:/workdir# ./test.sh "curl -H 'Content-type: application/x-ndjson' --data-binary @bulk-direct.json http://localhost:9308/_bulk" 1000 12 Testing with following …

donhardmandonhardman · 2025-01-20

1👍1

Failure in "Build test kit ..." when the PR is from a fork

Hopefully fixes this https://github.com/manticoresoftware/manticoresearch-buddy/actions/runs/13088640038/job/36524015494?pr=478#step:2:137

sanikolaevsanikolaev · 2025-02-01 · 0 · #479

Development flow README

donhardmandonhardman · 2023-01-06 · 1 · #72

I've made minor changes in the text. Looks good to me, let's merge it.

sanikolaevsanikolaev · 2023-01-06

Add support for failed update and delete in clustered environment

donhardmandonhardman · 2025-03-04 · 0 · #499

Distributed inserts (_bulk, replace, update)

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

1👀1

est::size_M

@donhardman This issue blocked https://github.com/manticoresoftware/manticoresearch/issues/2963

PavelShilin89PavelShilin89 · 2025-01-21

ci: removed login to ghcr.io as the image we need is public

sanikolaevsanikolaev · 2025-02-01 · 0 · #480

Distributed inserts (_bulk, replace, update)

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

1👀1

est::size_M

SQL load bench Command used with shards changed: manticore-load --batch-size=500 --threads=1 --total=500000 --init="drop sharded table test; drop table if exists test; create table test(id bigint, value text) shards=8 rf=1" --load="insert into test(value) …

donhardmandonhardman · 2025-01-21

Updated the autoinsert of text fields in Elastic-like requests

Nick-S-2018Nick-S-2018 · 2025-01-23 · 0 · #445

Distributed inserts (_bulk, replace, update)

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

1👀1

est::size_M

Let's compare that with manual sharding, e.g. here we do the same like with shards=2 , but by writing to the shards manually: manticore-load --batch-size=500 --threads=1 --total=500000 --quiet --init="drop table if exists test; create table test(id bigint …

sanikolaevsanikolaev · 2025-01-21