Oracle Spatial and Graph. Jayant Sharma Director, Product Management



Similar documents
Using OBIEE for Location-Aware Predictive Analytics

Oracle Database 10g: Building GIS Applications Using the Oracle Spatial Network Data Model. An Oracle Technical White Paper May 2005

Graph Database Performance: An Oracle Perspective

May 2012 Oracle Spatial User Conference

Preview of Oracle Database 12c In-Memory Option. Copyright 2013, Oracle and/or its affiliates. All rights reserved.

Unstructured Data Management with Oracle Database 12c O R A C L E W H I T E P A P E R S E P T E M B E R

Big Data, Cloud Computing, Spatial Databases Steven Hagan Vice President Server Technologies

ORACLE OLAP. Oracle OLAP is embedded in the Oracle Database kernel and runs in the same database process

Oracle Platform GIS & Location-Based Services. Fred Louis Solution Architect Ohio Valley

ORACLE BUSINESS INTELLIGENCE, ORACLE DATABASE, AND EXADATA INTEGRATION

Apigee Insights Increase marketing effectiveness and customer satisfaction with API-driven adaptive apps

Safe Harbor Statement

Oracle Spatial 10g. An Oracle White Paper August 2005

Oracle Database 12c Plug In. Switch On. Get SMART.

In Memory Accelerator for MongoDB

Oracle Big Data SQL Technical Update

How To Use An Orgode Database With A Graph Graph (Robert Kramer)

Where is... How do I get to...

Maximum Availability Architecture

Cloud Based Application Architectures using Smart Computing

Oracle s Big Data solutions. Roger Wullschleger. <Insert Picture Here>

Monitoring IBM WebSphere extreme Scale (WXS) Calls With dynatrace

IOS110. Virtualization 5/27/2014 1

An Oracle White Paper June High Performance Connectors for Load and Access of Data from Hadoop to Oracle Database

Executive Summary... 2 Introduction Defining Big Data The Importance of Big Data... 4 Building a Big Data Platform...

2009 Oracle Corporation 1

Bringing Big Data into the Enterprise

Instant-On Enterprise

A Next-Generation Analytics Ecosystem for Big Data. Colin White, BI Research September 2012 Sponsored by ParAccel

REAL TERRACOTTA. Real-world scalability patterns with Terracotta. SERGIO BOSSA Pro-Netics / Sourcesense

VMware and CPU Virtualization Technology. Jack Lo Sr. Director, R&D

Oracle Big Data Management System

Data Center Networking Designing Today s Data Center

IBM Cognos 10: Enhancing query processing performance for IBM Netezza appliances

SQL Server What s New? Christopher Speer. Technology Solution Specialist (SQL Server, BizTalk Server, Power BI, Azure) v-cspeer@microsoft.

Information Architecture

The IBM Cognos Platform for Enterprise Business Intelligence

High Performance Spatial Queries and Analytics for Spatial Big Data. Fusheng Wang. Department of Biomedical Informatics Emory University

Actian Vector in Hadoop

Distributed Architecture of Oracle Database In-memory

Well packaged sets of preinstalled, integrated, and optimized software on select hardware in the form of engineered systems and appliances

Copyright 2012, Oracle and/or its affiliates. All rights reserved.

Smart Cities require Geospatial Data Providing services to citizens, enterprises, visitors...

Taming Big Data Variety with Semantic Graph Databases. Evren Sirin CTO Complexible

InfiniteGraph: The Distributed Graph Database

Virtualization. as a key enabler for Cloud OS vision. Vasily Malanin Datacenter Product Management Lead Microsoft APAC

Application of OASIS Integrated Collaboration Object Model (ICOM) with Oracle Database 11g Semantic Technologies

ORACLE COHERENCE 12CR2

Oracle Big Data Spatial and Graph

Oracle Architecture, Concepts & Facilities

Oracle Database In-Memory The Next Big Thing

Who am I? Copyright 2014, Oracle and/or its affiliates. All rights reserved. 3

High Performance Data Management Use of Standards in Commercial Product Development

Cloud Computing and Advanced Relationship Analytics

X4-2 Exadata announced (well actually around Jan 1) OEM/Grid control 12c R4 just released

1-Oct 2015, Bilbao, Spain. Towards Semantic Network Models via Graph Databases for SDN Applications

The Information Revolution for the Enterprise

Inter-cloud Introduction. Yisheng Wang

An Oracle White Paper October Oracle: Big Data for the Enterprise

IBM System x reference architecture solutions for big data

<Insert Picture Here> Cloud Computing Inside Out

Ibrahim Sallam Director of Development

Safe Harbor Statement

An Oracle White Paper June Oracle: Big Data for the Enterprise

Geospatial Technology Innovations and Convergence

Advanced In-Database Analytics

Deploying a distributed data storage system on the UK National Grid Service using federated SRB

Using an In-Memory Data Grid for Near Real-Time Data Analysis

Why Standardize on Oracle Database 11g Next Generation Database Management. Thomas Kyte

Emerging Geospatial Trends The Convergence of Technologies. Jim Steiner Vice President, Product Management

low-level storage structures e.g. partitions underpinning the warehouse logical table structures

SCA-based Enterprise Service Bus WebSphere ESB

Agenda. Distributed System Structures. Why Distributed Systems? Motivation

May 2012 Oracle Spatial User Conference

<Insert Picture Here> Oracle Database Directions Fred Louis Principal Sales Consultant Ohio Valley Region

Oracle Spatial and Graph

SAS and Oracle: Big Data and Cloud Partnering Innovation Targets the Third Platform

Oracle Database 11g Comparison Chart

Actian SQL in Hadoop Buyer s Guide

Big Data and Advanced Analytics Applications and Capabilities Steven Hagan, Vice President, Server Technologies

Investigating Hadoop for Large Spatiotemporal Processing Tasks

Network Analysis with ArcGIS for Server

Integrating mobility services through a B2B platform. e-monday, 20. Juli Steffen Schaefer, Siemens AG.

Understanding the Value of In-Memory in the IT Landscape

Simplify IT and Reduce TCO: Oracle s End-to-End, Integrated Infrastructure for SAP Data Centers

Oracle Exadata Database Machine for SAP Systems - Innovation Provided by SAP and Oracle for Joint Customers

Big Data Spatial Performance with Oracle Database 12c A Practitioner s Panel

Deploying a Geospatial Cloud

Oracle Public Cloud. Peter Schmidt Principal Sales Consultant Oracle Deutschland BV & CO KG

Oracle Maximum Availability Architecture with Exadata Database Machine. Morana Kobal Butković Principal Sales Consultant Oracle Hrvatska

An Oracle BI and EPM Development Roadmap

Transcription:

Oracle Spatial and Graph Jayant Sharma Director, Product Management

Agenda Oracle Spatial and Graph Graph Capabilities Q&A 2

Oracle Spatial and Graph Complete Open Integrated Most Widely Used 3

Open and Interoperable Oracle Spatial and Graph 4

Oracle s Spatial Capabilities 5

Oracle Spatial and Graph option Spatial Features Spatial Data Types and Models Spatial Indexes and Analysis 6

Native Spatial Analyses Acquiring rights-of-way for a proposed road widening project SELECT a.owner_name, a.acquisition_status FROM properties a, projects b WHERE sdo_within_distance (a.property_geom, b.project_geom, distance =.1 unit = mile ) = TRUE and b.project_id=189498; Oracle Database 7

Graph Database Capabilities 8

Oracle Spatial and Graph Mature, Proven Graph Database Capabilities Graph Features Network Data Model graph W3C RDF Semantic graph 9

Network Data Model Graph Use Cases Transportation, Road and Multimodal Networks Drive Time Polygon Analysis Trade Area Management Oracle Spatial and Graph Service Delivery Optimization Water, Gas, Electric Utility, Network Applications 10

Network Data Model Graph Features A storage model to represent graphs and networks Graph tables consist of links and nodes Explicitly stores and maintains connectivity of the network graph Attributes at link and node level Logical or spatial graphs Can logically partition the network graph Java API to perform Analysis in memory Loads and retains only the partitions needed Dynamic costs with real time input Shortest path, within cost, nearest neighbors Traveling salesman, spanning tree,... Multiple Cost Support in Path/Subpath Analysis 11

Network Data Model Graph Large Scale Drive Time/Distance Analysis Big Data Analysis Millions of customers, find closest store within a specified drive time Single database query to find closest store and drive time/distance for each customer Customers geocode as based on graph segment Network Buffer generates all possible paths Store Location Customer Location 12

Network Data Model Graph Multi-Modal Routing Each mode (car, bus, rail, bike, etc) modeled as a separate network Single logical network represents all modes of transportation Transition nodes where networks meet NDM APIs can specify the modes Out of the box support for transit data published by transit authorities Train & Bus Bus Only - http://www.oracle.com/technetwork/database/options/spatialandgraph/spatial-and-graph-wp-12c-1896143.pdf - http://docs.oracle.com/cd/e16655_01/appdev.121/e17897/toc.htm 13

Benefits on Oracle Exadata Database Machine Extreme Performance for Spatial Workloads o Exploits Exadata s processing power, bandwidth, parallelism, security, compression, partitioning services o Breaks new boundaries for ingesting spatial data o Data warehouse performance 100x faster o Box and distance queries up to 25x faster o Extreme compression for point data sets with EHCC o Deployments in government, national cadastres, energy, retail, transportation, communications, social fitness apps 14

Oracle Spatial and Graph Proven, industry-leading technology Dramatically improved performance Simpler, more scalable applications Engineered for Exadata 15