Hi,

My question is simple: 

I have a User node.

Each time an action is made in my application concerning the User, (for 
instance an Authentication event (loginTimestamp, etc..)), I create the 
corresponding Event node and attached it to the User node. 
It's a kind of event store, with each event attached to its concerned 
"domain model" node.

So, if the user authenticates 100000 times, it will be 100000 Events 
attached to the User node. 

Let's assume an AuthenticatedEvent(id, occuredOn: Timestamp (indexed))

Would it lead to some performance issue for this kind of query: 
MATCH (e: AuthenticatedEvent) RETURN e ORDER BY e.occurredOn            

Thanks a lot,

Michael


-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to