How big your app can be?

Hola Tim

The main problem with these cases (huge data) and Glide is the lack of client/server model and/or database pagination technique to manipulate this data. As you should know, Glide loads and puts entire data on your device and later, your APP works doing calculations, relations, etc. This is fine up to 20k-30k rows/registers but you need something smarter and more robust if your data is beyond the above limite.

We talked about this and other things here:

Saludos!