Any siggestions on how to reduce
Any siggestions on how to reduce database bandwidth usage?
5 Replies
Can you check your dashboard to see which function is taking the most bandwidth from there you can practice to always use Indexes and if using .collect() then always use pagination instead.
This is from the dashboard. Apparently the movie list is the biggest eater.
I do use this, which I suppose is what's eating all the bandwidth:

But say I want all movies to be shown at once, do you think I should still use pagination?
How many movies are there ?
~300 movies, with ~200 cinemas, and ~600 showtimes