Mr Dk.
Mr Dk.
@asfakkk Has the problem been solved?
@rong961 Does this work? ```bash docker run -it \ ... --shm-size=512m \ ... ```
@rong961 Currently, we haven't implement any resource isolation between TP workload and AP workload, so they do interfere each other, because they will use the same hardware resources, and acquire...
Hi @fishfree . Thanks for your interest in PolarDB for PostgreSQL. PolarDB for PostgreSQL is 100% compatible with PostgreSQL, including protocols between client and backend server. So you are free...
I have noticed some places in PG kernel using `/* FALL THRU */` comment, which can avoid this problem. However, adding a `break;` should be better since falling through is...
/close
@Weijun-H Please add some regression test case, and undraft this MR, so that our CI can run all the cases.
@pyh4 Nice feature~ I have no more comments. Thanks for your contribution!