This is an automated email from the ASF dual-hosted git repository.
palashc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix.git
The following commit(s) were added to refs/heads/master by this push:
new 4583671b9c PHOENIX-7774 : Increase default number of max indexes
allowed per table (#2385)
4583671b9c is described below
commit 4583671b9cd3d7147e5156f30221687a63a04d86
Author: Palash Chauhan <[email protected]>
AuthorDate: Thu Feb 26 16:09:09 2026 -0800
PHOENIX-7774 : Increase default number of max indexes allowed per table
(#2385)
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