DEV Community

Discussion on: Graph databases: which one?

 
ayyappa99 profile image
Ayyappa

Really appreciate for answering :) I have couple of questions, if you don't mind.

Do you see any limitations w.r.t key/value store or document data storage?
Till what traffic I don't need to worry about performance?
What are the average latency values for key-value or document storage?

Thread Thread
 
rasjonell profile image
rasjonell

I've mostly used the native graph model. The only time I used the k/v model for session storage I never hit enough traffic to think about performance tuning, but the community and the ArangoDB team on slack and stack overflow are really helpful if you need any assistance.