RavenDb - What's faster? -
RavenDb - What's faster? -
i need query in ravendb , perform on document id , secondary parameter.
to more precise, i'd load document document id , apikey. if apikey of given document not match want null back.
my question is, faster query id , apikey comparison, or faster load id , throw away document in code if apikey not match. documents 20k in size.
do load id, compare.
ravendb
Comments
Post a Comment