|
|
|
Is GPU Database a Hype?
|
|
2 points
by cnmjbm
2241 days ago
|
|
All GPU based databases boast hundreds or even thousands of times faster than traditional databases. From their annual revenues and growth in recent years, however, they have obviously been going nowhere. Will GPU databases be pits of hypes that simply burn VC cash? |
|
Database query processing (SQL) usually requires a very low amount of compute cycles per byte of data (e.g. filter, hash table builds, ...), which means that the GPU cannot really take advantage of its compute power.
For ML this is a very different situation, lots of compute on few bytes, which is why we see GPUs and TPUs seriously being used there.