What is the purpose of collation and binary operations in RavenDB?

devquora
devquora

Posted On: Feb 22, 2018

 

RavenDB uses collations for sorting as well as indexing documents. Users can set up any specific collation for an index field so that they can sort the data based on any culture-specific rules.
Binary operators in RavenDB are used to build many complex statements.
The NOT operator can be used only with one of the other binary operators thereby creating either OR NOT or AND NOT ones.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    RavenDB Interview Questions

    What are the features of RavenDB?

    RavenDB provides for the following features:Performance: RavenDB can achieve 100,000 writes per second. Moreover, one..

    RavenDB Interview Questions

    What is RQL?

    RQL stands for Raven Query Language is similar to any SQL language.It is used to get the data from the server when any ..

    RavenDB Interview Questions

    What are the keywords and methods available in RQL?

    Keywords and methods available in RQL are: DECLARE, FROM, INDEX, GROUP BY array() WHERE id(), search(), cmpxchg(), boo..