开发者

Is fetching an object by String key be faster than a Key key? (GAE/J)

开发者 https://www.devze.com 2022-12-26 10:33 出处:网络
Thats pretty much the question. Are there any other concerns i sho开发者_JS百科uld be aware of?No. Fetching by key is faster than querying, but it doesn\'t matter what form the key is in.The only crit

Thats pretty much the question. Are there any other concerns i sho开发者_JS百科uld be aware of?


No. Fetching by key is faster than querying, but it doesn't matter what form the key is in.


The only criteria in the documentation that I can find is on whether to use non-Key or Key is whether you have Entity Relations. If you do use Keys.

0

精彩评论

暂无评论...
验证码 换一张
取 消