mesh icon indicating copy to clipboard operation
mesh copied to clipboard

Assert whether indices cause significant contention on write requests

Open Jotschi opened this issue 4 years ago • 1 comments

The UUID property has a unique constraint. I suspect this property will be set for all graph elements (edges and vertices). It would perhaps be better to only use the index on core vertices, edges. Additionally we should check whether the segment path properties and url link are also affected.

Testing this could be simple. It may be possible to remove the uniqueness flag or the index for those indices in the odb studio.

Jotschi avatar Nov 07 '19 17:11 Jotschi

I raised this question in (non public) https://www.prjhub.com/#/issues/10856

Jotschi avatar Dec 02 '19 19:12 Jotschi