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

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -