-
Currently, MV_APPEND expects exactly two arguments:
`MV_APPEND(a, b)`
appending more than two fields needs something like this:
`MV_APPEND(a,MV_APPEND(b,c))`
Ideally MV_APPEND supports 2-n number …
-
Sometimes it is useful to retry moves, with appropriate disclaimers about the undefined behavior. It may be worth hoisting this plan, which I drafted in an email have not tested, into bluesky.
```p…
-
Work out how the KC menu will be mapped, so MV can add them as individual tasks
-
Just simply creating an MV in background works for me in 1.3
However I manage to reproduce a stuck scenario, when there’s some foreground mv being created, and a background mv is created after:
1. c…
-
related #13481
Currently the granularity is fragment level. It's not easy to tell "what particular MV is causing the increased barrier"
![image](https://github.com/user-attachments/assets/0c5…
-
I was investigating longevity test failure report from https://github.com/scylladb/scylla-enterprise/issues/4691
Scylla version: `2024.2.0~rc2-20240904.4c26004e5311` with build-id `a8549197de3c826053…
-
### Description
Some settings are missing under h265 codec settings:
tile height
tile width
tile padding
mv temporal predictor
mv over picture boundaries
treeblock size
### Affected Reso…
-
| Month | Local | K3s | OpenShift |
| ------------ | ------ | ------- | ---------- |
| main | [x] [x] | [x] [x] | [ ] [ …
-
Test is creating 50 synchronous MVs:
```
for i in range(mvs_count):
query = f"CREATE MATERIALIZED VIEW {mv_name_prefix}_{i} AS SELECT * FROM {table_name} " \
…
fruch updated
1 month ago
-
### Description
For unsupported data types (I tested these with a `counter` data type) these two functions generate an error message like `argument of [mv_min(k8s.pod.network.tx)] must be [representa…