Data Warehousing 101
Data Warehousing 101
Posted Jul 21, 2011 17:37 UTC (Thu) by jeremiah (subscriber, #1221)Parent article: Data Warehousing 101
I've got a situation where every attribute and element is version-ed and stored separately. Everything is treated as a node, and the relationships between nodes are defined by the query. Needless to say, it's a little trippy. Or to say it another way, we can store to different directed graphs, and define the structure of a third, and have the DB/code fill in the values of the 3rd, using the first two.
Anyone know of some kind of db architecture that would be inherently good at this?
Posted Jul 21, 2011 19:41 UTC (Thu)
by jberkus (guest, #55561)
[Link] (1 responses)
If only there were! There's a few different implementations of graph databases, of which Neo4J is probably the leader, but every one I've seen is hard to use and has some substantial scalability limitations.
I think Postgres & WITH RECURSIVE, plus pl/perl or pl/python stored procedures for the decomposition may be your current best bet.
Posted Jul 21, 2011 20:28 UTC (Thu)
by jeremiah (subscriber, #1221)
[Link]
Posted Aug 4, 2011 0:12 UTC (Thu)
by Lennie (subscriber, #49641)
[Link]
Data Warehousing 101
Data Warehousing 101
Data Warehousing 101
