Re: Multiple indexes for the same property key with different label constraints
Robert Dale <rob...@...>
You can do that. I create each index in separate transactions. I push the `awaitGraphIndexStatus` to a thread pool so subsequent indexes can be created. Then after all that, I loop through and ENABLE each index in one transaction. Also, I would consider using 0.2-SNAPSHOT from master as there has been some index related work there. But there's still a lot of work to be done for index management IMO. Robert Dale On Fri, Aug 11, 2017 at 11:00 AM, Peter Schwarz <kkup...@...> wrote:
|
|