40

Oracle Database In-Memory - DOAG Deutsche · PDF fileOracle Database In-Memory: ... Product Managers, Oracle Oracle Database In-Memory Schedule for DOAG. ... instruction Loadmultiple

Embed Size (px)

Citation preview

Page 1: Oracle Database In-Memory - DOAG Deutsche · PDF fileOracle Database In-Memory: ... Product Managers, Oracle Oracle Database In-Memory Schedule for DOAG. ... instruction Loadmultiple
Page 2: Oracle Database In-Memory - DOAG Deutsche · PDF fileOracle Database In-Memory: ... Product Managers, Oracle Oracle Database In-Memory Schedule for DOAG. ... instruction Loadmultiple

Copyright©2016, Oracleand/oritsaffiliates.Allrightsreserved.|Copyright©2016, Oracleand/oritsaffiliates.Allrightsreserved.|

OracleDatabaseIn-Memory

AndyRivenesDatabaseIn-MemoryProductManagerSystemsTechnologyGroupDOAG- November2016

EnablingReal-TimeAnalytics

Page 3: Oracle Database In-Memory - DOAG Deutsche · PDF fileOracle Database In-Memory: ... Product Managers, Oracle Oracle Database In-Memory Schedule for DOAG. ... instruction Loadmultiple

Copyright©2016, Oracleand/oritsaffiliates.Allrightsreserved.|

SafeHarborStatementThefollowingisintendedtooutlineourgeneralproductdirection.Itisintendedforinformationpurposesonly,andmaynotbeincorporatedintoanycontract.Itisnotacommitmenttodeliveranymaterial,code,orfunctionality,andshouldnotberelieduponinmakingpurchasingdecisions.Thedevelopment,release,andtimingofanyfeaturesorfunctionalitydescribedforOracle’sproductsremainsatthesolediscretionofOracle.

3

Page 4: Oracle Database In-Memory - DOAG Deutsche · PDF fileOracle Database In-Memory: ... Product Managers, Oracle Oracle Database In-Memory Schedule for DOAG. ... instruction Loadmultiple

Copyright©2016, Oracleand/oritsaffiliates.Allrightsreserved.|

Date Title Location SpeakerTuesdayNov15th11:00-11:45

OracleDatabaseIn-MemoryOption

Seoul AndyRivenesProductManager,Oracle

WednesdayNov16th08:00-08:45

OracleDatabaseIn-Memory:ADeepDiveandaFuturePreview

Tokio TirthankarLahiri–VicePresident,Oracle

WednesdayNov19th11:00-11:45

UsingADOwithDatabaseIn-MemoryandStorage-Based Tiering

Tokio GreggChristmanAndyRivenesProductManagers,Oracle

OracleDatabaseIn-MemoryScheduleforDOAG

Page 5: Oracle Database In-Memory - DOAG Deutsche · PDF fileOracle Database In-Memory: ... Product Managers, Oracle Oracle Database In-Memory Schedule for DOAG. ... instruction Loadmultiple

Copyright©2016, Oracleand/oritsaffiliates.Allrightsreserved.|

WhatisDatabaseIn-Memory

5

Page 6: Oracle Database In-Memory - DOAG Deutsche · PDF fileOracle Database In-Memory: ... Product Managers, Oracle Oracle Database In-Memory Schedule for DOAG. ... instruction Loadmultiple

Copyright©2016, Oracleand/oritsaffiliates.Allrightsreserved.|

OracleDatabase In-MemoryGoals

6

Real-TimeAnalytics TrivialtoImplement

NoApplicationChangesNotLimitedbyMemory

100X

AccelerateMixedWorkload

AnalyticsTransactions

RunanalyticsonOperationalSystems

EnableReal-TimeBusinessDecisions

Real-TimeAnalytics100X

Risk-Free

ProvenScale-Out,Availability,Security

Page 7: Oracle Database In-Memory - DOAG Deutsche · PDF fileOracle Database In-Memory: ... Product Managers, Oracle Oracle Database In-Memory Schedule for DOAG. ... instruction Loadmultiple

Copyright©2016, Oracleand/oritsaffiliates.Allrightsreserved.|

Breakthrough:DualFormatDatabase

• BOTH rowandcolumnformatsforsametable

• Simultaneouslyactiveandtransactionally consistent

• Analytics&reportingusenewin-memoryColumnformat

• OLTPusesprovenrowformat

7

BufferCacheNewIn-MemoryColumnStore

SALES SALESRow

FormatColumnFormat

SALES

Page 8: Oracle Database In-Memory - DOAG Deutsche · PDF fileOracle Database In-Memory: ... Product Managers, Oracle Oracle Database In-Memory Schedule for DOAG. ... instruction Loadmultiple

Copyright©2016, Oracleand/oritsaffiliates.Allrightsreserved.|

Howeasyisittogetstarted

8

Page 9: Oracle Database In-Memory - DOAG Deutsche · PDF fileOracle Database In-Memory: ... Product Managers, Oracle Oracle Database In-Memory Schedule for DOAG. ... instruction Loadmultiple

Copyright©2016, Oracleand/oritsaffiliates.Allrightsreserved.|

OracleDatabase12c• DatabaseIn-MemoryisanoptionforOracleDatabase12cEnterpriseEdition

• DatabaseIn-Memoryisincludedinthefirstpatchset (12.1.0.2)for12.1

• UsethelatestDatabaseProactiveBundlePatch–NotPSUsorCPUs

• Noadditionalstepsrequired

9

Note:DatabaseIn-Memoryisnot enabledbydefault

Page 10: Oracle Database In-Memory - DOAG Deutsche · PDF fileOracle Database In-Memory: ... Product Managers, Oracle Oracle Database In-Memory Schedule for DOAG. ... instruction Loadmultiple

Copyright©2016, Oracleand/oritsaffiliates.Allrightsreserved.|

Oracle Database In-Memory: Simple to Implement

1. Configure Memory Capacity• inmemory_size = XXX GB

2. Configure tables or partitions to be in memory• alter table | partition … inmemory;

3. Later drop analytic indexes to speed up OLTP

10

Page 11: Oracle Database In-Memory - DOAG Deutsche · PDF fileOracle Database In-Memory: ... Product Managers, Oracle Oracle Database In-Memory Schedule for DOAG. ... instruction Loadmultiple

Copyright©2016, Oracleand/oritsaffiliates.Allrightsreserved.|

OracleIn-MemoryAdvisor• NewIn-MemoryAdvisor• AnalyzesexistingDBworkloadviaAWR&ASHrepositories

• ProvideslistofobjectsthatwouldbenefitmostfrombeingpopulatedintoIMcolumnstore

Note:Diagnostic&TuningPacksrequired

Page 12: Oracle Database In-Memory - DOAG Deutsche · PDF fileOracle Database In-Memory: ... Product Managers, Oracle Oracle Database In-Memory Schedule for DOAG. ... instruction Loadmultiple

Copyright©2016, Oracleand/oritsaffiliates.Allrightsreserved.|

Howdoesitwork

12

Page 13: Oracle Database In-Memory - DOAG Deutsche · PDF fileOracle Database In-Memory: ... Product Managers, Oracle Oracle Database In-Memory Schedule for DOAG. ... instruction Loadmultiple

Copyright©2016, Oracleand/oritsaffiliates.Allrightsreserved.|

OracleIn-MemoryColumnarTechnology

13

SALES

SALES

PureIn-MemoryColumnar• Purein-memorycolumnformat

• Enableforsubsetofdatabase

• Cheaptomaintain– nologgingorIO• AllowsefficientOLTP

• Nochangetodiskformat

• Builtseamlessly intoOracleDatabase• Appearsasanewstoragetype• Transparent toApplications• AllEnterpriseFeatureswork..

• Availability– RAC,Flashback,DataGuard,etc.• Security– Encryption,Auditing,etc.

Page 14: Oracle Database In-Memory - DOAG Deutsche · PDF fileOracle Database In-Memory: ... Product Managers, Oracle Oracle Database In-Memory Schedule for DOAG. ... instruction Loadmultiple

Copyright©2016, Oracleand/oritsaffiliates.Allrightsreserved.|

In-MemoryArea:NewStaticAreawithinSGA

SystemGlobalAreaSGA

BufferCache

SharedPool

LogBuffer

LargePool

In-MemoryAreaOther

• ContainsdatainthenewIn-MemoryColumnFormat

• ControlledbyINMEMORY_SIZEparameter- Minimumsizeof100MB

• SGA_TARGETmustbelargeenoughtoaccommodatethisarea

14

Page 15: Oracle Database In-Memory - DOAG Deutsche · PDF fileOracle Database In-Memory: ... Product Managers, Oracle Oracle Database In-Memory Schedule for DOAG. ... instruction Loadmultiple

Copyright©2016, Oracleand/oritsaffiliates.Allrightsreserved.|

CompositionofIn-MemoryArea

• Containstwosubpools:– IMCUpool:StoresInMemoryCompressionUnits(IMCUs)

– SMUpool:StoresSnapshotMetadataUnits(SMUs)

• IMCUscontaincolumnformatteddata

• SMUscontainmetadataandtransactionalinformation

SMU SMU

SMU SMU

SMU SMU

SMU SMU

IMCU IMCU

IMCUIMCU

IMCU IMCU

IMCUIMCU

InMemoryArea

ColumnFormatData

Metadata

15

Page 16: Oracle Database In-Memory - DOAG Deutsche · PDF fileOracle Database In-Memory: ... Product Managers, Oracle Oracle Database In-Memory Schedule for DOAG. ... instruction Loadmultiple

Copyright©2016, Oracleand/oritsaffiliates.Allrightsreserved.|

CompositionofIn-MemoryCompressionUnit(IMCU)

• Unitofcolumnstoreallocation– Columnarrepresentationofalargenumberofrowsfromanobject

– Rowsfromoneormoretableextents

• Actualsizedependsonsizeofrows,compressionfactor,etc.

• EachcolumnstoredasaseparatecontiguousColumn CompressionUnit(columnCU)– Rowids alsostoredasaColumnCU

IMCUheader

Extent#13Blocks20-120

Extent#14Blocks82-182

Extent#15Blocks201-301

ROWIDEMPID NAME

DEPT SALARYColumnCUs

16

Page 17: Oracle Database In-Memory - DOAG Deutsche · PDF fileOracle Database In-Memory: ... Product Managers, Oracle Oracle Database In-Memory Schedule for DOAG. ... instruction Loadmultiple

Copyright©2016, Oracleand/oritsaffiliates.Allrightsreserved.|

Population:Compression• Objectscompressedduringpopulation

• ControlledbyMEMCOMPRESSsubclause

• 2xto20xcompressiontypical

• Multiplelevelsofcompression

- FORDML

- FORQUERY(Default)

- FORCAPACITY

17

Page 18: Oracle Database In-Memory - DOAG Deutsche · PDF fileOracle Database In-Memory: ... Product Managers, Oracle Oracle Database In-Memory Schedule for DOAG. ... instruction Loadmultiple

Copyright©2016, Oracleand/oritsaffiliates.Allrightsreserved.|

• OrderinwhichobjectsarepopulatedcontrolledbyPRIORITYsubclause:ALTER TABLE sales INMEMORY PRIORITY HIGH;

• Levels:- CRITICAL>HIGH>MEDIUM>LOW

- Controlsorder(notspeed)ofpopulate

• DefaultPRIORITYisNONE- Populateonlyonfirstaccess

• Populationcompletedbynewsetofbackgroundprocesses

ora_w001_orcl

• Numberofprocessescontrolledbyparameter:INMEMORY_MAX_POPULATE_SERVERS

18

Population:Priority

Page 19: Oracle Database In-Memory - DOAG Deutsche · PDF fileOracle Database In-Memory: ... Product Managers, Oracle Oracle Database In-Memory Schedule for DOAG. ... instruction Loadmultiple

Copyright©2016, Oracleand/oritsaffiliates.Allrightsreserved.|

WhyAreAnalyticQueriesFasterInTheIn-MemoryColumnStore?

Page 20: Oracle Database In-Memory - DOAG Deutsche · PDF fileOracle Database In-Memory: ... Product Managers, Oracle Oracle Database In-Memory Schedule for DOAG. ... instruction Loadmultiple

Copyright©2016, Oracleand/oritsaffiliates.Allrightsreserved.|

ScanningandfilteringdatamoreefficientlyReal-TimeAnalytics

StorageIndexesCompression

Scan&filterdataincompressedformat

Accessonlythecolumnsyouneed

ColumnarFormat SIMDVectorProcessing

ProcessmultiplecolumnvaluesinasingleCPUinstruction

VectorRegister

Loadmultipleregionvalues

VectorCompareallvaluesan1cycle

CPUCA

CACA

CA

Min1Max3

Min4Max7

Min8Max12

Pruneoutanyunnecessarydatafromthecolumn

20

Page 21: Oracle Database In-Memory - DOAG Deutsche · PDF fileOracle Database In-Memory: ... Product Managers, Oracle Oracle Database In-Memory Schedule for DOAG. ... instruction Loadmultiple

Copyright©2016, Oracleand/oritsaffiliates.Allrightsreserved.|

• Speedofmemory• ScanandFilteronlytheneededColumns

• VectorInstructions

Real-timeAnalyticsImprovesallaspectsofanalyticqueries

DataScans

VectorRegisterCPU

CA

CACA

CA

In-MemoryAggregation

•CreateIn-MemoryReportOutlinethatisPopulatedduringFastScan

•RunsReportsInstantly

Joins

•ConvertStarJoinsinto10XFasterColumnScans

•Searchlargetableforvaluesthatmatchsmalltable

HASHJOIN

TableA TableB

SALES

STATE=CA

21

Page 22: Oracle Database In-Memory - DOAG Deutsche · PDF fileOracle Database In-Memory: ... Product Managers, Oracle Oracle Database In-Memory Schedule for DOAG. ... instruction Loadmultiple

Copyright©2016, Oracleand/oritsaffiliates.Allrightsreserved.|

What’sNew

22

Page 23: Oracle Database In-Memory - DOAG Deutsche · PDF fileOracle Database In-Memory: ... Product Managers, Oracle Oracle Database In-Memory Schedule for DOAG. ... instruction Loadmultiple

Copyright©2016, Oracleand/oritsaffiliates.Allrightsreserved.|

• Availablenow– Exadata ExpressCloudService

• Comingsoon– DatabaseCloudServices– Exadata CloudMachine

23

Announcing OracleDatabase12cRelease2onOracleCloud

OracleispresentingfeaturesforOracleDatabase12cRelease2onOracleCloud. WewillannounceavailabilityoftheOn-Prem releasesometimeafterOpenWorld.

Page 24: Oracle Database In-Memory - DOAG Deutsche · PDF fileOracle Database In-Memory: ... Product Managers, Oracle Oracle Database In-Memory Schedule for DOAG. ... instruction Loadmultiple

Copyright©2016, Oracleand/oritsaffiliates.Allrightsreserved.|

• Analyticquerieshavecomplexjoinswithnofilterpredicatesspecified

• JoinGroupspecifiescolumnsusedtojointables– Columnsharecompressiondictionary– Joinsoccuron dictionaryvaluesratherthandata

• Enables2-3xfasterjoinprocessing

Real-TimeAnalytics:FasterIn-MemoryJoins

Sales

VEHICLENAM

E

Example:FindsalespriceofeachVehicleSalesVehicle

NAMEisjoincolumnN

AME

CREATE INMEMORY JOIN GROUP V_name_jg(VEHICLES(NAME),SALES(NAME));

24

Page 25: Oracle Database In-Memory - DOAG Deutsche · PDF fileOracle Database In-Memory: ... Product Managers, Oracle Oracle Database In-Memory Schedule for DOAG. ... instruction Loadmultiple

Copyright©2016, Oracleand/oritsaffiliates.Allrightsreserved.|

• Analyticqueriescontaincomplexexpressions– Originallyevaluatedforeveryrow

• Expressions pre-computedandcachedin-memory–Userdefinedviavirtualcolumns–Or expressionsautomaticdetected

• AllIn-Memoryoptimizationsapply• 3-5x fastercomplexqueries

Real-TimeAnalytics:In-MemoryExpressions

Net=Price+Price*Tax

In-MemoryColumnStore

Sales

Example:ComputetotalsalespriceTax

Price

25

Price

Price+PriceXTax

Price+Price*Tax

Page 26: Oracle Database In-Memory - DOAG Deutsche · PDF fileOracle Database In-Memory: ... Product Managers, Oracle Oracle Database In-Memory Schedule for DOAG. ... instruction Loadmultiple

Copyright©2016, Oracleand/oritsaffiliates.Allrightsreserved.|

• FullJSONdocumentspopulatedusinganoptimizedbinaryformat

• AdditionalexpressionscanbecreatedonJSONcolumns(e.g.JSON_VALUE) &storedincolumnstore

• QueriesonJSONcontentorexpressionsautomaticallydirectedtoIn-Memoryformat- e.g.Findmovieswheremovie.name

contains“Jurassic”

• 60x performancegainsobserved

Multi-ModelAnalytics:In-MemoryJSON

Relational

In-MemoryColumStore

In-MemoryVirtualColumns

In-MemoryJSONFormat

{"Theater":"AMC 15","Movie":”Sully","Time“:2016-09-09T18:45:00","Tickets":{

"Adults":2}

}

Relational Virtual JSON

26

Page 27: Oracle Database In-Memory - DOAG Deutsche · PDF fileOracle Database In-Memory: ... Product Managers, Oracle Oracle Database In-Memory Schedule for DOAG. ... instruction Loadmultiple

Copyright©2016, Oracleand/oritsaffiliates.Allrightsreserved.|

• AutomaticDataOptimizationextendedtoIn-Memory

• In-Memorypoliciesallowoptimaluseofcolumnstorebasedonheatmap- Requiresonlyinmemory option,not

advancedcompression

• Policiescanbedefinedto:- BringdataintotheIMcolumnstore- Increasecompressionlevelsasdatacools

- EvictcolddatafromIMcolumnstore27

Sales_Q3

Sales_Q2

Sales_Q4

In-MemoryColumnStore

Sales_Q1

Automation:In-MemoryDataAutoPopulationPolicies

Page 28: Oracle Database In-Memory - DOAG Deutsche · PDF fileOracle Database In-Memory: ... Product Managers, Oracle Oracle Database In-Memory Schedule for DOAG. ... instruction Loadmultiple

Copyright©2016, Oracleand/oritsaffiliates.Allrightsreserved.|

HowdoesitimpactOLTPenvironments

28

Page 29: Oracle Database In-Memory - DOAG Deutsche · PDF fileOracle Database In-Memory: ... Product Managers, Oracle Oracle Database In-Memory Schedule for DOAG. ... instruction Loadmultiple

Copyright©2016, Oracleand/oritsaffiliates.Allrightsreserved.|

• ComplexOLTPisSlowedbyAnalyticIndexes

• Insertingonerowintoatablerequiresupdating10-20analyticindexes:Slow!

• ColumnStoreReplacesAnalyticIndexes

• Fastanalyticsonany columns

• ColumnStorenotpersistentsoupdatecostismuchlower

29

DatabaseIn-MemoryAcceleratesMixedWorkloads

Table1– 3OLTP

Indexes

10– 20AnalyticIndexes

REPLACE

Page 30: Oracle Database In-Memory - DOAG Deutsche · PDF fileOracle Database In-Memory: ... Product Managers, Oracle Oracle Database In-Memory Schedule for DOAG. ... instruction Loadmultiple

Copyright©2016, Oracleand/oritsaffiliates.Allrightsreserved.|

DatabaseIn-MemoryandotherOracleDatabasefeatures

30

Page 31: Oracle Database In-Memory - DOAG Deutsche · PDF fileOracle Database In-Memory: ... Product Managers, Oracle Oracle Database In-Memory Schedule for DOAG. ... instruction Loadmultiple

Copyright©2016, Oracleand/oritsaffiliates.Allrightsreserved.|

DatabaseIn-Memory:ScalestoAnySize

31

Scale-Up

•Scale-UponlargeSMPs•NUMAOptimized

•Scale-OutAcrossServerstoGrowMemoryandCPUs

• In-MemoryQueriesParallelizedAcrossServers

Scale-Out CombinewithFlashandDisk

DISKPCIFLASHDRAM

ColdDataHottestData

ActiveData

•Easilyplacedataonmostcosteffectivetier

•SimultaneouslyAchieve:•Speed ofDRAM• I/OsofFlash•Cost ofDisk

Page 32: Oracle Database In-Memory - DOAG Deutsche · PDF fileOracle Database In-Memory: ... Product Managers, Oracle Oracle Database In-Memory Schedule for DOAG. ... instruction Loadmultiple

Copyright©2016, Oracleand/oritsaffiliates.Allrightsreserved.| 32

RAC

ASM

RMAN

Data Guard & GoldenGate

• Pure In-Memory format does not change Oracle’s storage format, logging, backup, recovery, etc.

• All Oracle’s proven availability technologies work transparently

• Protection from all failures- Node, site, corruption, human error, etc.

DatabaseIn-Memory:IndustrialStrengthAvailability

Page 33: Oracle Database In-Memory - DOAG Deutsche · PDF fileOracle Database In-Memory: ... Product Managers, Oracle Oracle Database In-Memory Schedule for DOAG. ... instruction Loadmultiple

Copyright©2016, Oracleand/oritsaffiliates.Allrightsreserved.|

• Similar to storage mirroring

• Duplicate in-memory columns on another node- Enabled per table/partition

• e.g. only recent data

- Application transparent

• Downtime eliminated by using duplicate after failure

33

OnlyAvailableonEngineeredSystems

DatabaseIn-Memory:UniqueFaultTolerance

Page 34: Oracle Database In-Memory - DOAG Deutsche · PDF fileOracle Database In-Memory: ... Product Managers, Oracle Oracle Database In-Memory Schedule for DOAG. ... instruction Loadmultiple

Copyright©2016, Oracleand/oritsaffiliates.Allrightsreserved.|

DatabaseIn-Memory:TrivialtoImplement

34

SimpletoConfigure

NocomplexsetupSetcolumnstoresize

DeclareIn-Memorytables

FullFunctionality

NoSQLrestrictions

100%Compatible

Noapplicationchanges

Nodatamigration

EasytoDeploy

Page 35: Oracle Database In-Memory - DOAG Deutsche · PDF fileOracle Database In-Memory: ... Product Managers, Oracle Oracle Database In-Memory Schedule for DOAG. ... instruction Loadmultiple

Copyright©2016, Oracleand/oritsaffiliates.Allrightsreserved.|

HowarecustomersusingOracleDatabaseIn-Memory

Page 36: Oracle Database In-Memory - DOAG Deutsche · PDF fileOracle Database In-Memory: ... Product Managers, Oracle Oracle Database In-Memory Schedule for DOAG. ... instruction Loadmultiple

Copyright©2016, Oracleand/oritsaffiliates.Allrightsreserved.|

AT&TWiFi – DataWarehouse• BusinessObjectsreports100X faster

• ETLprocessesimprovedby50% faster

• NochangestoSAPBusinessObjectsreports

Villeroy &Boch – SAPBW• SAPBWCOPAqueries30– 33X faster

• SAPTransactionlistqueries4– 4,800Xfaster

• Avoidedexpensive&riskyupgradetoS4/Hana

36

BOSCH – SAPCRM• Dropped allcustomindexes

• Analyticqueries2-20Xfaster,DML2-3X faster

• Nochangestoapplicationrequired

DieMobiliar – MixedWorkload• RemovalofNetezza system

• Analyticqueries50-200X faster

• Databasesizereduced considerably

DatabaseIn-MemoryReferences

Page 37: Oracle Database In-Memory - DOAG Deutsche · PDF fileOracle Database In-Memory: ... Product Managers, Oracle Oracle Database In-Memory Schedule for DOAG. ... instruction Loadmultiple

Copyright©2016, Oracleand/oritsaffiliates.Allrightsreserved.|

In-MemoryUseCasesOLTP

• Real-timereportingdirectlyonOLTPsourcedata

• RemovesneedforseparateODS• Speedsdataextraction

DataWarehouse• Staging/ETL/Tempnotacandidate

• Writeonce,readonce• AllorasubsetofFoundationLayer

• Fortimesensitiveanalytics• PotentialtoreplaceAccessLayer

37

Page 38: Oracle Database In-Memory - DOAG Deutsche · PDF fileOracle Database In-Memory: ... Product Managers, Oracle Oracle Database In-Memory Schedule for DOAG. ... instruction Loadmultiple

Copyright©2016, Oracleand/oritsaffiliates.Allrightsreserved.|

WherecanIgetmoreinformation

38

Page 39: Oracle Database In-Memory - DOAG Deutsche · PDF fileOracle Database In-Memory: ... Product Managers, Oracle Oracle Database In-Memory Schedule for DOAG. ... instruction Loadmultiple

Copyright©2016, Oracleand/oritsaffiliates.Allrightsreserved.|

JointheConversation

39

https://twitter.com/TheInMemoryGuyhttps://blogs.oracle.com/in-memory/

WhitePapers(otn.com)• OracleDatabaseIn-MemoryWhitePaper• OracleDatabaseIn-MemoryAggregationPaper• WhentouseOracleDatabaseIn-Memory• OracleDatabaseIn-MemoryAdvisor

Videos• OracleDatabaseIn-MemoryYouTubeChannel• oracle.com- PoweringtheReal-TimeEnterprise- IndustryExpertsSharePerspectivesoracle.com/us/corporate/events/dbim/index.html

• YouTube- JuanLoaiza:SoftwareinSilicon

AdditionalQuestions• In-Memoryblog:blogs.oracle.com/In-Memory• Myemail:[email protected]

https://www.facebook.com/OracleDatabasehttp://www.oracle.com/goto/dbim.html

AdditionalResources

Page 40: Oracle Database In-Memory - DOAG Deutsche · PDF fileOracle Database In-Memory: ... Product Managers, Oracle Oracle Database In-Memory Schedule for DOAG. ... instruction Loadmultiple