This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
cluster:174 [2018/08/27 14:11] hmeij07 |
cluster:174 [2018/08/28 12:38] (current) hmeij07 |
||
---|---|---|---|
Line 4: | Line 4: | ||
==== SQL on GPU ==== | ==== SQL on GPU ==== | ||
+ | MapD built the first ever open source SQL engine to harness GPU computing for analytics. Designed for maximum performance, | ||
+ | * http:// | ||
- | ** Demos ** | + | ** Browser |
- | https://www.mapd.com/demos/ | + | Log into one of the tails like petaltail, swallowtail or cottontail2 preferably, and with x11-forwarding enabled go to port 9092 of node '' |
+ | * http:// | ||
+ | - Click New Dashboard. | ||
+ | - Click Add Chart. | ||
+ | - Click SCATTER. | ||
+ | - Click Add Data Source. | ||
+ | - Choose the flights_2008_7M table as the data source. | ||
+ | - Click X Axis +Add Measure. | ||
+ | - Choose depdelay. (departure delay) | ||
+ | - Click Y Axis +Add Measure. | ||
+ | - Choose arrdelay. (arrival delay) | ||
+ | |||
+ | 7 million records, amazingly fast. I mean like < 50 ms (milliseconds). There are pie, bar, stacked bar, bubble etc charts and point maps or chloropleth maps. A SQL editor. | ||
+ | |||
+ | {{ : | ||
+ | |||
+ | |||
+ | ** Interactive ** | ||
+ | |||
+ | * https:// | ||
+ | * can be scripted using mapdql | ||
+ | |||
+ | < | ||
+ | |||
+ | [root@n37 ~]# export MAPD_USER=mapd | ||
+ | [root@n37 ~]# export MAPD_GROUP=mapd | ||
+ | [root@n37 ~]# export MAPD_STORAGE=/ | ||
+ | [root@n37 ~]# export MAPD_PATH=/ | ||
+ | [root@n37 ~]# cd $MAPD_PATH | ||
+ | [root@n37 mapd]# ./ | ||
+ | Password: (HyperInteractive) | ||
+ | User mapd connected to database mapd | ||
+ | mapdql> | ||
+ | |||
+ | mapdql> \t ^flight.* | ||
+ | flights_2008_7M | ||
+ | |||
+ | mapdql> SELECT origin_city AS " | ||
+ | - AVG(airtime) AS " | ||
+ | - WHERE distance < 175 GROUP BY origin_city, | ||
+ | ... | ||
+ | Portland|North Bend|46.12162162162162 | ||
+ | Medford|North Bend|28 | ||
+ | Covington|Huntington|24.98076923076923 | ||
+ | mapdql> | ||
+ | |||
+ | </ | ||
+ | |||
+ | |||
+ | ** Demos ** | ||
+ | |||
+ | * https:// | ||
** Load sample ** | ** Load sample ** | ||
< | < | ||
- | /opt/mapd | + | |
+ | /opt/mapd/ | ||
Enter dataset number to download, or ' | Enter dataset number to download, or ' | ||
# | # | ||
Line 44: | Line 99: | ||
</ | </ | ||
+ | * https:// | ||
\\ | \\ | ||
**[[cluster: | **[[cluster: |