Hello!
The thing is I need to use sort, filter and pagination features like in database. And I tend to think it would be too long doing it on my server/ Like when I have a billion of files/videos, so I'll have to receive them all and then loop through the whole data to filter couple of items.
Is there a features for these purposes?
Hello! The thing is I need to use sort, filter and pagination features like in database. And I tend to think it would be too long doing it on my server/ Like when I have a billion of files/videos, so I'll have to receive them all and then loop through the whole data to filter couple of items. Is there a features for these purposes?