I have couple of collections, currently querying multiple collections one by one and it slows down the application to users. Is there any way to create a view in Appwrite on server side and fetch all the collecting data at once?
TL;DR
Developers are looking for a way to fetch data from multiple collections at once in Appwrite to improve application speed. Consider creating a server-side view in Appwrite to fetch all collection data simultaneously.