I want to store data locally in the android device, and I was reading up on the Room database for that purpose, however I don't know how much data can be saved in the Room database without causing any latency in retrieving/adding data in the application. So how many bytes of data can be stored in the Room database without it affecting the application's performance?