-
## Enhancement
v8.3.0 deleted the dynamic adjustment function of `tidb_ddl_reorg_worker_cnt` and `tidb_ddl_reorg_batch_size`, but this function is useful in some scenarios:
- During the DDL operatio…
-
I am trying to user `v_generate_user_grant_revoke_ddl` to change user ownership and drop user. But I am having issues with `default acl`.
Suggested step does not handle that case
`select regexp_repl…
-
**Expected behavior**
From the documentation: "For tables which use tablets repair mode is set by default." https://opensource.docs.scylladb.com/stable/cql/ddl.html#tombstones-gc-options
**Actual beh…
-
If user takes the following steps, data will be left on coordinator:
1. Create table
2. Load data
3. Distribute table
Fix:
```
SET citus.enable_ddl_propagation TO false;
TRUNCATE TABLE ta…
-
**Describe the unexpected behaviour**
Multiple nested dictionaries (one is as source data from another one)
Each referenced via dictGet('dict_name') call without explicitly specified database (assum…
-
#### System information:
- IBM I series 7.3
- DBeaver version 7.3.0
#### Connection specification:
- DB2
#### Describe the problem you're observing:
Hi DBeaver-Team,
when trying to export …
-
**Describe the bug**
In the SNOWFLAKE database, when you are using an apostrophe in a comment, the apostrophe is escaped with another apostrophe like:
- comment on a field level is "Grouping of hier…
-
- EdgeDB Version: 5.5
- EdgeDB CLI Version:EdgeDB CLI 5.1.0+7c5764f
- OS Version:Ubuntu WSL Windows 10
Steps to Reproduce:
(I have tried: edgedb migration extract, doesn't help)
1. …
-
Have a DDL as a first step towards solving #193
location_id
person_id
care_site_id
address_type (patient or care_site)
address
geometry
-
## Feature Request
Changing a column from a `CHAR(n)` to a `VARCHAR(m)` is now going through a full reorg. However the CHAR is guaranteed to fit in the VARCHAR as long as the charset remains the sa…