TeslaCN commented on issue #26342: URL: https://github.com/apache/shardingsphere/issues/26342#issuecomment-1605911031
> > > Hello, I don't know why, I now put the table in a custom schema, after I restart the proxy several times, now I can use the kettle to batch insert, batch size can be set to 500 or more, that is so strange! > > > > > > Did you execute DDL directly on Database instead of Proxy? > > Yes, I executed ddl directly on the pg database, like `drop|create scheme xxx, create table xxx, create view xxx` DDL must be executed through Proxy or executing DistSQL `REFRESH TABLE METADATA` after executed DDL. https://shardingsphere.apache.org/document/current/en/user-manual/shardingsphere-proxy/distsql/syntax/ral/refresh-table-metadata/ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
