A
A
Alex Teterin2017-04-28 17:55:01
Redis
Alex Teterin, 2017-04-28 17:55:01

Product filter, how best to do it (large catalog)?

There is a fairly large catalog of 30,000 products.
The request can be with logical operators AND, OR, NOT, that is, a complex filter.
You need to make a product filter. It seems that on MySQL it will all work slowly.
Project on PHP 7.1 / Laravel 5.4 / MySQL / Redis
Has anyone tried to make filters on nosql for example on Redis or something else?
Please describe an example workflow.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
E
evnuh, 2017-04-28
@evnuh

https://habrahabr.ru/post/261137/

S
sim3x, 2017-04-28
@sim3x

30k small store
Do it on sql
When there are brakes - then there will be something to think about

S
shagguboy, 2017-04-28
@shagguboy

sphinx? if the products are updated once a day.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question