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
Currently when any sort of operation that requires putting annotations into a page is performed, all matching annotations will be buffered into memory.
Currently when any sort of operation that requires putting annotations into a page is performed, all matching annotations will be buffered into memory.
This can be seen in action here:
elucidate-server/elucidate-server/src/main/java/com/digirati/elucidate/infrastructure/builder/AnnotationPageBuilder.java
Line 37 in 713ad41
This should be revised to allow pagination to be done on the database server.
The text was updated successfully, but these errors were encountered: