0 votes
in Apache Phoenix by
What if the Phoenix index is being built asynchronously and data is added to a table during indexing?

1 Answer

0 votes
by

Phoenix does local Indexing for deadlock prevention during global index maintenance.: Phoenix also atomically rebuild index partially when index update fails (PHOENIX-1112).

...