You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fetching more than 100 records using the Hibernate legacy Query#getStreamResult is an indication that the user might be fetching more data than necessary. A query should return only the data that's needed to render a view or process a certain batch task.
When detecting that the result set contains more than 100 entities, a QueryResultStreamCountEvent should be triggered.
The text was updated successfully, but these errors were encountered:
Fetching more than
100
records using the Hibernate legacyQuery#getStreamResult
is an indication that the user might be fetching more data than necessary. A query should return only the data that's needed to render a view or process a certain batch task.When detecting that the result set contains more than
100
entities, aQueryResultStreamCountEvent
should be triggered.The text was updated successfully, but these errors were encountered: