I have simple URL shortener (PHP) where I’m tracking clicks. Every click is saved to database (mysql currently) as separate row because I need also info about device, country etc. It works great but when table grows and grows queries becomes slow, so I want to migrate to BigQuery (I know they are different in many ways but I think