SELECT
`time` AS "time",
tube,
lamp
FROM
machines_records_expanded
WHERE
unique_number = '401'
AND $__timeFilter(`time`)
ORDER BY
`time`;
Круче только хранение данных в каком-нибудь постом формате в блочном устройстве диска или раздела (например идентификатор записи - ее смещение в файле, а там как то хранить ее размер и сами данные)
A GPU is built around an array of Streaming Multiprocessors (SMs) (see Hardware Implementation for more details). A multithreaded program is partitioned into blocks of threads that execute independently from each other, so that a GPU with more multiprocessors will automatically execute the program in less time than a GPU with fewer multiprocessors.