I'm confused about the structure of Databases.
We have Database -> Collection -> Document -> Attributes. This somehow seems to be one layer too much.
I want documents that contain additional information about users, e.g. how many products they bought, favourite product, ...
How should I structure my Database? I thought of
[Database] UserInfo -> [Collection] ??? -> [Document] User1 -> [Attributes] all attributes of this user.
What should "collection" be? Or do I have a fundamental misunderstanding of how databases are supposed to be structured?
Recommended threads
- Migration from Self-Hosted to Cloud seem...
Hello, I'm trying to migrate from my Self-Hosted Appwrite instance to Cloud, and can't figure out what's going wrong. - If I initiate the migration from Cloud...
- custom domain on self host Appwrite
I am having a issue, i am using self host version of appwrite at my custom domain (appwrite.example.com), but when i tried adding a custom domain (project1.exam...
- 1.9 Upgrade Issues (Creating Logs Table)
The upgrade seemingly completed without a hitch, I almost gave the credit on how seamless it was, until appwrite refused to come back up and is now completely b...