-
I created new distributed table :
create table t1 ( id uuid primary key, tname text);
select create_distributed_table('public.t1','id')
The error message "SQL Error [XX000]: ERROR: invalid attn…
-
**Is your feature request related to a problem? Please describe.**
Some SQL engines, most notably Postgres, allow for [JSON based queries](https://www.postgresql.org/docs/9.3/functions-json.html). …
-
Follow ups to #1558
TODO:
* [ ] Expose a Python API that accepts Python values instead of SQL strings.
* [ ] Support updated nested fields
* [ ] Support distributed execution of update query
…
-
The distributed table could be created with multiple sharding functions: `rand()`, `cityHash64(traceID)` - see https://clickhouse.tech/docs/en/sql-reference/functions/hash-functions/.
The hash fun…
-
We have added support for OPTIMIZE and partial DDL operations to Distributed, allowing it to rewrite databases, tables, and clusters, and then apply the SQL to its remote tables.
for example:
`…
-
Nigel Navarro (NigelNavarro) commented:
Given the behavior noted in [Issue #53957](https://github.com/cockroachdb/cockroach/issues/53957), we should add a note under the [Non-distributed export usin…
-
### The problem
We have a libre with destributed poller setup. After the update to 24.9.1 all pollers keeps rediscovering devices at full, as example it sets a state of a FAN of powersupply first to …
-
### 🔖 Feature description
Hi, Please Add support to YugabyteDB because it can be scaled very easily and it is cloud native and also postgres compatible Database and can be used with docker and kubern…
-
When following documentation here:
https://docs.microsoft.com/en-us/sql/linux/sql-server-linux-configure-msdtc-docker?view=sql-server-2017
Attempts to enable distributed transactions on SQL Serve…
-
Production KB will always involve several instances, and today distributed synchronization is achieved through the use of a [distributed lock from the SQL engine](https://github.com/killbill/killbill-…