Talk:Databases: Difference between revisions
(+ link to stackoverflow article on "Graph databases vs triplestores. When to use which?" and repeating some key conclusion they made.) |
(No difference)
|
Revision as of 15:22, 26 August 2016
- Graph databases vs triplestores. When to use which? seems to make the main point that if you want lots of ad-hoc generated new queries made then you are better off with a w:triplestore but if you need to figure out things about largely unchanging data and in largely in queries known in advance then w:graph database would be better according to the author.