zy-kkk commented on code in PR #33058: URL: https://github.com/apache/doris/pull/33058#discussion_r1547313730
########## fe/fe-core/src/main/java/org/apache/doris/datasource/jdbc/client/JdbcClient.java: ########## @@ -409,6 +409,8 @@ protected List<String> filterDatabaseNames(List<String> remoteDbNames) { protected Set<String> getFilterInternalDatabases() { return ImmutableSet.<String>builder() .add("information_schema") + .add("performance_schema") Review Comment: We do not need to obtain MySQL's performance_schema in Doris, which will increase the burden of obtaining metadata, so filtering -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org