Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.1
-
None
Description
Currently, the primary index name contains neither type ID nor type name. Since metadata storage allocates tree root based on the index name, two different indexes will be using the same index tree.
Attached test reproduces this issue.
A correct fix would be to include type ID or type name (depends on the current SQL internals) to the index name.