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

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -