Please be aware that the content in SAP SQL Anywhere Forum will be migrated to the SAP Community in June and this forum will be retired.

Hi!! Sybase takes income of parallel processing of Nvidia Tesla cards?

Thanks!

asked 08 May '14, 15:40

DRauber's gravatar image

DRauber
226121521
accept rate: 0%

maybe change this to a feature request ;-)

(09 May '14, 07:06) Martin
Replies hidden

In case there would be any general advantage for SQL Anywhere in using a GPU (which I don't know) - given it's focus on platform and hardware independency, OpenCL would possibly be a preferred choice over Nvidia's CUDA here...

(09 May '14, 10:04) Volker Barth

SQL Anywhere only executes on the licensed CPUs, not on any graphics cards (GPUs).

If you have code you want to run on the NVidia Tesla, you may be able to compile a DLL with nvcc and run it in the SQL Anywhere C External Enviroment.

permanent link

answered 08 May '14, 16:02

Mikel%20Rychliski's gravatar image

Mikel Rychliski
2.1k1641
accept rate: 32%

Many of the more typical database applications are not usually very compute intensive. Of course in a research or design setting (for a couple of obvious examples) there could be a different and possibly more interesting story.

Do you have a particular application domain or focus where this could be a real benefit?

There are some characteristics of the current generations of massively parallel GPUs that could make them less ammendable to database intensitive applicaitons but a good example of what you are looking for could help shape the responses and suggestions others might be able provide.

permanent link

answered 09 May '14, 11:27

Nick%20Elson%20SAP%20SQL%20Anywhere's gravatar image

Nick Elson S...
7.3k35107
accept rate: 32%

Should you want just the information on using GPUs in the database then there is an interesting project called PGStorm in the PostgreSQL camp: https://wiki.postgresql.org/wiki/PGStrom

http://on-demand.gputechconf.com/gtc/2015/presentation/S5276-Kohei-KaiGai.pdf

Also just found this quite recent article:

http://www.theplatform.net/2015/06/26/gpu-accelerators-radically-boost-sql-queries/

permanent link

answered 22 Sep '15, 05:24

Przemek%20Roman's gravatar image

Przemek Roman
302
accept rate: 0%

edited 22 Sep '15, 05:25

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×275

question asked: 08 May '14, 15:40

question was seen: 2,402 times

last updated: 22 Sep '15, 05:25