
I have a ton of functions performing tasks, big and small, like user signup document writes, cron db cleanup jobs, essentially all writes on the database are mostly via functions with users not writing directly to DB via SDK.
I currently am using dart runtime for functions but I have seen issues like function failures and timeouts. With recent addition of Go got me thinking how much of a performance different would it make ? Would it make sense to migrate certain intense functions from dart to Go ?
Has anyone done any performance testing who can share results ?

Are you using appwrite cloud?

I think currently Dart is one of the most performant runtimes. If you are self hosting, you should scale the containers and set the variables in order to run them concurrently and achieve better performance.

For example: _APP_WORKERS_NUM
Recommended threads
- 404 errors after 7 Days
Local hosted Appwrite via docker. Last version and current version. After exactly 7 days Appwrite stops working. I get 404 route not found, cannot access anyth...
- unable to modify attribute
please help: when I try to modify attribute size or key or anything, I am getting this errors: ``` Deprecated: strtolower(): Passing null to parameter #1 ($str...
- Error 1.7.4 console team no found
In console when i go to auth, select user, select a membership the url not work. Only work searching the team. It is by the region. project-default- and i get ...
