ts-3156
ts-3156
- Don't run duplicate tasks simultaneously - Stop saving broken records of twitter_users table
``` show variables like 'innodb_file_per_table'; show variables like 'innodb_file_format'; ``` ``` alter table [table_name] ROW_FORMAT=COMPRESSED KEY_BLOCK_SIZE=4; ``` ``` flush status; // restart select * from information_schema.INNODB_CMP; ``` - friends -...
Todo
- [x] remove friends and followers - [ ] each result pages - [ ] run a bg batch when seeing each result pages - [x] set expiration date of...
``` -- landing page uu per channel select gd_day(created_at, 'UTC') day, channel, count(distinct session_id) from search_logs where device_type not in ('crawler', 'UNKNOWN') and where landing = true and created_at between...