Comment on Sirius: A GPU-native SQL engineparentComments−dbetteridge1yCould you (assuming no care about efficiency)Send the query to both GPU and CPU pipelines at the same time and use whichever comes back first−Joel_Mckay1yMost database query optimizer engines do a few tests to figure out the most pragmatic approach.GPUs can incur higher failure risks, and thus one will not normally find them in high-reliability roles. =3
Comments
Could you (assuming no care about efficiency)
Send the query to both GPU and CPU pipelines at the same time and use whichever comes back first
Most database query optimizer engines do a few tests to figure out the most pragmatic approach.
GPUs can incur higher failure risks, and thus one will not normally find them in high-reliability roles. =3