I need some help. Colleague of mine said that I must not return all the entries in DB, when somebody makes getAll request without page and size specified, because that would cause backend crash after some requests at one time. What do you think, is that true and what are possible solutions?
I've searched for some property in application.yml file and also tried to make Pageable argument not null, but in both cases without success.