For example entity, Product with example attributes (name,price, image ...). Are there any advantage/disadvantages on following strategy.

  1. One database (product) with key_name, key_price, key_image
  2. or product_name, product_price as seperate database itself.

Any performance impact if number of products are ~1M.

Thank you

link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.