Hey everyone,
I am working on setting up an eCommerce site and want to make sure the database is designed properly from the start.
For example:
Should I normalize everything or keep some denormalized tables for faster queries?
How do you usually handle product attributes and variations efficiently?
Any tips for indexing or caching that make a noticeable difference?
Would love to hear how others approach database design for online stores or similar projects.
Thanks a lot!