Lokesh Khurana created PHOENIX-7996:
---------------------------------------
Summary: Enable server-side maintenance of immutable indexes by
default
Key: PHOENIX-7996
URL: https://issues.apache.org/jira/browse/PHOENIX-7996
Project: Phoenix
Issue Type: Sub-task
Reporter: Lokesh Khurana
PHOENIX-7426 added server-side maintenance of immutable global indexes, gated
behind the client config phoenix.server.side.immutable.indexes.enabled (default
false). When enabled, non-transactional, non-local immutable global indexes are
maintained by IndexRegionObserver on the region servers instead of being
generated on the client; because immutable rows have no prior state, the server
skips the read-before-write that mutable-index maintenance requires.
This issue flips the default to true, so immutable-index maintenance is
server-side out of the box.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)