Do they need to be sorted because of some arbitrary reason, or because you're storing data structures like lists that you want to preserve the order of?
David On Thu, Nov 3, 2011 at 4:44 PM, Evgeny Gazdovsky <[email protected]>wrote: > 2011/11/4 David Montag <[email protected]> > > > Hi Evgeny, > > > > Could you maybe describe the use case behind this requirement a bit more? > > > > > We use the neo as persistent memory in the new age programming > language. Every expression on this language is compiled into > graph structure. So we need a graph with sorted relationships. > And sort order is equal to the order in which relationships > are created (stored). > > -- > Evgeny > _______________________________________________ > Neo4j mailing list > [email protected] > https://lists.neo4j.org/mailman/listinfo/user > -- David Montag <[email protected]> Neo Technology, www.neotechnology.com Cell: 650.556.4411 Skype: ddmontag _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

