-
With reference to the [PR that introduced `TERMINATE ALL` syntax](https://github.com/confluentinc/ksql/pull/3944).
We might look to remove the concept of terminating queries at all. We offer no wa…
-
*Installation details*
Scylla version (or git commit hash): 3.1.0.rc6-0.20190908.2ec036f50
Cluster size: 5 nodes
OS (RHEL/CentOS/Ubuntu/AWS AMI): ami-0f02b94adb41f1f9c
Materialized view longevit…
-
I maintain a local copy of the full database on a Postgres server, on Ubuntu Linux. For our production processes, it is becoming increasingly important to have the full, _current_ DB. While the [instr…
-
sqlite is very handy for working with kgx files
in fact all you need to do is:
```
sqlite3 sri.sqlite -cmd '.separator "\t"' -cmd '.import sri-reference-kg-0.3.0_nodes.tsv node'
sqlite3 sri.sq…
-
### What type of bug is this?
Unexpected error
### What subsystems and features are affected?
Continuous aggregate
### What happened?
With the following SQL I am able to create a CAGG f…
-
This ticket tracks implementing a Firefox-like awesome bar library, in Rust, built on top of Mentat. This is pretty open ended. We need to:
- model places and history in Mentat
- store history U…
-
*Installation details*
HEAD: fe65122ccd40a2a3577121aebdb9a5b50deb4a90
*Description*
Materialized views update (the write part) is sending mutations with an infinite timeout.
This is very dangero…
-
I couldn't figure out how to achieve this, hope I haven't missed something obvious 😅
**What happened**:
I want to use the "auto" interval option in Grafana so that the interval adjusts itself, but…
-
### Describe the bug
In a time window function like tumble or hop:
```
TUMBLE(table_or_source, start_time, window_size)
HOP(table_or_source, start_time, hop_size, window_size)
```
The current …
-
Hi.
How can I keep the last values of a Map?
I want to create an AggregatingMergeTree that has a Map with date key, inside which there is a Map of keys and values.
` SimpleAggregateFunction(max…