This is an automated email from the ASF dual-hosted git repository.
palashc pushed a commit to branch 5.3
in repository https://gitbox.apache.org/repos/asf/phoenix.git
The following commit(s) were added to refs/heads/5.3 by this push:
new ddec87b2ef PHOENIX-7774 : Increase default number of max indexes
allowed per table (#2385) (#2388)
ddec87b2ef is described below
commit ddec87b2ef078ffa4cf33126d53dea44fea52ed7
Author: Palash Chauhan <[email protected]>
AuthorDate: Mon Mar 2 17:48:49 2026 -0800
PHOENIX-7774 : Increase default number of max indexes allowed per table
(#2385) (#2388)
Co-authored-by: Palash Chauhan
<[email protected]>
---
.../src/main/java/org/apache/phoenix/query/QueryServicesOptions.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/phoenix-core-client/src/main/java/org/apache/phoenix/query/QueryServicesOptions.java
b/phoenix-core-client/src/main/java/org/apache/phoenix/query/QueryServicesOptions.java
index 082b3a3216..75e55a389f 100644
---
a/phoenix-core-client/src/main/java/org/apache/phoenix/query/QueryServicesOptions.java
+++
b/phoenix-core-client/src/main/java/org/apache/phoenix/query/QueryServicesOptions.java
@@ -186,7 +186,7 @@ public class QueryServicesOptions {
public static final int DEFAULT_TRACING_THREAD_POOL_SIZE = 5;
public static final int DEFAULT_TRACING_BATCH_SIZE = 100;
public static final int DEFAULT_TRACING_TRACE_BUFFER_SIZE = 1000;
- public static final int DEFAULT_MAX_INDEXES_PER_TABLE = 10;
+ public static final int DEFAULT_MAX_INDEXES_PER_TABLE = 30;
public static final int DEFAULT_CLIENT_INDEX_ASYNC_THRESHOLD = 0;
public final static int DEFAULT_MUTATE_BATCH_SIZE = 100; // Batch size for
UPSERT SELECT and