Almost every developer knows the problem to read large sets of data from the database. It may crash your application with an OutOfMemoryError
and cripple its performance.
As a consequence, filtering and processing large results may even further increase memory consumption.
Luckily, there is a convenient remedy using Hibernate and Kotlin sequences.
Continue reading
You must be logged in to post a comment.