9
MongoDB for Funnel 최용재 @lnyarl

Mongo db for funnel

Embed Size (px)

DESCRIPTION

funnel을 만드는데 필요한 mongo db 조사

Citation preview

Page 1: Mongo db for funnel

MongoDB for Funnel최용재 @lnyarl

Page 2: Mongo db for funnel

MongoDB?

Page 3: Mongo db for funnel

Benefit for Funnel

Page 4: Mongo db for funnel

Document(Object) base

person {name : “mongo”,birthday : {

year : 1985,month : 8,day : 23},

language : [“korean”,“english”],

$address : ref}

address {lon : 3.23483874,lat : 43.342344,city : “where”

}

address {lon : 3.23483874,lat : 43.342344,city : “where”

}

address {lon : 3.23483874,lat : 43.342344,city : “where”

}

address {city : “where”

}

stored as BSON

Page 5: Mongo db for funnel

High PerformanceNo Join

Page 6: Mongo db for funnel

Querying via Hierarchy

Page 7: Mongo db for funnel

High Scalability

Page 8: Mongo db for funnel

Batter than ORMThis is O

Page 9: Mongo db for funnel

MapReduce Supported