Date
1 - 2 of 2
Why is rexindexing for a new index that is restricted to a new vertex label required?
Florian Hockmann <f...@...>
I created #1190 for this as it is still unclear why reindexing is necessary in this case. Am Donnerstag, 5. Juli 2018 12:05:13 UTC+2 schrieb Florian Hockmann:
|
|
Florian Hockmann <f...@...>
However, I'm wondering why this requirement also applies to cases where the index has a vertex label restriction and where the vertex label was added in the same transaction. This listing illustrates what I mean:
Since the vertex label didn't exist prior to the transaction that also created the index it is clear that there can't be any data in the graph that needs to be reindexed. So, I expected the index to be immediately ENABLED and not require a manual reindex operation. Does anyone know why it works that way? Are there maybe any restrictions that make it impossible to use the vertex label restriction to avoid the reindex requirement? |
|