PolarDB 11 compiles vops plugin and reports an error
PolarDB 11 compiles vops plugin and reports an error, but PolarDB 15 compiles vops and reports no error.
The tablespace is created normally using PolarDB, but an error occurs when using it. How to solve it?
I am encountering an error when trying to use a tablespace in PolarDB. The tablespace creation works fine, but I get an error when attempting to create a table using the tablespace.
PolarDB GDN: will a new Endpoint be used after a secondary cluster is promoted a primary cluster?
We are trying out the GDN (Global Database Network) provided by Alibaba PolarDB. I have a question on cluster switching. After switching a secondary cluster to a primary cluster, will the new primary cluster get a new EndPoint? If so, it means that the user application needs to get updated with the new EndPoint’s link address?
PolarDB archive partition table
We are using PolarDB 8.0.1, we want to archive the old data partition to csv/orc format to save storage space (only store current data in the ibd file). We tried it at table level, and it seems work fine:
HIt “PolarDB time zone set to Asia/Tokyo invalid” error
I am using PolarDB 5.7. Try to set time zone to “Asia/Tokyo”, but the following error: PolarDB time zone set to Asia/Tokyo invalid. It seems works fine on PolarDB 8.0.
The initial SELECT runs fine, but adding a LEFT JOIN causes an error
I am a user of PolarDB for Xscale. When I executed the statement, the first part of the Select ran without issues, but adding a left join in the second part resulted in the error shown in the image. How should I resolve this?
error image
This is my first time using the PolarDB database, and I couldn’t find the error code in the documentation.
Could we update bit column in PolarDB?
I am using PolarDB 8.0. I have a bit column in my table:
IsDeleted
bit(1) NOT NULL DEFAULT b’0′