MySQL Forums
Forum List  »  Performance

Re: How to design my data structure to optimize it.thank you
Posted by: Peter Brawley
Date: September 06, 2020 11:13AM

The product_merchants bridge table just needs a foreign key reference to each referenced table, 10m of those should perform fine on adequate hardware with enough RAM to keep the all of it in memory.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: How to design my data structure to optimize it.thank you
371
September 06, 2020 11:13AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.