Replies: 1 comment
-
Have you see the ability to call https://ravendb.net/docs/article-page/5.4/csharp/indexes/indexing-related-documents For example:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Coming from using Couchbase since about version 2 I'm used to working with Map Reduce but must admit when they added their N1QL language to do SQL constructs and when they added Joins it got a lot easier to maintain the database and the Java client code we use. RQL in many respects feels like SQL. It would be amazing if doing multiple document joins could simply be done within RQL without having to do the extra leg work. Sure I understand that I'm allowing the database engine figure out the best paths for me, but in many use cases it's perfect and in most cases performance doesn't suffer in my experience. Plus the learning curve of adding other folks is reduced significantly. Not saying Map Reduce needs to go away, but an option of not having to solely use it that was like a SQL Join would be ideal.
Beta Was this translation helpful? Give feedback.
All reactions