SlideShare ist ein Scribd-Unternehmen logo
1 von 55
Presented at:
Chicago IT Architects Group

Jan 15, 2013
shankar ramachandran
works with:
Microsoft Web Stack of Love
Microsoft SQL Server


also works with:
Skipping
essential steps,
just creates an
illusion of
speed &
growth.
simple.




          5
Agenda
• What NoSQL is & What it is not
• Why NoSQL – 2 specific reasons
• Conceptual Fundamentals & Grounding
• 3 techniques to classify & choose
• Way ahead
What

• Variety of non-
  relational database
  systems
• Usually schema-less
• Mostly open-source



• Not anti-RDBMS
• Not a replacement
No – relational tables –
were harmed in the making of
      this presentation.
Why NoSQL?
Reason #1
Big Data
“Big Data”
4 Vs of Big Data
Volume                      Velocity
• Terabytes and Petabytes   • Time sensitive real-time
                              data processing & decision
                              making


Variety                     Value

• Of structured and         • Inherent value always
  unstructured data
RDBMS can handle all that. Right??
• Scaling up has a limit.

• Sharding          - spread data across servers.


• Denormalization - potentially duplicates data in the
                    database, requiring updates to multiple tables when a
.                   duplicated data item is changed


• Distributed Caching - caching recently accessed data in memory
                        and storing that data across any number of servers
.                       or virtual machines. Think Memcached.
RDBMS tactics - Downside & Pitfalls
• Re-sharding is disruptive.


• Maintain schema on every server

• Distributed Caching accelerates just the reads


• You lose relational benefits anyway.
aggregate-oriented
        vs.
aggregate-ignorant
Aggregate-orientation
   • Unit of data can have a more complex
     structure than a set of simple tuples.

   • Excellent fit to run on a cluster.

   • Atomic manipulation of single
     aggregate.

   • Application code takes precedence.
Reason #2
Impedance Mismatch
• Difference between relational model & in-memory data
  structures

• Simple tuples

• ORMs provide a bridge ; complicate query
  performance.
{ product : "Tintin Statue",
created : Date(’11-16-2010’),
title : "Brass replica of Tintin",
tags : [ "tintin", "herge", "snowy"],
comments : [
{ author : ‘Shankar', comment : 'I love it' },
{ author : ‘Skeet', comment : 'me too!!' } ] }
Concepts
3 properties of distributed databases
• Consistency means that each client always has the
  same view of the data.
• Availability - node always available for read and
  write.
• Partition tolerance means that the system works
  well across physical network partitions.
consistency   availability partition-tolerance only-2-out-of-3


              CAP Theorem
consistency   availability



partition-tolerance




                This is incorrect
consistency   availability




partition-tolerance
horizontal-partitioning   multiple-instances shared-nothing

                          sharding
commodity-hardware   distributed infinite-expansion


   horizontal-scalability
google-patented-framework   map: chop data   reduce: fold data


                   MapReduce
low-latency   order-of-reads delayed-gratification


        eventual-consistency
For the academically inclined:

    Proprietary DB   high-performance        Google App. Engine

                     Google BigTable

                     Amazon Dynamo
    Proprietary system   high-availability    AWS key-value
quick shout-out
Object oriented
Faster and Declarative.

Lack of interoperability and recovery standards.



                          End-to-end development, database &
                          deployment platform


                          Embeddable and fast. Lack of querying
                          capabilities.
XML
Native XML database systems.

Typically XQuery used as querying mechanism.

Advantage or Disadvantage based on XML affinity.




      Sedna               Tamino
Choice By Data Model
aggregate-ignorant
Graph

Graph-data structure      associative-datasets node/edges
           Small records with complex interconnections.




                                                      GraphDB
aggregate-oriented
Key/Value
in-memory processing/caching

hyper-efficient associative storage




             Voldemort
Wide-Column

horizontally-partition   fully distributed Dynamo + BigTable
Document-oriented

schema-less   collection-based-JSON-like   dynamic-indexing
Choice By CAP

           CA            AP           CP
   RDBMS        Riak          MongoDB
                Dynamo        Hbase
                Cassandra     Redis
                CouchDB       Hypertable
                Voldemort
C       C++          C#        Erlang      Java

Redis   MongoDB      RavenDB   CouchDB     Cassandra

        Hypertable   GraphDB   Couchbase   Hadoop

        Kyoto                  Riak        HBase
        Tycoon
                               Scalaris    neo4J

                                           Voldemort
Way Ahead
What are
Microsoft &
Oracle up to?
Microsoft Polybase
Oracle NoSQL
polyglot persistence
  … a highly possible future
We learnt that ...

RDBMSs are here to stay. NoSQL is not creating
a paradigm shift.

NoSQL provides a set of non-relation data
stores & technologies that have affinity for
being processed in a clustered environment.

Some of them NoSQL databases also offer a
solution to Impedance Mismatch thus
increasing application developer productivity.

What Aggregate-Orientation in data modeling
means.

What the different types of database types
are.

And most importantly ... we now know that
RDBMS systems need DBAs - Database
Architects & Admins.
NoSQL systems need DBAs too - Developers
Beyond Awesome!
Twitter: @areshankar
Computers are useless. They can only
                      give you answers.
                           Pablo Picasso
           Cubist painter (1881 - 1973)




?

Weitere ähnliche Inhalte

Was ist angesagt?

Hadoop World 2011: Hadoop and Netezza Deployment Models and Case Study - Kris...
Hadoop World 2011: Hadoop and Netezza Deployment Models and Case Study - Kris...Hadoop World 2011: Hadoop and Netezza Deployment Models and Case Study - Kris...
Hadoop World 2011: Hadoop and Netezza Deployment Models and Case Study - Kris...Cloudera, Inc.
 
Cassandra vs. MongoDB
Cassandra vs. MongoDBCassandra vs. MongoDB
Cassandra vs. MongoDBScaleGrid.io
 
HPTS 2011: The NoSQL Ecosystem
HPTS 2011: The NoSQL EcosystemHPTS 2011: The NoSQL Ecosystem
HPTS 2011: The NoSQL EcosystemAdam Marcus
 
Overview of no sql
Overview of no sqlOverview of no sql
Overview of no sqlSean Murphy
 
No sql landscape_nosqltips
No sql landscape_nosqltipsNo sql landscape_nosqltips
No sql landscape_nosqltipsimarcticblue
 
Building Data Pipelines with SMACK: Designing Storage Strategies for Scale an...
Building Data Pipelines with SMACK: Designing Storage Strategies for Scale an...Building Data Pipelines with SMACK: Designing Storage Strategies for Scale an...
Building Data Pipelines with SMACK: Designing Storage Strategies for Scale an...DataStax
 
Big data vahidamiri-datastack.ir
Big data vahidamiri-datastack.irBig data vahidamiri-datastack.ir
Big data vahidamiri-datastack.irdatastack
 
Welcome | MariaDB today and our vision for the future
Welcome | MariaDB today and our vision for the futureWelcome | MariaDB today and our vision for the future
Welcome | MariaDB today and our vision for the futureMariaDB plc
 
Introduction to Cassandra and datastax DSE
Introduction to Cassandra and datastax DSEIntroduction to Cassandra and datastax DSE
Introduction to Cassandra and datastax DSEUlises Fasoli
 
Hadoop and Netezza - Co-existence or Competition?
Hadoop and Netezza - Co-existence or Competition?Hadoop and Netezza - Co-existence or Competition?
Hadoop and Netezza - Co-existence or Competition?Krishnan Parasuraman
 
Webinar: DataStax Training - Everything you need to become a Cassandra Rockstar
Webinar: DataStax Training - Everything you need to become a Cassandra RockstarWebinar: DataStax Training - Everything you need to become a Cassandra Rockstar
Webinar: DataStax Training - Everything you need to become a Cassandra RockstarDataStax
 
Indic threads pune12-nosql now and path ahead
Indic threads pune12-nosql now and path aheadIndic threads pune12-nosql now and path ahead
Indic threads pune12-nosql now and path aheadIndicThreads
 
Data has a better idea the in-memory data grid
Data has a better idea   the in-memory data gridData has a better idea   the in-memory data grid
Data has a better idea the in-memory data gridBogdan Dina
 
Big data vahidamiri-tabriz-13960226-datastack.ir
Big data vahidamiri-tabriz-13960226-datastack.irBig data vahidamiri-tabriz-13960226-datastack.ir
Big data vahidamiri-tabriz-13960226-datastack.irdatastack
 
Cassandra an overview
Cassandra an overviewCassandra an overview
Cassandra an overviewPritamKathar
 

Was ist angesagt? (20)

Hadoop World 2011: Hadoop and Netezza Deployment Models and Case Study - Kris...
Hadoop World 2011: Hadoop and Netezza Deployment Models and Case Study - Kris...Hadoop World 2011: Hadoop and Netezza Deployment Models and Case Study - Kris...
Hadoop World 2011: Hadoop and Netezza Deployment Models and Case Study - Kris...
 
Cassandra vs. MongoDB
Cassandra vs. MongoDBCassandra vs. MongoDB
Cassandra vs. MongoDB
 
HPTS 2011: The NoSQL Ecosystem
HPTS 2011: The NoSQL EcosystemHPTS 2011: The NoSQL Ecosystem
HPTS 2011: The NoSQL Ecosystem
 
Overview of no sql
Overview of no sqlOverview of no sql
Overview of no sql
 
No sql landscape_nosqltips
No sql landscape_nosqltipsNo sql landscape_nosqltips
No sql landscape_nosqltips
 
Building Data Pipelines with SMACK: Designing Storage Strategies for Scale an...
Building Data Pipelines with SMACK: Designing Storage Strategies for Scale an...Building Data Pipelines with SMACK: Designing Storage Strategies for Scale an...
Building Data Pipelines with SMACK: Designing Storage Strategies for Scale an...
 
Databases in the Cloud
Databases in the CloudDatabases in the Cloud
Databases in the Cloud
 
Big data vahidamiri-datastack.ir
Big data vahidamiri-datastack.irBig data vahidamiri-datastack.ir
Big data vahidamiri-datastack.ir
 
Welcome | MariaDB today and our vision for the future
Welcome | MariaDB today and our vision for the futureWelcome | MariaDB today and our vision for the future
Welcome | MariaDB today and our vision for the future
 
Introduction to Cassandra and datastax DSE
Introduction to Cassandra and datastax DSEIntroduction to Cassandra and datastax DSE
Introduction to Cassandra and datastax DSE
 
Hadoop and Netezza - Co-existence or Competition?
Hadoop and Netezza - Co-existence or Competition?Hadoop and Netezza - Co-existence or Competition?
Hadoop and Netezza - Co-existence or Competition?
 
Webinar: DataStax Training - Everything you need to become a Cassandra Rockstar
Webinar: DataStax Training - Everything you need to become a Cassandra RockstarWebinar: DataStax Training - Everything you need to become a Cassandra Rockstar
Webinar: DataStax Training - Everything you need to become a Cassandra Rockstar
 
Indic threads pune12-nosql now and path ahead
Indic threads pune12-nosql now and path aheadIndic threads pune12-nosql now and path ahead
Indic threads pune12-nosql now and path ahead
 
NoSQL and MongoDB
NoSQL and MongoDBNoSQL and MongoDB
NoSQL and MongoDB
 
Data has a better idea the in-memory data grid
Data has a better idea   the in-memory data gridData has a better idea   the in-memory data grid
Data has a better idea the in-memory data grid
 
Gcp data engineer
Gcp data engineerGcp data engineer
Gcp data engineer
 
Cassandra
CassandraCassandra
Cassandra
 
NoSql
NoSqlNoSql
NoSql
 
Big data vahidamiri-tabriz-13960226-datastack.ir
Big data vahidamiri-tabriz-13960226-datastack.irBig data vahidamiri-tabriz-13960226-datastack.ir
Big data vahidamiri-tabriz-13960226-datastack.ir
 
Cassandra an overview
Cassandra an overviewCassandra an overview
Cassandra an overview
 

Andere mochten auch

Calidad de vida por Darwin Collantes ppt
Calidad de  vida por Darwin Collantes pptCalidad de  vida por Darwin Collantes ppt
Calidad de vida por Darwin Collantes pptdarwincollantes
 
Ujian pentaksiran akhir tahun sekolah rendah 2016 english pemahaman tahun 5
Ujian pentaksiran akhir tahun sekolah rendah 2016 english pemahaman tahun 5Ujian pentaksiran akhir tahun sekolah rendah 2016 english pemahaman tahun 5
Ujian pentaksiran akhir tahun sekolah rendah 2016 english pemahaman tahun 5Farah Hasaban
 
Bahasa inggeris 1 thn 5
Bahasa inggeris 1 thn 5Bahasa inggeris 1 thn 5
Bahasa inggeris 1 thn 5thecast
 
Kertas Soalan Bahasa Inggeris Kertas 1 Tahun 5 KSSR
Kertas Soalan Bahasa Inggeris Kertas 1 Tahun 5 KSSRKertas Soalan Bahasa Inggeris Kertas 1 Tahun 5 KSSR
Kertas Soalan Bahasa Inggeris Kertas 1 Tahun 5 KSSRar-rifke.com
 
Hype vs. Reality: The AI Explainer
Hype vs. Reality: The AI ExplainerHype vs. Reality: The AI Explainer
Hype vs. Reality: The AI ExplainerLuminary Labs
 
Study: The Future of VR, AR and Self-Driving Cars
Study: The Future of VR, AR and Self-Driving CarsStudy: The Future of VR, AR and Self-Driving Cars
Study: The Future of VR, AR and Self-Driving CarsLinkedIn
 

Andere mochten auch (6)

Calidad de vida por Darwin Collantes ppt
Calidad de  vida por Darwin Collantes pptCalidad de  vida por Darwin Collantes ppt
Calidad de vida por Darwin Collantes ppt
 
Ujian pentaksiran akhir tahun sekolah rendah 2016 english pemahaman tahun 5
Ujian pentaksiran akhir tahun sekolah rendah 2016 english pemahaman tahun 5Ujian pentaksiran akhir tahun sekolah rendah 2016 english pemahaman tahun 5
Ujian pentaksiran akhir tahun sekolah rendah 2016 english pemahaman tahun 5
 
Bahasa inggeris 1 thn 5
Bahasa inggeris 1 thn 5Bahasa inggeris 1 thn 5
Bahasa inggeris 1 thn 5
 
Kertas Soalan Bahasa Inggeris Kertas 1 Tahun 5 KSSR
Kertas Soalan Bahasa Inggeris Kertas 1 Tahun 5 KSSRKertas Soalan Bahasa Inggeris Kertas 1 Tahun 5 KSSR
Kertas Soalan Bahasa Inggeris Kertas 1 Tahun 5 KSSR
 
Hype vs. Reality: The AI Explainer
Hype vs. Reality: The AI ExplainerHype vs. Reality: The AI Explainer
Hype vs. Reality: The AI Explainer
 
Study: The Future of VR, AR and Self-Driving Cars
Study: The Future of VR, AR and Self-Driving CarsStudy: The Future of VR, AR and Self-Driving Cars
Study: The Future of VR, AR and Self-Driving Cars
 

Ähnlich wie Navigating NoSQL in cloudy skies

North Bay Ruby Meetup 101911
North Bay Ruby Meetup 101911North Bay Ruby Meetup 101911
North Bay Ruby Meetup 101911Ines Sombra
 
NoSQL Data Stores in Research and Practice - ICDE 2016 Tutorial - Extended Ve...
NoSQL Data Stores in Research and Practice - ICDE 2016 Tutorial - Extended Ve...NoSQL Data Stores in Research and Practice - ICDE 2016 Tutorial - Extended Ve...
NoSQL Data Stores in Research and Practice - ICDE 2016 Tutorial - Extended Ve...Felix Gessert
 
A Survey of Advanced Non-relational Database Systems: Approaches and Applicat...
A Survey of Advanced Non-relational Database Systems: Approaches and Applicat...A Survey of Advanced Non-relational Database Systems: Approaches and Applicat...
A Survey of Advanced Non-relational Database Systems: Approaches and Applicat...Qian Lin
 
NoSQLDatabases
NoSQLDatabasesNoSQLDatabases
NoSQLDatabasesAdi Challa
 
If NoSQL is your answer, you are probably asking the wrong question.
If NoSQL is your answer, you are probably asking the wrong question.If NoSQL is your answer, you are probably asking the wrong question.
If NoSQL is your answer, you are probably asking the wrong question.Lukas Smith
 
NoSQL Architecture Overview
NoSQL Architecture OverviewNoSQL Architecture Overview
NoSQL Architecture OverviewChristopher Foot
 
The NoSQL Ecosystem
The NoSQL Ecosystem The NoSQL Ecosystem
The NoSQL Ecosystem yarapavan
 
NO SQL: What, Why, How
NO SQL: What, Why, HowNO SQL: What, Why, How
NO SQL: What, Why, HowIgor Moochnick
 
Minnebar 2013 - Scaling with Cassandra
Minnebar 2013 - Scaling with CassandraMinnebar 2013 - Scaling with Cassandra
Minnebar 2013 - Scaling with CassandraJeff Bollinger
 
Database awareness
Database awarenessDatabase awareness
Database awarenesskloia
 
NoSQL Options Compared
NoSQL Options ComparedNoSQL Options Compared
NoSQL Options ComparedSergey Bushik
 
NOSQL- Presentation on NoSQL
NOSQL- Presentation on NoSQLNOSQL- Presentation on NoSQL
NOSQL- Presentation on NoSQLRamakant Soni
 
NOSQL in big data is the not only structure langua.pdf
NOSQL in big data is the not only structure langua.pdfNOSQL in big data is the not only structure langua.pdf
NOSQL in big data is the not only structure langua.pdfajajkhan16
 
Prepare Your Data For The Cloud
Prepare Your Data For The CloudPrepare Your Data For The Cloud
Prepare Your Data For The CloudIndicThreads
 

Ähnlich wie Navigating NoSQL in cloudy skies (20)

North Bay Ruby Meetup 101911
North Bay Ruby Meetup 101911North Bay Ruby Meetup 101911
North Bay Ruby Meetup 101911
 
No sql
No sqlNo sql
No sql
 
NoSQL Data Stores in Research and Practice - ICDE 2016 Tutorial - Extended Ve...
NoSQL Data Stores in Research and Practice - ICDE 2016 Tutorial - Extended Ve...NoSQL Data Stores in Research and Practice - ICDE 2016 Tutorial - Extended Ve...
NoSQL Data Stores in Research and Practice - ICDE 2016 Tutorial - Extended Ve...
 
A Survey of Advanced Non-relational Database Systems: Approaches and Applicat...
A Survey of Advanced Non-relational Database Systems: Approaches and Applicat...A Survey of Advanced Non-relational Database Systems: Approaches and Applicat...
A Survey of Advanced Non-relational Database Systems: Approaches and Applicat...
 
NoSQLDatabases
NoSQLDatabasesNoSQLDatabases
NoSQLDatabases
 
If NoSQL is your answer, you are probably asking the wrong question.
If NoSQL is your answer, you are probably asking the wrong question.If NoSQL is your answer, you are probably asking the wrong question.
If NoSQL is your answer, you are probably asking the wrong question.
 
Nosql seminar
Nosql seminarNosql seminar
Nosql seminar
 
NoSQL Architecture Overview
NoSQL Architecture OverviewNoSQL Architecture Overview
NoSQL Architecture Overview
 
NoSQL
NoSQLNoSQL
NoSQL
 
The NoSQL Ecosystem
The NoSQL Ecosystem The NoSQL Ecosystem
The NoSQL Ecosystem
 
NO SQL: What, Why, How
NO SQL: What, Why, HowNO SQL: What, Why, How
NO SQL: What, Why, How
 
Minnebar 2013 - Scaling with Cassandra
Minnebar 2013 - Scaling with CassandraMinnebar 2013 - Scaling with Cassandra
Minnebar 2013 - Scaling with Cassandra
 
Introduction to NoSQL
Introduction to NoSQLIntroduction to NoSQL
Introduction to NoSQL
 
Database awareness
Database awarenessDatabase awareness
Database awareness
 
How and when to use NoSQL
How and when to use NoSQLHow and when to use NoSQL
How and when to use NoSQL
 
NoSQL Options Compared
NoSQL Options ComparedNoSQL Options Compared
NoSQL Options Compared
 
NOSQL- Presentation on NoSQL
NOSQL- Presentation on NoSQLNOSQL- Presentation on NoSQL
NOSQL- Presentation on NoSQL
 
NOSQL in big data is the not only structure langua.pdf
NOSQL in big data is the not only structure langua.pdfNOSQL in big data is the not only structure langua.pdf
NOSQL in big data is the not only structure langua.pdf
 
Prepare Your Data For The Cloud
Prepare Your Data For The CloudPrepare Your Data For The Cloud
Prepare Your Data For The Cloud
 
Preparing your data for the cloud
Preparing your data for the cloudPreparing your data for the cloud
Preparing your data for the cloud
 

Kürzlich hochgeladen

So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfpanagenda
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxLoriGlavin3
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Strongerpanagenda
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
Manual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance AuditManual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance AuditSkynet Technologies
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfNeo4j
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...Wes McKinney
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxLoriGlavin3
 
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...Scott Andery
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality AssuranceInflectra
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentPim van der Noll
 
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...AliaaTarek5
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024Lonnie McRorey
 

Kürzlich hochgeladen (20)

So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
 
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptxA Deep Dive on Passkeys: FIDO Paris Seminar.pptx
A Deep Dive on Passkeys: FIDO Paris Seminar.pptx
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data PrivacyTrustArc Webinar - How to Build Consumer Trust Through Data Privacy
TrustArc Webinar - How to Build Consumer Trust Through Data Privacy
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
Manual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance AuditManual 508 Accessibility Compliance Audit
Manual 508 Accessibility Compliance Audit
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdf
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
 
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptxThe Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
The Role of FIDO in a Cyber Secure Netherlands: FIDO Paris Seminar.pptx
 
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
Enhancing User Experience - Exploring the Latest Features of Tallyman Axis Lo...
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native developmentEmixa Mendix Meetup 11 April 2024 about Mendix Native development
Emixa Mendix Meetup 11 April 2024 about Mendix Native development
 
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
(How to Program) Paul Deitel, Harvey Deitel-Java How to Program, Early Object...
 
TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024TeamStation AI System Report LATAM IT Salaries 2024
TeamStation AI System Report LATAM IT Salaries 2024
 

Navigating NoSQL in cloudy skies

  • 1.
  • 2. Presented at: Chicago IT Architects Group Jan 15, 2013
  • 3. shankar ramachandran works with: Microsoft Web Stack of Love Microsoft SQL Server also works with:
  • 4. Skipping essential steps, just creates an illusion of speed & growth.
  • 6. Agenda • What NoSQL is & What it is not • Why NoSQL – 2 specific reasons • Conceptual Fundamentals & Grounding • 3 techniques to classify & choose • Way ahead
  • 7. What • Variety of non- relational database systems • Usually schema-less • Mostly open-source • Not anti-RDBMS • Not a replacement
  • 8. No – relational tables – were harmed in the making of this presentation.
  • 13.
  • 14.
  • 15. 4 Vs of Big Data Volume Velocity • Terabytes and Petabytes • Time sensitive real-time data processing & decision making Variety Value • Of structured and • Inherent value always unstructured data
  • 16. RDBMS can handle all that. Right?? • Scaling up has a limit. • Sharding - spread data across servers. • Denormalization - potentially duplicates data in the database, requiring updates to multiple tables when a . duplicated data item is changed • Distributed Caching - caching recently accessed data in memory and storing that data across any number of servers . or virtual machines. Think Memcached.
  • 17. RDBMS tactics - Downside & Pitfalls • Re-sharding is disruptive. • Maintain schema on every server • Distributed Caching accelerates just the reads • You lose relational benefits anyway.
  • 18. aggregate-oriented vs. aggregate-ignorant
  • 19. Aggregate-orientation • Unit of data can have a more complex structure than a set of simple tuples. • Excellent fit to run on a cluster. • Atomic manipulation of single aggregate. • Application code takes precedence.
  • 22. • Difference between relational model & in-memory data structures • Simple tuples • ORMs provide a bridge ; complicate query performance.
  • 23. { product : "Tintin Statue", created : Date(’11-16-2010’), title : "Brass replica of Tintin", tags : [ "tintin", "herge", "snowy"], comments : [ { author : ‘Shankar', comment : 'I love it' }, { author : ‘Skeet', comment : 'me too!!' } ] }
  • 25. 3 properties of distributed databases • Consistency means that each client always has the same view of the data. • Availability - node always available for read and write. • Partition tolerance means that the system works well across physical network partitions.
  • 26. consistency availability partition-tolerance only-2-out-of-3 CAP Theorem
  • 27. consistency availability partition-tolerance This is incorrect
  • 28. consistency availability partition-tolerance
  • 29. horizontal-partitioning multiple-instances shared-nothing sharding
  • 30. commodity-hardware distributed infinite-expansion horizontal-scalability
  • 31. google-patented-framework map: chop data reduce: fold data MapReduce
  • 32. low-latency order-of-reads delayed-gratification eventual-consistency
  • 33. For the academically inclined: Proprietary DB high-performance Google App. Engine Google BigTable Amazon Dynamo Proprietary system high-availability AWS key-value
  • 35. Object oriented Faster and Declarative. Lack of interoperability and recovery standards. End-to-end development, database & deployment platform Embeddable and fast. Lack of querying capabilities.
  • 36. XML Native XML database systems. Typically XQuery used as querying mechanism. Advantage or Disadvantage based on XML affinity. Sedna Tamino
  • 37. Choice By Data Model
  • 39. Graph Graph-data structure associative-datasets node/edges Small records with complex interconnections. GraphDB
  • 42. Wide-Column horizontally-partition fully distributed Dynamo + BigTable
  • 43. Document-oriented schema-less collection-based-JSON-like dynamic-indexing
  • 44.
  • 45. Choice By CAP CA AP CP RDBMS Riak MongoDB Dynamo Hbase Cassandra Redis CouchDB Hypertable Voldemort
  • 46. C C++ C# Erlang Java Redis MongoDB RavenDB CouchDB Cassandra Hypertable GraphDB Couchbase Hadoop Kyoto Riak HBase Tycoon Scalaris neo4J Voldemort
  • 51.
  • 52. polyglot persistence … a highly possible future
  • 53. We learnt that ... RDBMSs are here to stay. NoSQL is not creating a paradigm shift. NoSQL provides a set of non-relation data stores & technologies that have affinity for being processed in a clustered environment. Some of them NoSQL databases also offer a solution to Impedance Mismatch thus increasing application developer productivity. What Aggregate-Orientation in data modeling means. What the different types of database types are. And most importantly ... we now know that RDBMS systems need DBAs - Database Architects & Admins. NoSQL systems need DBAs too - Developers Beyond Awesome!
  • 55. Computers are useless. They can only give you answers. Pablo Picasso Cubist painter (1881 - 1973) ?