Hi, My DB will contain 1M+ of inter-related objects, but the key attribute is year - most frequently used query will be to pull content related to a specific year (and then - grouping by vertices + some traversal).
What do you think of an approach if, instead of creating a "year" property, I will create 100 years as vertices and will link all my 1M+ vertices to them (edgy vertex?!), vs a standard approach of having a "year" property for each node and searching with a "where" clause? Thank you! Dennis -- --- You received this message because you are subscribed to the Google Groups "OrientDB" 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.
