Optimizing Click Tracking with Redis: Is There a Better Solution?
I’m doing a function to calculate the number of clicks on an element on a website. I use PostgreSQL, back-end is nodejs. When a user clicks on an element, I will send a request to the server and update the number of clicks in the database. The number of simultaneous clicks will range from 100 – 200 clicks/s.