问题描述
关于FetchOptions withLimit,prefetchSize和chunkSize,我应该知道些什么? 比如说:
$ b
我不太确定如何在愤怒中使用它。不同选项的性能影响是什么?你如何改变性能的任何例子都可以提高性能?解决方案
关于FetchOptions withLimit,prefetchSize和chunkSize,我应该知道些什么? 比如说:
$ b
我不太确定如何在愤怒中使用它。不同选项的性能影响是什么?你如何改变性能的任何例子都可以提高性能?解决方案
设置更大的chunkSize / prefetchSize可以提高迭代的性能结果集,但它也会增加延迟。因此,当您知道您要迭代大型结果集时,更大的值应该会更好。
What should I know about FetchOptions withLimit, prefetchSize and chunkSize? The docs say the following:
I'm not too sure how to use that in anger. What are the performance implications of different options? Any examples of how changes you've made have improved performance?
Setting bigger chunkSize/prefetchSize will improve performance of iteration over big result sets, but it also will increase latency. So bigger values should work better when you know that you are going to iterate over big result set.
这篇关于GAE / J低级API:FetchOptions用法的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!