The question is: what is your use-case. That drives your graph model.
Do yo have an example for your table? Is it a big denormalized table? On Tue, Dec 9, 2014 at 8:12 PM, Nikhil Rathi <[email protected]> wrote: > Hi, > we have a RDBMS table where each column is a code to something meaningful. > The complete rows is unique in the Table. Each column in row must be > connected to other in the same row. > > The graph model must retain the exact rows. I can see that the graph out > of a table would be a cyclic graph with R * NC2 Edges. > R is rows in RDBMS, N is number of columns. > > > Can Signle RDBMS Table could give better performance in neo4j when each > column is connected to other? > > -- > You received this message because you are subscribed to the Google Groups > "Neo4j" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
