I consider working with dbpedia and use neo4j for this purpose. I have 2 things I don't understand:
- What is the complexity of accessing a node in the graph?
- If I have a huge
DBsuch asdbpediaany search for a node would takeO(|E|+|V|)?
I mean access as random access to a node in the graph, are the nodes are hashed to be accessed in O(1) ?
