[
https://issues.apache.org/jira/browse/PHOENIX-6711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17545217#comment-17545217
]
ASF GitHub Bot commented on PHOENIX-6711:
-----------------------------------------
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
> Add support of skipping the system tables existence check during connection
> initialisation
> ------------------------------------------------------------------------------------------
>
> Key: PHOENIX-6711
> URL: https://issues.apache.org/jira/browse/PHOENIX-6711
> Project: Phoenix
> Issue Type: Sub-task
> Reporter: Rajeshbabu Chintaguntla
> Assignee: Rajeshbabu Chintaguntla
> Priority: Major
> Fix For: 5.1.2
>
>
--
This message was sent by Atlassian Jira
(v8.20.7#820007)