select sum(size) as number_shares, count(size) as number_trades from trade where column123 = 123 and symbol = \'AAPL\'
What is an equivalent performant