1SELECT t.name, c.ts, c.value 2FROM counter c 3JOIN track t ON c.track_id = t.id 4WHERE t.name LIKE 'mem.ion%'; 5