When I'm adding attributes to a collection, I get 'processing' message. What does this mean, and how long it will take to process? Thank you
same here.
it's seems to work now
Updating schema/attribute on existing database is very very slow
what's it's doing at the disk level is shifting every row on the disk
to make space for ur new data
so it takes a long time to complete, processing means it's in progress π This is how all SQL DBs work
Thank you
Recommended threads
- Bulk delete failed with 401
- I created a transaction to bulk delete rows in a table has `done` equal `true` follow documentation. But when run, it returns 401 unauthorized error as screen...
- Google Auth not working in a React App
Authentication with Google has failed. It redirects back to the signin route in React. Attached screenshots for configuration of Google console and Appwrite Go...
- Dokploy docker compose
Hey guys hope y'all doing well, I was wondering if anyone could share a working 1.8.0 docker-compose that works with Dokploy I tried making it but it just does...