-
Could it be feasible for magnetico* to split its index into multiple buckets & then share half those buckets with each neighboring magnetico* instance?
If I'm running 3 crawlers on one LAN, it'd be…
-
### Bug description
Under the hood [Citus](citusdata.com) connects to the coordinator node (database server) that routes queries to the relevant worker node (another database server). Prisma on the…
-
**To Reproduce**
create table:
```
CREATE TABLE `test_table` (
`a` varchar(32) NOT NULL COMMENT ""
) ENGINE=OLAP
DUPLICATE KEY(`a`)
COMMENT "OLAP"
DISTRIBUTED BY HASH(`a`) BUCKETS 2
PROPERT…
-
### Steps to reproduce the behavior (Required)
1. Create a partitionned table with primary key
```
CREATE TABLE IF NOT EXISTS mydata (
id BIGINT,
created_on DATETIME
)
ENGINE=OLAP
PR…
-
**Describe the bug**
The predicate in the following SQL should not be pushed down to the OlapScanNode corresponding to the left table.
`SELECT * FROM t1 RIGHT ANTI JOIN t0 ON t1.c2 = t0.c2 AND t1.c4…
-
### Search before asking
- [X] I had searched in the [issues](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22bug%22) and found no similar issues.
### What happened
CDC monitors…
-
--- create table
CREATE table xng_ma.dwm_show_test_2 (
`dt` int COMMENT 'yyyyMMdd',
`mid` bigint COMMENT 'user id',
`aid` …
-
In our application documents already have an id. The id is numeric and uniformly distributed. The default RethinkDB split points for sharding, which expect a string UUID as the id, are invalid for t…
-
**Describe the bug**
Loki query labels or logs timeout with 1 minute after Loki upgrade in recent weeks.
Previously the labels query was very quick, but now it hangs there and timeout when 1 min…
-
1. Create three same tables :
```
CREATE TABLE `s1` (
`dt` int(11) NULL COMMENT "",
`id` int(11) NULL COMMENT "",
`pv` int(11) SUM NULL COMMENT ""
) ENGINE=OLAP
AGGREGATE KEY(`dt`, `id`…