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
- Auth broken after update from 1.8.0 to 1...
So ive been having issues creating, deleting or updating users on my appwrite instance after i updated from 1.8.0 to version 1.9.0. When trying to create a user...
- Magic Link woes/noob
Magic Link is working; it sends the link to my email. But the link itself always leads to "Page Not Found. The page you're looking for doesn't exist". Clicking ...
- is `account.get()` safe to be used in th...
I want to user's `id` for authentication. However, a while ago I was told in this server not to use `account.get()` and instead add user preferences for that us...