M
M
michaelromanov902016-05-28 18:24:25
MySQL
michaelromanov90, 2016-05-28 18:24:25

How to work with data filtering?

Hey!
Project on php+mysql
Tell me, please, how can I optimize the search on the site?
I don't need full-text search, but (for example) sphinx and elasticsearch are only needed for this?
In general, the task is: filtering a set of tens of thousands of lines (there is no search as such) ...
Thank you!
(can upload to RAM via redis and only then filter... or via mongo)..
Give advice or maybe a link to (thoughts, tests...) about this.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Andrey Shatokhin, 2016-05-28
@michaelromanov90

If aggregation of data from different tables is not needed, it will be enough for you to create indexes on tables. All filtering is done using indexes.

N
Night, 2016-05-28
@maxtm

Well duck and filter with the same mysql.
Indexes are designed for this :)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question