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
- No server error on selfhosted appwrite
Please help me, my clients is ask what happen on their data? How can i make it up again?
- Upgrading selfhost version?
It is okay to upgrade version to higher one, of my current version is 1.7.4 to 1.8.1. Is that safe to do cause my clients already have data on that? Also is a...
- Streamlit UI and local DB
I want to use Appwrite for automation, like run watchdog service every morning 3 am. Anyone got suggestions, already explored github and documentation no luck. ...