在Windows操作系统中使用CUDA.Net加速数据库查询 [英] Accelerate database query using CUDA.Net in windows OS

查看:160
本文介绍了在Windows操作系统中使用CUDA.Net加速数据库查询的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是GPU中CUDA.Net编程的初学者,我想在Windows OS而不是Linux中使用GPU和CUDA.Net来加速数据库查询。是否有可能,如果有可能,任何人都可以帮我做到这一点???





谢谢。

I'm a beginner in CUDA.Net programming in GPU and i want to accelerate database query using GPU and CUDA.Net in windows OS not Linux. Is it possible or not and if it is possible can any one help me to do it ???


thank you.

推荐答案

你真的不能这样做,因为你的代码没有执行SQL查询。数据库引擎解析并执行查询。除非您正在编写数据库引擎本身,否则使用CUDA对您没有帮助。



使用GPU适用于解决大规模并行问题,例如将转换应用于一大堆积分。数据库查询不符合条件。
You really can't do that because your code is not executing the SQL query. The database engine parses and executes the query. Unless you're writing the database engine itself, using CUDA will not help you.

Using the GPU is suited for solving massively parallel problems such as applying a transformation to a large set of points. A database query does not qualify.


这篇关于在Windows操作系统中使用CUDA.Net加速数据库查询的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆