-
## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
Use sysbench prepare table with 10000000 rows, create index and alter the t…
-
### What did you do?
1. create dbaas cluster
2. create cdc to gcs job
### What did you expect to see?
1. no warning when cdc is running
### What did you see instead?
1. there is a warning about …
-
## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
```sql
DROP TABLE IF EXISTS t0;
CREATE TABLE t0 (
grade…
-
## Bug Report
Please answer these questions before submitting your issue. Thanks!
### 1. Minimal reproduce step (Required)
1. schema.
```sql
create table `t0`
(
`vkey` integer,
…
-
## Bug Report
### What version of TiKV are you using?
[root@tc-tikv-0 /]# ./tikv-server -V
TiKV
Release Version: 8.1.1
Edition: Community
Git Commit Hash: bb2678ec7eec8b178518b4ba10c…
-
### 1. Minimal reproduce step (Required)
```sql
create table t1 (c1 double);
insert into t1 (c1) values (-2147483646.5);
select
c1,
round(c1),
c1 > round(c1)
from
t1
where c1 > …
-
List of values addon to be added:
- addons-cluster/clickhouse/
- addons-cluster/loki/
- addons-cluster/milvus/
- addons-cluster/nebula/
- addons-cluster/opensearch/
- addons-cluster/polardbx/
-…
-
### Skill Name
TiDB
### Why?
TiDB (/’taɪdiːbi:/, "Ti" stands for Titanium) is an open-source distributed SQL database that supports Hybrid Transactional and Analytical Processing (HTAP) workloads. …
-
Python: 3.10.12
Django: 4.2.16
Migrations fail when trying to upgrade from 1.3.6 to 1.3.7.
`0018_rename_crudevent_object_id_content_type_index` appears to run successfully but `0019_alter_crudeve…
-
### 1. Minimal reproduce step (Required)
```sql
create table t1 (c1 int primary key);
insert into t1 (c1) values (100000);
WITH
v2 AS (SELECT (1 + (1 / c1)) as w1 FROM t1)
SELECT
w1, w1 c…