Pertanyaan 1: select distinct email from mybigtable where account_id=345 membutuhkan 0,1s Pertanyaan 2: Select count(*) as total from mybigtable where account_id=123 and email IN (<include all from above result>) membutuhkan 0,2s Pertanyaan 3: Select count(*) as total from mybigtable...