Mysql-php statistics on the retention rate for seven days

Source: Internet
Author: User
The database has more than 50 thousand logon details. how can I check the table to calculate a high 7-day retention rate? The database has more than 50 thousand logon details. how can I check the table to calculate a high 7-day retention rate?

Reply content:

The database has more than 50 thousand logon details. how can I check the table to calculate a high 7-day retention rate?

Register array key values in the format of datetime, month, and day;
Example:

$ Arr = ['1970-08-11 '=> [2016, 111,333, 23], // store the user ID registered on the current day '2017-08-12 '=> [],...]

Check the retention rate of users on November 11

Select count (*) from operation_log where client_id in () and login_time bewteen 1 and 2

Logon count in/login count in = retention rate

More than 50 thousand can be done, and direct PHP array processing does not consume too much memory.
You can use memcache or redis to store intermediate results.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.