Hi, I was looking through our logs today, an some thing that caught my eye are many debug logs like this one:
DEBUG [SharedPool-Worker-8] 2017-02-14 12:05:39,330 AbstractQueryPager.java:112 - Got result (1) smaller than page size (5000), considering pager exhausted Those line got logged very often (about 2500 times a minute) and I was wondering if this is just "ok" or if there is something misusing paged results for requests fetching a single record and we should have a look at it. Maybe paging results could be a performance issue? Thanks for any hints, Jan