chrajeshbabu commented on code in PR #1437:
URL: https://github.com/apache/phoenix/pull/1437#discussion_r887418476
##########
phoenix-core/src/main/java/org/apache/phoenix/query/QueryServices.java:
##########
@@ -383,6 +383,11 @@ public interface QueryServices extends SQLCloseable {
*/
String SOURCE_OPERATION_ATTRIB = "phoenix.source.operation";
+ /**
+ * Parameter to skip the system tables existence check to avoid
unnecessary calls to Region server
+ * holding the SYSTEM.CATALOG table in batch oriented jobs.
+ */
+ String SKIP_SYSTEM_TABLES_EXISTENCE_CHECK =
"phoenix.skip.system.tables.existence.check";
Review Comment:
Using it in
phoenix-core/src/main/java/org/apache/phoenix/query/ConnectionQueryServicesImpl.java
--
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]