I am looking for Appwrite for migration, but i am confused with the term "Unlimited" in Pricing table of Documents . Kindly Let me know what does it imply for, is it a function or , unlimited for documents .pdf,etc. type storage in database. ? or something else.
I think that the word Documents here (in context of Databases) means the individual records in your Table/Collection
yup Documents is the old word for the Row element inside a Collection/Table.
So you basicly have unlimited row inside your tables and databases. (tho maybe limited by storage but not even sure)
Unlimited within storage limits. As the db also falls onto storage usage
Recommended threads
- Helping in unblock my account
I deleted my Appwrite Cloud account that was linked via GitHub. Now I activated my GitHub Student Pack and want to sign up again using the same GitHub account, ...
- Not allowed permission to upsert a prese...
```js const presenceID = ID.unique(); setPID(presenceID); const presence = await presences.upsert({ presenceId: presenceID, status: "online"...
- Can't really use the S3 storage device
hi, I've linked my local MinIO Instance (it's just for testing, not for prod.) to my appwrite instance, when i'm uploading a file it's getting uploaded to the S...