W
W
WebDev2019-10-11 12:15:42
MySQL
WebDev, 2019-10-11 12:15:42

Redis or RabbitMQ for inserting records into MySQL?

A large number of people come to the service, and information about each visitor is written to the database. It turns out a lot of small insert requests.
To improve the situation, I decided to collect data in some kind of intermediate storage and insert a batch into MySQL once a minute.
What tool is suitable for this?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
kikimarik, 2019-10-11
@kirill-93

In my opinion, a broker is not needed here. You just collect it in Redis, and then you take it all into a muscle. A broker is more about the execution of heavy processes that are queued.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question