Hello guys,
I have a dart function in Appwrite, whiche whole purpose is to load the ids, names and email of all available users. Currently, there are a litte over 1.3k Users in the Database. This causes the function to load for 16 Seconds to retrieve all the user information. The code is the following: await users.list(queries: [Query.limit(5000)]);.
Why is the request taking so long? Is there a way to speed it up?
Cheers for the help!
Recommended threads
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...
- Appwrite Functions cold start
Hello. I'm seeing really long cold starts on Appwrite Cloud Functions and wanted to know if this is expected. My function just authenticates the user, fetches ...
- Error can not create `tablesdb` event wi...
When i'm trying to add an event with `tablesdb` i get an error message My event value: `tablesdb.mtg-decklist-dev.tables.queue_parsing.rows.*.create` Same err...