Esta página ainda não está disponível no idioma selecionado. Estamos trabalhando para adicionar mais opções de idiomas. Agradecemos sua compreensão.

Compute
Elastic Cloud Server
Huawei Cloud Flexus
Bare Metal Server
Auto Scaling
Image Management Service
Dedicated Host
FunctionGraph
Cloud Phone Host
Huawei Cloud EulerOS
Networking
Virtual Private Cloud
Elastic IP
Elastic Load Balance
NAT Gateway
Direct Connect
Virtual Private Network
VPC Endpoint
Cloud Connect
Enterprise Router
Enterprise Switch
Global Accelerator
Management & Governance
Cloud Eye
Identity and Access Management
Cloud Trace Service
Resource Formation Service
Tag Management Service
Log Tank Service
Config
OneAccess
Resource Access Manager
Simple Message Notification
Application Performance Management
Application Operations Management
Organizations
Optimization Advisor
IAM Identity Center
Cloud Operations Center
Resource Governance Center
Migration
Server Migration Service
Object Storage Migration Service
Cloud Data Migration
Migration Center
Cloud Ecosystem
KooGallery
Partner Center
User Support
My Account
Billing Center
Cost Center
Resource Center
Enterprise Management
Service Tickets
HUAWEI CLOUD (International) FAQs
ICP Filing
Support Plans
My Credentials
Customer Operation Capabilities
Partner Support Plans
Professional Services
Analytics
MapReduce Service
Data Lake Insight
CloudTable Service
Cloud Search Service
Data Lake Visualization
Data Ingestion Service
GaussDB(DWS)
DataArts Studio
Data Lake Factory
DataArts Lake Formation
IoT
IoT Device Access
Others
Product Pricing Details
System Permissions
Console Quick Start
Common FAQs
Instructions for Associating with a HUAWEI CLOUD Partner
Message Center
Security & Compliance
Security Technologies and Applications
Web Application Firewall
Host Security Service
Cloud Firewall
SecMaster
Anti-DDoS Service
Data Encryption Workshop
Database Security Service
Cloud Bastion Host
Data Security Center
Cloud Certificate Manager
Edge Security
Managed Threat Detection
Blockchain
Blockchain Service
Web3 Node Engine Service
Media Services
Media Processing Center
Video On Demand
Live
SparkRTC
MetaStudio
Storage
Object Storage Service
Elastic Volume Service
Cloud Backup and Recovery
Storage Disaster Recovery Service
Scalable File Service Turbo
Scalable File Service
Volume Backup Service
Cloud Server Backup Service
Data Express Service
Dedicated Distributed Storage Service
Containers
Cloud Container Engine
SoftWare Repository for Container
Application Service Mesh
Ubiquitous Cloud Native Service
Cloud Container Instance
Databases
Relational Database Service
Document Database Service
Data Admin Service
Data Replication Service
GeminiDB
GaussDB
Distributed Database Middleware
Database and Application Migration UGO
TaurusDB
Middleware
Distributed Cache Service
API Gateway
Distributed Message Service for Kafka
Distributed Message Service for RabbitMQ
Distributed Message Service for RocketMQ
Cloud Service Engine
Multi-Site High Availability Service
EventGrid
Dedicated Cloud
Dedicated Computing Cluster
Business Applications
Workspace
ROMA Connect
Message & SMS
Domain Name Service
Edge Data Center Management
Meeting
AI
Face Recognition Service
Graph Engine Service
Content Moderation
Image Recognition
Optical Character Recognition
ModelArts
ImageSearch
Conversational Bot Service
Speech Interaction Service
Huawei HiLens
Video Intelligent Analysis Service
Developer Tools
SDK Developer Guide
API Request Signing Guide
Terraform
Koo Command Line Interface
Content Delivery & Edge Computing
Content Delivery Network
Intelligent EdgeFabric
CloudPond
Intelligent EdgeCloud
Solutions
SAP Cloud
High Performance Computing
Developer Services
ServiceStage
CodeArts
CodeArts PerfTest
CodeArts Req
CodeArts Pipeline
CodeArts Build
CodeArts Deploy
CodeArts Artifact
CodeArts TestPlan
CodeArts Check
CodeArts Repo
Cloud Application Engine
MacroVerse aPaaS
KooMessage
KooPhone
KooDrive
Help Center/ GaussDB(DWS)/ Product Bulletin/ Product Notice/ Version 8.3.0/ New Features and Resolved Issues in 8.3.0.x

New Features and Resolved Issues in 8.3.0.x

Updated on 2024-12-18 GMT+08:00

8.3.0.110

Table 1 New features/Resolved issues in version 8.3.0.110

Category

Feature or Resolved Issue

Cause

Version

Handling Method

New features

By default, the global deadlock detection function is enabled for newly installed clusters. In earlier versions, this is disabled by default.

-

-

-

Resolved issues

When a common table expression (CTE) is referenced only by another CTE for multiple times, null pointer access may be triggered, causing a fault.

When a CTE is referenced multiple times exclusively by another CTE, it can result in incorrect recursive traversal logic. This may trigger a null pointer access and cause a fault in the cluster.

8.3.0.101

Upgrade the version to 8.3.0.110 or later.

If a query statement for a column-store table contains multiple result set functions, the error message " Set-returning function is not supported in vector engine" is displayed when the statement is executed.

The vectorized executor on the non-table scan operator does not support multi-result-set functions.

8.3.0.101

When the cluster is upgraded to 8.3.0, the thread pool function becomes invalid.

When upgrading the cluster to version 8.3.0, adjust the max_stream_pool setting based on the current hardware configuration. Note that max_stream_pool is set to 0 due to an abnormal default unit identification.

8.3.0.101

The error message "The parameter destMax is too small or parameter count is larger than macro parameter" is displayed when a Parquet foreign table is used for query.

The buffer space for string-type fields in the Parquet foreign table is not properly managed, causing insufficient memory allocation for fields larger than 1 KB. This, in turn, leads to service errors.

8.3.0.101

When performing a partition exchange operation on redistributed cold and hot tables, the error message "Multi-temperature table only supports column partition table" is displayed.

The temporary table cannot be created during redistribution because it references the attributes of the original cold and hot tables.

8.3.0.101

8.3.0.108

Table 2 New features/Resolved issues in version 8.3.0.108

Category

Feature or Resolved Issue

Cause

Version

Handling Method

New features

None

-

-

-

Resolved issues

Lock Timeout Occurs During Concurrent Copy to the Database

The lock API is being misused in the release of the lock by RecoverFromDelta, causing it to remain locked.

8.3.0.105

Upgrade the version to 8.3.0.108 or later.

8.3.0.105

Table 3 New features/Resolved issues in version 8.3.0.105

Category

Feature or Resolved Issue

Cause

Version

Handling Method

New features

None

-

-

-

Resolved issues

A result set error can occur during multiple count distinct operations with SHARE SCAN.

This issue arises from the incorrect use of upper-layer equivalence class information in the CTE subquery, which results in misidentifying the distribution column and omitting the necessary data redistribution operator.

Versions earlier than 8.3.0.105

Upgrade the version to 8.3.0.105 or later.

System catalog autovacuum is not functioning properly after upgrading to version 830.

Prior to the upgrade, a DR migration was carried out, which involved setting autovacuum_max_workers to 0 and then changing it to the default value of 3. However, the value was not set to the expected value of 6 after the upgrade.

Versions earlier than 8.3.0.105

If a UDF receives data in recv mode, an error might not be captured even if error is EAGAIN after a timeout.

This occurs when cn_retry is enabled and the socket recv times out for 20 seconds, triggering error reporting logic instead of capturing the EAGAIN error code.

Versions earlier than 8.3.0.105

8.3.0.103

Table 4 New features/Resolved issues in version 8.3.0.103

Type

Feature or Resolved Issue

Cause

Version

Handling Method

New features

json/jsonb supports vectorization.

-

-

-

Resolved issues

Core dumps occur occasionally with ORC foreign tables.

During foreign scan query pushdowns on ORC foreign tables, if the query constraint is a Boolean expression with implicit conversion and uses the is null condition, abnormal internal type conversion and memory overwriting may occur (RelabelType is forcibly converted to var)(RelabelType is forcibly converted to var).

Versions earlier than 8.3.0.103

Upgrade the version to 8.3.0.103 or later.

Cstore buffer error during 10 million batch upserts.

The cstore buffer's cache elimination mechanism is Clock Swap, which operates a maximum of three cycles every three seconds. This limitation prevents the elimination of a large number of CUs (Usage Count > 3).

Versions earlier than 8.3.0.103

Delta table space not released after import tasks stop.

Deleted records in the hstore opt table may not be cleared, preventing space from being released.

Versions earlier than 8.3.0.103

8.3.0.101

Table 5 New features/Resolved issues in version 8.3.0.101

Type

Feature or Resolved Issue

Cause

Version

Handling Method

New features

VACUUM FULL adapts to binlog tables.

-

-

-

Resolved issues

Executing the analyze statement results in an error message stating "Could not open file 'pg_clog/000000000075'."

Performing VACUUM FULL on a column-store table can prematurely reclaim clog files, causing access issues during ANALYZE after an active/standby switchover.

8.3.0.100

Upgrade the version to 8.3.0.101 or later.

Error "duplicate key value violates unique constraint 'pg_jobs_id_index', Key(job_id)=() already exist" during high concurrency job creation with \parallel on.

The system failed to acquire the necessary lock for assigning unique job_ids. Consequently, concurrent processes attempting to obtain the same job_id led to error reports.

8.3.0.100

Redistribution fails due to inability to skip specified tables.

In multiple node group scenarios, redistribution cannot skip specified tables.

8.3.0.100

Hstore test case failure due to faulty network adapter.

Declaring a temporary variable without assigning a value leads to unexpected parameter values and excessively negative memory usage, causing test case execution failure when the network adapter is faulty.

8.3.0.100

Usamos cookies para aprimorar nosso site e sua experiência. Ao continuar a navegar em nosso site, você aceita nossa política de cookies. Saiba mais

Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback