Comment on Ask HN: Going from Redis to MySQL. Good idea?Comments−diminish11ymysql, mariadb or postgresql would be ok.> menu_items - string(comma seprated list of all menu items that customer ordered along with their price & Qty)you may prefer to rework the menu_items as an independent table depending on your uses cases and if you don't have strong reason against.−rmetzler11y> menu_items - string(comma seprated list of all menu items that customer ordered along with their price & Qty)you may prefer to rework the menu_items as an independent table depending on your uses cases and if you don't have strong ganything against.I wonder if storing this in an array in postgres would be a good idea?
Comments
mysql, mariadb or postgresql would be ok.
you may prefer to rework the menu_items as an independent table depending on your uses cases and if you don't have strong reason against.
I wonder if storing this in an array in postgres would be a good idea?