Talk:Databases: Difference between revisions
Add topicAppearance
+ link to stackoverflow article on "Graph databases vs triplestores. When to use which?" and repeating some key conclusion they made. |
m Juboxi moved page Talk:Database to Talk:Databases: pluralization is rational as per content |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
== Graph databases vs. triplestores == | |||
* [http://stackoverflow.com/questions/30166007/graph-databases-vs-triple-stores-when-to-use-which 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. | * [http://stackoverflow.com/questions/30166007/graph-databases-vs-triple-stores-when-to-use-which 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. | ||
Latest revision as of 10:53, 27 August 2016
Graph databases vs. triplestores[edit source]
- 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.