Hacker News new | ask | show | jobs
by rodeoclown 4240 days ago
Model your data first using foreign keys, then if you have performance issues with specific queries consider ways of optimizing those queries.

Materializing that data in a graph may be one of those optimization candidates.