-
-
```
-- users 테이블 생성
CREATE TABLE users (
id SERIAL PRIMARY KEY,
name VARCHAR(200) NOT NULL,
email VARCHAR(300) UNIQUE NOT NULL,
password VARCHAR(255) NOT NULL,
mobile VARCHA…
-
**Bug Description**
When using the `clickhouse.database.override.map` configuration, the connector should map the source database name to a new target database name. However, when `enable.snapshot.dd…
-
## Bug Report
Setting `tidb_enable_ddl` to OFF isn't allowed in a single node cluster. However this safety isn't present when scaling in a cluster.
### 1. Minimal reproduce step (Required)
St…
-
### Search before asking
- [X] I had searched in the [feature](https://github.com/apache/seatunnel/issues?q=is%3Aissue+label%3A%22Feature%22) and found no similar feature requirement.
### Desc…
-
**Is your feature request related to a problem? Please describe.**
When showing a package in Oracle Database, the DDL time showed is from the "package" itself, even if the package body has been modif…
ghiki updated
2 weeks ago
-
## Change Request
Please answer the following questions before submitting your issue. Thanks!
1. Describe what you find is inappropriate or missing in the existing docs.
in https://docs.p…
-
alter table table_name truncate partition p99991231;
alter table table_name reorganize partition p20240916 into (
PARTITION p20240817 VALUES LESS THAN ('2024-08-18') ENGINE = InnoDB,
PARTITI…
-
- Currently `CREATE TRIGGER` MySQL DDL are not translated to clickhouse.
- For the user using the #895 feature they should be able to ignore the `CREATE TRIGGER` DDL.
-
-
## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
1、with local sort
2、run sysbench
3、add global index for partition ta…