google app engine - Performance of Objectify filter -


i have api based on google app engine , datastore. using java , objectify framework. have entity , want able queries involving it. have 1 simple question.

is using .filter() (speed, performance, cost) .id()?

i guess using id() better when possible in many cases client may not have entities ids.

id better query, should design used whenever possible:

  • it consistent
  • it faster

Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -