Answer the question
In order to leave comments, you need to log in
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
As long as the entire database fits in memory, there should not be a problem on any DBMS. So take it.
50 million for reading is a penny for any database.
MySQL is not the slowest option.
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 questionAsk a Question
731 491 924 answers to any question