Talk:Databases: Difference between revisions
(+ == Great free Graph Databases book from O'Reilly == * https://neo4j.com/graph-databases-book/ kindly provided by w:Neo4j) |
m (moving the free ebook from the always great O'Reilly to the main namespace) |
||
Line 2: | Line 2: | ||
* [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. | ||
Revision as of 20:01, 26 August 2016
Graph databases vs. triplestores
- 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.