Hacker News new | past | comments | ask | show | jobs | submit login

Graph data is not necessarily "non-relational". A lot of real-world data just can't be described as "purely graph-like" (no complex semantics or constraints) or "purely relational" (no recursive queries, etc.); often it's convenient to merge both feature sets. This is exactly what modern SQL with CTE's allows.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: