Marko A. Rodriguez created TINKERPOP-1590: ---------------------------------------------
Summary: Create TinkerWorkerMemory and Partitioned Vertices Key: TINKERPOP-1590 URL: https://issues.apache.org/jira/browse/TINKERPOP-1590 Project: TinkerPop Issue Type: Improvement Components: tinkergraph Affects Versions: 3.2.3 Reporter: Marko A. Rodriguez We currently have a single synchronized iterator by which TinkerGraphComputer vertices are pulled by workers. Moreover, we have a single TinkerMemory by which workers add reductions too. I believe these are two bottleneck concurrency data structures that are causing us performance issues at 1M+ vertices in TinkerGraph (OLAP). -- This message was sent by Atlassian JIRA (v6.3.4#6332)