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
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- apple exchange code to token
hello guys, im new here π I have created a project and enabled apple oauth, filled all data (client id, key id, p8 file itself etc). I generate oauth code form...
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...