polardbx-sql icon indicating copy to clipboard operation
polardbx-sql copied to clipboard

PolarDB-X is a cloud native distributed SQL Database designed for high concurrency, massive storage, complex querying scenarios.

Results 75 polardbx-sql issues
Sort by recently updated
recently updated
newest added
trafficstars

我想支持下 benchmark function,例如 ``` SELECT BENCHMARK(30000, (SELECT id from test limit 1)); SELECT BENCHMARK(100, (AES_ENCRYPT('HELLO', 'WORLD'))) ``` 我发现了BenchmarkVectorizedExpression 这个类,但是 debug 的时候,发现children[1] 的(SELECT id from test limit 1) 被解析成了 InputRefVectorizedExpression ,这样实际计算的时候走的如下方法,不会真正运行多次,在...

Begin initializing... Loading from environment... Local IP: 10.233.92.25 Environment loaded: {"instance_id":"polardbx","instance_type":"0","primary_instance_id":"polardbx","pod_id":"polardbx-tpgd-cn-default-6cdcf4cb5c-xvh2d","local_ip":"10.233.92.25","server_port":3306,"htap_port":3606,"mgr_port":3406,"mpp_port":3506,"cpu_core":1,"mem_size":2147483648,"metadb_host":"polardbx-tpgd-gms","metadb_port":3306,"metadb_user":"admin","metadb_enc_passwd":"xtdtDw67gnv+owhjFsAsVw==","enc_key":"t62p9fgdjl6v6hbc"} Connecting to metadb... Connected to metadb! try clean dirty server info record sql = DELETE FROM server_info where extras...

标准版部署的polardbx-engine:v2.4.1_8.4.19 修改主库的root密码后, pod日志会提示 2024-12-05 15:08:36,602 - AuditController - ERROR - Creating mysql connection pool failed: 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)

cdc 的binlog日志满了 能否手动清理

The [Prisma framework](https://www.prisma.io/) failed to decode the return value when using the prepare statement However, it can be decoded properly when directly connected to MySQL