MondayLiu
MondayLiu
1、单实例Postgres支持50TB数据吗?响应时长大概多少吗? 2、生产环境,OLTP场景,单实例Postgres一般的上限是多少比较合适?
Hi, All: The execution result on psql(The difference is one more line:**SET sql_mode='ANSI_QUOTES'**): ``` 2021-06-10T02:51:53.779657Z 70 Query SET sql_mode='ANSI_QUOTES' 2021-06-10T02:51:53.779950Z 70 Query SET sql_mode='ANSI_QUOTES' 2021-06-10T02:51:53.780240Z 70 Prepare SELECT `ac_date`, `ac_no`,...
Hi, Finally I found some clues. 1. When on psql I used exact values, When in JavaWeb Project, I used placeholders '?'. 2. **Temporary solution, use '$' replace '#' when...
Hi, @surajkharage19 , Thank you for your advice. I'll be looking forward to your 'update'! Thanks and Regards Monday Liu
Hi @ahsanhadi @jefft , Has this issue been fixed? I'm the fool using mysql_fdw in production without catching this issue in development! I use postgres12.6 & mysql_fdw 2.5.5 This is...
Hi @surajkharage19 , Thanks for response! After I reproduce in development! I'll new another issue. So far, only the following replies can be made: 1. The probability of 97/1020 leads...
Hi, @surajkharage19. I start a [issue](https://github.com/EnterpriseDB/mysql_fdw/issues/220). Monday