R
R
Roman Levkovich2015-01-19 15:44:51
MySQL
Roman Levkovich, 2015-01-19 15:44:51

Which database to choose for a highly visited project with 1 million products?

Good afternoon.
A database with 10 million records and growth up to 50 million is planned (product catalog)
Is it correct to use MySQL for a highly visited project or another database?
The task is high speed: displaying search
products filtering (for each attribute, show how many values ​​it gets under the current filter (the current filter means the current combination of other attributes) And what kind of server architecture do you recommend

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
Sergey, 2015-01-19
@begemot_sun

As long as the entire database fits in memory, there should not be a problem on any DBMS. So take it.

R
Rishat Kadyrov, 2015-01-19
@laska

50 million for reading is a penny for any database.
MySQL is not the slowest option.

P
Puma Thailand, 2015-01-19
@opium

50 million is not a lot of filters, of course, you have to do it on sphinxsearch, solr or something like that.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question