TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Do GPU-optimized databases threaten Oracle, Splunk and Hadoop?

95 pointsby tmostakabout 9 years ago

14 comments

gesmanabout 9 years ago
Leaving sarcastic comments aside, I think the valid point is made - the rise of commodity, garbage-quality hardware overmanufactured in China and subsequent rise of &quot;commodity-proud&quot; software empowered by penny-wise &#x2F; dollar-stupid business processes are overdue for correction.<p>Instead of putting 20 rusty bicycles together and claim to be a revolutionary fuel- and cost efficient rocket ship, why don&#x27;t we build a rocket ship from the beginning that actually flies quite well?<p>Hardware and chips optimized for DB engines, queries and huge amount of streaming data will be welcomed.
评论 #11477676 未加载
评论 #11478444 未加载
评论 #11478286 未加载
评论 #11478279 未加载
评论 #11477710 未加载
评论 #11479411 未加载
评论 #11480799 未加载
评论 #11477709 未加载
评论 #11478018 未加载
tomlockabout 9 years ago
Interestingly, it seems like GPU acceleration will be available in postgresql in one of the next few releases [0].<p>From that page it seems once enabled, there aren&#x27;t any special requirements to get a GPU accelerating a query. As a result, I&#x27;d be surprised as a result if &quot;GPU optimized&quot; databases overtake regular-db-with-gpu-acceleration-addins.<p>[0] <a href="https:&#x2F;&#x2F;wiki.postgresql.org&#x2F;wiki&#x2F;PGStrom" rel="nofollow">https:&#x2F;&#x2F;wiki.postgresql.org&#x2F;wiki&#x2F;PGStrom</a>
评论 #11477548 未加载
评论 #11477549 未加载
CyanLite2about 9 years ago
It doesn&#x27;t threaten anybody because Oracle&#x2F;Microsoft&#x2F;Splunk&#x2F;SAP&#x2F;Hadoop&#x2F;Spark&#x2F;etc can just add in GPU-optimized code themselves.
Waleedasif322about 9 years ago
Funny how it mentions USPS using GPUdb to &quot;process complex queries and display 2D visualizations in the time it takes to load a Web page&quot;, yet every time I visit the post office, It takes at least 8 seconds after scanning a prepaid package for the package details to appear on the screen. They need to port that tech over to where it matters
评论 #11476603 未加载
评论 #11477776 未加载
评论 #11478955 未加载
评论 #11477907 未加载
jkotabout 9 years ago
GPU databases are around for a while, but not much has changed.<p>I think bigger thread is cheap memory and raise of in-memory computing. Today you can have a workstation with half TB RAM for fairly reasonable price. Hadoop is already being crushed by Spark.
评论 #11482328 未加载
pdeva1about 9 years ago
the point overlooked in this article is how much costlier vram is compared to ram. to store same amount of data in vram as ram would cost you an order of magnitude more. not to mention dbs like mapd are not distributed, so you are limited to the amount of gpus you can cram in a single box
jervenabout 9 years ago
I don&#x27;t think they really threaten Oracle, even for analytics where this makes sense. The performance increase over in memory on sparc m7 per price point won&#x27;t be that insane. So just like in memory db the main question is how long before Oracle accelerates it&#x27;s own DB with this kind of tech. I think they have only 3 years before Oracle will be there.
评论 #11477647 未加载
评论 #11477648 未加载
frozenportabout 9 years ago
If the 2000s didn&#x27;t kill Oracle what will?<p>In the case of Hadoop, it might be possible to transparently translate the scripts to a GPU backend.
评论 #11478112 未加载
rkrzrabout 9 years ago
AFAIK GPUs only excel at data-parallel tasks (i.e. doing the exact same operation to thousands of data points in parallel, like in a matrix multiplication e.g.). So I wonder how they utilize this for ad hoc SQL queries? Anybody have any pointers to some papers maybe?
评论 #11479313 未加载
capkutayabout 9 years ago
Oracle already sells A LOT of Exadata; premium priced machines to run databases on overdrive. I think they would be fine competing against a GPU-optimized database.
评论 #11480881 未加载
lmeyerovabout 9 years ago
Maybe a good time to point out we&#x27;ve been specializing more on the visual analytics side (mentioned companies are more like DBs or traditional Tableau) by connecting GPUs in the browser to GPUs in the datacenter: graphistry.com . And, we&#x27;re hiring ;-)
Gratsbyabout 9 years ago
LOL. Someone sold USPS a solution to the traveling salesman problem.
评论 #11477792 未加载
评论 #11478042 未加载
edwardabout 9 years ago
&quot;Any headline that ends in a question mark can be answered by the word no.&quot;<p><a href="http:&#x2F;&#x2F;enwp.org&#x2F;Betteridge&#x27;s_law_of_headlines" rel="nofollow">http:&#x2F;&#x2F;enwp.org&#x2F;Betteridge&#x27;s_law_of_headlines</a>
TheRealPomaxabout 9 years ago
Because we&#x27;ve all had enough of buzzfeed: the article doesn&#x27;t even come close to bothering to actually answer the question. Decide for yourself whether that makes it link bait or not.