Threads
Inquiry: How to Reduce Cold Start Duration in Go?
Hey! I was using Python for the function runtime, but after reading that Go has the fastest runtime, I switched my code over to Go. However, I'm still seeing cold start times of over 5 seconds, someti...
- Functions
- Cloud
5 months ago
[SOLVED] Unable to add data for "user_id" column
I am using the Appwrite database and I have a table named events. When I add a column named user_id, I am not able to save data to that column from either the API or the UI. I am getting the same erro...
- Resolved
- Cloud
5 months ago
[SOLVED] Example of Rows in upsert_rows function
what is format of rows that can be passed to upsert_rows function? result = tables_db.upsert_rows( database_id = '<DATABASE_ID>', table_id = '<TABLE_ID>', rows = [], transaction_id =...
- Resolved
- Cloud
6 months ago