
i have a database collection, where i have stored some informations about a place e.g name address and so on. And each place could have multiple images. So i come up with storing them in storage and link all the images url/id in database. My first question is, is it a good idea to do so, if yes what is the best way to structure my storage? Do i need to create for each place a bucket? Would be happy for any help on that.

You could have a single images
bucket and keep the IDs for each file in the DB

ok thank you. I would go ahead then with this approatch.

[SOLVED] best way to store and structure the images for a specific place
Recommended threads
- Migrate data from one DB to another via ...
Hello, I have a database that is currently used in production with lots of data in it. I would like to create a dev database with the same content to test out ...
- AVIF file format as default
In appwrite, is it possible that whenever a user uploads an image it gets converted to a specific format for eg AVIF always? I know I can use cloud functions bu...
- Upgrade from 1.6.2 to 1.7.2 error during...
I just went through the process of upgrading my selfhosted instance from `1.6.2` to `1.7.2`: ``` docker run -it --rm \ --volume /var/run/docker.sock:/var/r...
