SlideShare a Scribd company logo
1 of 14
@dez_blanchfield
CREATE INDEX Pindex
ON People(LastName)
database indexes are now
a black art and not the
stuff of mere mortals
@dez_blanchfield
database performance
by throwing tin at it !!
@dez_blanchfield
Database Performance Through Big Iron
DB performance can be improved with
•High performance server hardware
•Appropriately tuned Operating Systems
•Fast multi-core multi-threading CPU’s
•Having plenty of high speed RAM
•High throughput multi-bus backplanes
•High speed caching HDD’s & Storage Arrays
•Low latency networking & interconnects
•Clustering of database infrastructure
@dez_blanchfield
not all databases are created
equal.. there are databases,
and then there are,
“databases” !!
@dez_blanchfield
Databases: The Usual Suspects (SQL)
@dez_blanchfield
Databases: The Unusual Suspects (noSQL)
@dez_blanchfield
Databases: Beyond Super Human DBA’s
@dez_blanchfield
database indexing for improved
performance is a standard
industry practice
@dez_blanchfield
Explain Indexing Like I’m a 3 Year Old
@dez_blanchfield
database admins often consider
indexes to be the single most
critical tool for improving
database performance
@dez_blanchfield
Overview of Common Database Indexing
• Linear “unordered” .. n
– average search time = (n+1)/2
– average search time = n
• Binary “sorted” .. (n/2)+1
– average search time = log2(n)-1
– average search time = log2(n)
• B-Tree
– most common, allows logarithmic
selections, insertions, and deletions
• Bitmap
– store rowids associated with a key
value as a bitmap
• Hash
– large objects / blobs
– deals with equality but not inequality
• Clustered & Non-Clustered
• Spatial, Filtered, XML & Full Text
@dez_blanchfield
we’ve long passed a time when
super human database admins
could manually manage database
index performance tuning
@dez_blanchfield
Data Servers – Big Iron VS Cloud “XaaS”
@dez_blanchfield
even the world’s best dba’s need
to leverage the right tools to
deliver optimum index tuning

More Related Content

What's hot

MongoDB Pros and Cons
MongoDB Pros and ConsMongoDB Pros and Cons
MongoDB Pros and Consjohnrjenson
 
Introduction to CosmosDB - Azure Bootcamp 2018
Introduction to CosmosDB - Azure Bootcamp 2018Introduction to CosmosDB - Azure Bootcamp 2018
Introduction to CosmosDB - Azure Bootcamp 2018Josh Carlisle
 
Introduction to ArangoDB (nosql matters Barcelona 2012)
Introduction to ArangoDB (nosql matters Barcelona 2012)Introduction to ArangoDB (nosql matters Barcelona 2012)
Introduction to ArangoDB (nosql matters Barcelona 2012)ArangoDB Database
 
Strengths and Weaknesses of MongoDB
Strengths and Weaknesses of MongoDBStrengths and Weaknesses of MongoDB
Strengths and Weaknesses of MongoDBlehresman
 
An Introduction to Elastic Search.
An Introduction to Elastic Search.An Introduction to Elastic Search.
An Introduction to Elastic Search.Jurriaan Persyn
 
MongoDB - An Agile NoSQL Database
MongoDB - An Agile NoSQL DatabaseMongoDB - An Agile NoSQL Database
MongoDB - An Agile NoSQL DatabaseGaurav Awasthi
 
SharePoint Saturday Durban Presentation
SharePoint Saturday Durban PresentationSharePoint Saturday Durban Presentation
SharePoint Saturday Durban PresentationWarren Marks
 
Cassandra at mahalo_com_scale_la_meetup_de
Cassandra at mahalo_com_scale_la_meetup_deCassandra at mahalo_com_scale_la_meetup_de
Cassandra at mahalo_com_scale_la_meetup_demahalomeetup
 
ArangoDB – A different approach to NoSQL
ArangoDB – A different approach to NoSQLArangoDB – A different approach to NoSQL
ArangoDB – A different approach to NoSQLArangoDB Database
 
Lightning talk: elasticsearch at Cogenta
Lightning talk: elasticsearch at CogentaLightning talk: elasticsearch at Cogenta
Lightning talk: elasticsearch at CogentaYann Cluchey
 
Building a Scalable and Modern Infrastructure at CARFAX
Building a Scalable and Modern Infrastructure at CARFAXBuilding a Scalable and Modern Infrastructure at CARFAX
Building a Scalable and Modern Infrastructure at CARFAXMongoDB
 
Why MongoDB over other Databases - Habilelabs
Why MongoDB over other Databases - HabilelabsWhy MongoDB over other Databases - Habilelabs
Why MongoDB over other Databases - HabilelabsHabilelabs
 

What's hot (20)

MongoDB
MongoDBMongoDB
MongoDB
 
MongoDB Pros and Cons
MongoDB Pros and ConsMongoDB Pros and Cons
MongoDB Pros and Cons
 
Introduction to CosmosDB - Azure Bootcamp 2018
Introduction to CosmosDB - Azure Bootcamp 2018Introduction to CosmosDB - Azure Bootcamp 2018
Introduction to CosmosDB - Azure Bootcamp 2018
 
Mysql Optimization
Mysql OptimizationMysql Optimization
Mysql Optimization
 
Introduction to ArangoDB (nosql matters Barcelona 2012)
Introduction to ArangoDB (nosql matters Barcelona 2012)Introduction to ArangoDB (nosql matters Barcelona 2012)
Introduction to ArangoDB (nosql matters Barcelona 2012)
 
Strengths and Weaknesses of MongoDB
Strengths and Weaknesses of MongoDBStrengths and Weaknesses of MongoDB
Strengths and Weaknesses of MongoDB
 
Building a spa_in_30min
Building a spa_in_30minBuilding a spa_in_30min
Building a spa_in_30min
 
An Introduction to Elastic Search.
An Introduction to Elastic Search.An Introduction to Elastic Search.
An Introduction to Elastic Search.
 
10 mongo db
10 mongo db10 mongo db
10 mongo db
 
NoSQL
NoSQLNoSQL
NoSQL
 
NoSQL
NoSQLNoSQL
NoSQL
 
MongoDB - An Agile NoSQL Database
MongoDB - An Agile NoSQL DatabaseMongoDB - An Agile NoSQL Database
MongoDB - An Agile NoSQL Database
 
SharePoint Saturday Durban Presentation
SharePoint Saturday Durban PresentationSharePoint Saturday Durban Presentation
SharePoint Saturday Durban Presentation
 
Cassandra at mahalo_com_scale_la_meetup_de
Cassandra at mahalo_com_scale_la_meetup_deCassandra at mahalo_com_scale_la_meetup_de
Cassandra at mahalo_com_scale_la_meetup_de
 
ArangoDB – A different approach to NoSQL
ArangoDB – A different approach to NoSQLArangoDB – A different approach to NoSQL
ArangoDB – A different approach to NoSQL
 
Lightning talk: elasticsearch at Cogenta
Lightning talk: elasticsearch at CogentaLightning talk: elasticsearch at Cogenta
Lightning talk: elasticsearch at Cogenta
 
Building a Scalable and Modern Infrastructure at CARFAX
Building a Scalable and Modern Infrastructure at CARFAXBuilding a Scalable and Modern Infrastructure at CARFAX
Building a Scalable and Modern Infrastructure at CARFAX
 
BigData, NoSQL & ElasticSearch
BigData, NoSQL & ElasticSearchBigData, NoSQL & ElasticSearch
BigData, NoSQL & ElasticSearch
 
Starting with MongoDB
Starting with MongoDBStarting with MongoDB
Starting with MongoDB
 
Why MongoDB over other Databases - Habilelabs
Why MongoDB over other Databases - HabilelabsWhy MongoDB over other Databases - Habilelabs
Why MongoDB over other Databases - Habilelabs
 

Viewers also liked

Glosario 3
Glosario 3Glosario 3
Glosario 3ejoya
 
Power profe manuel trabajo nº 3
Power profe manuel trabajo nº 3Power profe manuel trabajo nº 3
Power profe manuel trabajo nº 3ejoya
 
Gauchão 2014 escala de arbitragem 3ª rodada
Gauchão 2014   escala de arbitragem 3ª rodadaGauchão 2014   escala de arbitragem 3ª rodada
Gauchão 2014 escala de arbitragem 3ª rodadaRafael Passos
 
Data Virtualization for Compliance – Creating a Controlled Data Environment
Data Virtualization for Compliance – Creating a Controlled Data EnvironmentData Virtualization for Compliance – Creating a Controlled Data Environment
Data Virtualization for Compliance – Creating a Controlled Data EnvironmentDenodo
 
MKOEN Teaching Philosophy with Summary Evals docx
MKOEN Teaching Philosophy with Summary Evals docxMKOEN Teaching Philosophy with Summary Evals docx
MKOEN Teaching Philosophy with Summary Evals docxMarthinus (Martin) Koen
 
Hadoop and Data Virtualization - A Case Study by VHA
Hadoop and Data Virtualization - A Case Study by VHAHadoop and Data Virtualization - A Case Study by VHA
Hadoop and Data Virtualization - A Case Study by VHADenodo
 
Edwar y pineda ultiomo
Edwar y pineda ultiomoEdwar y pineda ultiomo
Edwar y pineda ultiomoEdwar Perez
 
The 3-Speed Chief Data Officer
The 3-Speed Chief Data OfficerThe 3-Speed Chief Data Officer
The 3-Speed Chief Data OfficerDenodo
 
Anuário de Revestimentos, Louças e Metais
Anuário de Revestimentos, Louças e MetaisAnuário de Revestimentos, Louças e Metais
Anuário de Revestimentos, Louças e MetaisCamila Márcia Contato
 
Tiendas virtuales
Tiendas virtualesTiendas virtuales
Tiendas virtualeskarlamasi
 
Pasivos ambientales mineros - Inventario 2016 - Perú
Pasivos ambientales mineros - Inventario 2016 - PerúPasivos ambientales mineros - Inventario 2016 - Perú
Pasivos ambientales mineros - Inventario 2016 - PerúBraulio Castillo Anyosa
 

Viewers also liked (20)

Glosario 3
Glosario 3Glosario 3
Glosario 3
 
ΕΥΧΑΡΙΣΤΟΥΜΕ
ΕΥΧΑΡΙΣΤΟΥΜΕΕΥΧΑΡΙΣΤΟΥΜΕ
ΕΥΧΑΡΙΣΤΟΥΜΕ
 
Cersaie 2009
Cersaie 2009Cersaie 2009
Cersaie 2009
 
Power profe manuel trabajo nº 3
Power profe manuel trabajo nº 3Power profe manuel trabajo nº 3
Power profe manuel trabajo nº 3
 
Deportivo
DeportivoDeportivo
Deportivo
 
Gauchão 2014 escala de arbitragem 3ª rodada
Gauchão 2014   escala de arbitragem 3ª rodadaGauchão 2014   escala de arbitragem 3ª rodada
Gauchão 2014 escala de arbitragem 3ª rodada
 
JN Resume (1)
JN Resume (1)JN Resume (1)
JN Resume (1)
 
Coleção design itália
Coleção design itáliaColeção design itália
Coleção design itália
 
Data Virtualization for Compliance – Creating a Controlled Data Environment
Data Virtualization for Compliance – Creating a Controlled Data EnvironmentData Virtualization for Compliance – Creating a Controlled Data Environment
Data Virtualization for Compliance – Creating a Controlled Data Environment
 
Revista revenda construção
Revista revenda construçãoRevista revenda construção
Revista revenda construção
 
MKOEN Teaching Philosophy with Summary Evals docx
MKOEN Teaching Philosophy with Summary Evals docxMKOEN Teaching Philosophy with Summary Evals docx
MKOEN Teaching Philosophy with Summary Evals docx
 
Hadoop and Data Virtualization - A Case Study by VHA
Hadoop and Data Virtualization - A Case Study by VHAHadoop and Data Virtualization - A Case Study by VHA
Hadoop and Data Virtualization - A Case Study by VHA
 
Metros Ligeros y la revitalización de los Centros urbanos andaluces
Metros Ligeros y la revitalización de los Centros urbanos andalucesMetros Ligeros y la revitalización de los Centros urbanos andaluces
Metros Ligeros y la revitalización de los Centros urbanos andaluces
 
Constructivismo y TIC
Constructivismo y TICConstructivismo y TIC
Constructivismo y TIC
 
Edwar y pineda ultiomo
Edwar y pineda ultiomoEdwar y pineda ultiomo
Edwar y pineda ultiomo
 
The 3-Speed Chief Data Officer
The 3-Speed Chief Data OfficerThe 3-Speed Chief Data Officer
The 3-Speed Chief Data Officer
 
Anuário de Revestimentos, Louças e Metais
Anuário de Revestimentos, Louças e MetaisAnuário de Revestimentos, Louças e Metais
Anuário de Revestimentos, Louças e Metais
 
Extreme Analytics @ eBay
Extreme Analytics @ eBayExtreme Analytics @ eBay
Extreme Analytics @ eBay
 
Tiendas virtuales
Tiendas virtualesTiendas virtuales
Tiendas virtuales
 
Pasivos ambientales mineros - Inventario 2016 - Perú
Pasivos ambientales mineros - Inventario 2016 - PerúPasivos ambientales mineros - Inventario 2016 - Perú
Pasivos ambientales mineros - Inventario 2016 - Perú
 

Similar to Hot tech 20161005-ep0016-idera - index insanity - how to avoid database chaos-dez-slides

Demystifying data engineering
Demystifying data engineeringDemystifying data engineering
Demystifying data engineeringThang Bui (Bob)
 
NoSQL for great good [hanoi.rb talk]
NoSQL for great good [hanoi.rb talk]NoSQL for great good [hanoi.rb talk]
NoSQL for great good [hanoi.rb talk]Huy Do
 
Scaling the Web: Databases & NoSQL
Scaling the Web: Databases & NoSQLScaling the Web: Databases & NoSQL
Scaling the Web: Databases & NoSQLRichard Schneeman
 
How to use Big Data and Data Lake concept in business using Hadoop and Spark...
 How to use Big Data and Data Lake concept in business using Hadoop and Spark... How to use Big Data and Data Lake concept in business using Hadoop and Spark...
How to use Big Data and Data Lake concept in business using Hadoop and Spark...Institute of Contemporary Sciences
 
The Right Data for the Right Job
The Right Data for the Right JobThe Right Data for the Right Job
The Right Data for the Right JobEmily Curtin
 
Meta scale kognitio hadoop webinar
Meta scale kognitio hadoop webinarMeta scale kognitio hadoop webinar
Meta scale kognitio hadoop webinarKognitio
 
Dropping ACID: Wrapping Your Mind Around NoSQL Databases
Dropping ACID: Wrapping Your Mind Around NoSQL DatabasesDropping ACID: Wrapping Your Mind Around NoSQL Databases
Dropping ACID: Wrapping Your Mind Around NoSQL DatabasesKyle Banerjee
 
Build a modern data platform.pptx
Build a modern data platform.pptxBuild a modern data platform.pptx
Build a modern data platform.pptxIke Ellis
 
Scaling Cloud Web & Data Technologies
Scaling Cloud Web & Data TechnologiesScaling Cloud Web & Data Technologies
Scaling Cloud Web & Data TechnologiesAnant Corporation
 
SQL To NoSQL - Top 6 Questions Before Making The Move
SQL To NoSQL - Top 6 Questions Before Making The MoveSQL To NoSQL - Top 6 Questions Before Making The Move
SQL To NoSQL - Top 6 Questions Before Making The MoveIBM Cloud Data Services
 
Data modeling trends for analytics
Data modeling trends for analyticsData modeling trends for analytics
Data modeling trends for analyticsIke Ellis
 
Non-Relational Databases at ACCU2011
Non-Relational Databases at ACCU2011Non-Relational Databases at ACCU2011
Non-Relational Databases at ACCU2011Gavin Heavyside
 
NoSQL: An Analysis
NoSQL: An AnalysisNoSQL: An Analysis
NoSQL: An AnalysisAndrew Brust
 
PASS_Summit_2019_Azure_Storage_Options_for_Analytics
PASS_Summit_2019_Azure_Storage_Options_for_AnalyticsPASS_Summit_2019_Azure_Storage_Options_for_Analytics
PASS_Summit_2019_Azure_Storage_Options_for_AnalyticsDustin Vannoy
 
C*ollege Credit: Keep the DB, Lose the A
C*ollege Credit: Keep the DB, Lose the AC*ollege Credit: Keep the DB, Lose the A
C*ollege Credit: Keep the DB, Lose the ADataStax
 
Реляционные или нереляционные (Josh Berkus)
Реляционные или нереляционные (Josh Berkus)Реляционные или нереляционные (Josh Berkus)
Реляционные или нереляционные (Josh Berkus)Ontico
 

Similar to Hot tech 20161005-ep0016-idera - index insanity - how to avoid database chaos-dez-slides (20)

Demystifying data engineering
Demystifying data engineeringDemystifying data engineering
Demystifying data engineering
 
Apache Drill
Apache DrillApache Drill
Apache Drill
 
NoSQL for great good [hanoi.rb talk]
NoSQL for great good [hanoi.rb talk]NoSQL for great good [hanoi.rb talk]
NoSQL for great good [hanoi.rb talk]
 
Scaling the Web: Databases & NoSQL
Scaling the Web: Databases & NoSQLScaling the Web: Databases & NoSQL
Scaling the Web: Databases & NoSQL
 
Database story by DevOps
Database story by DevOpsDatabase story by DevOps
Database story by DevOps
 
How to use Big Data and Data Lake concept in business using Hadoop and Spark...
 How to use Big Data and Data Lake concept in business using Hadoop and Spark... How to use Big Data and Data Lake concept in business using Hadoop and Spark...
How to use Big Data and Data Lake concept in business using Hadoop and Spark...
 
The Right Data for the Right Job
The Right Data for the Right JobThe Right Data for the Right Job
The Right Data for the Right Job
 
Introduction to NoSQL
Introduction to NoSQLIntroduction to NoSQL
Introduction to NoSQL
 
Meta scale kognitio hadoop webinar
Meta scale kognitio hadoop webinarMeta scale kognitio hadoop webinar
Meta scale kognitio hadoop webinar
 
Dropping ACID: Wrapping Your Mind Around NoSQL Databases
Dropping ACID: Wrapping Your Mind Around NoSQL DatabasesDropping ACID: Wrapping Your Mind Around NoSQL Databases
Dropping ACID: Wrapping Your Mind Around NoSQL Databases
 
Build a modern data platform.pptx
Build a modern data platform.pptxBuild a modern data platform.pptx
Build a modern data platform.pptx
 
Scaling Cloud Web & Data Technologies
Scaling Cloud Web & Data TechnologiesScaling Cloud Web & Data Technologies
Scaling Cloud Web & Data Technologies
 
SQL To NoSQL - Top 6 Questions Before Making The Move
SQL To NoSQL - Top 6 Questions Before Making The MoveSQL To NoSQL - Top 6 Questions Before Making The Move
SQL To NoSQL - Top 6 Questions Before Making The Move
 
Data modeling trends for analytics
Data modeling trends for analyticsData modeling trends for analytics
Data modeling trends for analytics
 
Non-Relational Databases at ACCU2011
Non-Relational Databases at ACCU2011Non-Relational Databases at ACCU2011
Non-Relational Databases at ACCU2011
 
NoSQL: An Analysis
NoSQL: An AnalysisNoSQL: An Analysis
NoSQL: An Analysis
 
PASS_Summit_2019_Azure_Storage_Options_for_Analytics
PASS_Summit_2019_Azure_Storage_Options_for_AnalyticsPASS_Summit_2019_Azure_Storage_Options_for_Analytics
PASS_Summit_2019_Azure_Storage_Options_for_Analytics
 
NOSQL Overview
NOSQL OverviewNOSQL Overview
NOSQL Overview
 
C*ollege Credit: Keep the DB, Lose the A
C*ollege Credit: Keep the DB, Lose the AC*ollege Credit: Keep the DB, Lose the A
C*ollege Credit: Keep the DB, Lose the A
 
Реляционные или нереляционные (Josh Berkus)
Реляционные или нереляционные (Josh Berkus)Реляционные или нереляционные (Josh Berkus)
Реляционные или нереляционные (Josh Berkus)
 

More from Dez Blanchfield

Hot tech 20170329-idera - health check - maintaining enterprise bi-dez-slides
Hot tech 20170329-idera - health check - maintaining enterprise bi-dez-slidesHot tech 20170329-idera - health check - maintaining enterprise bi-dez-slides
Hot tech 20170329-idera - health check - maintaining enterprise bi-dez-slidesDez Blanchfield
 
CDO Summit 2017 - Sydney - 20170315 - Dez Blanchfield
CDO Summit 2017 - Sydney - 20170315 - Dez BlanchfieldCDO Summit 2017 - Sydney - 20170315 - Dez Blanchfield
CDO Summit 2017 - Sydney - 20170315 - Dez BlanchfieldDez Blanchfield
 
Briefing Room 20161213 - ep019 - Red Hat - Modern Business Storage
Briefing Room 20161213 - ep019 - Red Hat - Modern Business StorageBriefing Room 20161213 - ep019 - Red Hat - Modern Business Storage
Briefing Room 20161213 - ep019 - Red Hat - Modern Business StorageDez Blanchfield
 
Young it - digital transformation on a personal level
Young it - digital transformation on a personal levelYoung it - digital transformation on a personal level
Young it - digital transformation on a personal levelDez Blanchfield
 
Hot tech 20161221 - ep0022 - IDERA - an ounce of prevention - Forging Healthy BI
Hot tech 20161221 - ep0022 - IDERA - an ounce of prevention - Forging Healthy BIHot tech 20161221 - ep0022 - IDERA - an ounce of prevention - Forging Healthy BI
Hot tech 20161221 - ep0022 - IDERA - an ounce of prevention - Forging Healthy BIDez Blanchfield
 
Smart Cities Expo - World Forum - Sydney - 2016 - Dez Blanchfield
Smart Cities Expo - World Forum - Sydney - 2016 - Dez BlanchfieldSmart Cities Expo - World Forum - Sydney - 2016 - Dez Blanchfield
Smart Cities Expo - World Forum - Sydney - 2016 - Dez BlanchfieldDez Blanchfield
 
Hot tech 20161207 - ep0021 - IDERA - Protect your database - High availabilit...
Hot tech 20161207 - ep0021 - IDERA - Protect your database - High availabilit...Hot tech 20161207 - ep0021 - IDERA - Protect your database - High availabilit...
Hot tech 20161207 - ep0021 - IDERA - Protect your database - High availabilit...Dez Blanchfield
 
Hot tech 20161116-ep0019-idera - data modeling in an agile environment-dez-sl...
Hot tech 20161116-ep0019-idera - data modeling in an agile environment-dez-sl...Hot tech 20161116-ep0019-idera - data modeling in an agile environment-dez-sl...
Hot tech 20161116-ep0019-idera - data modeling in an agile environment-dez-sl...Dez Blanchfield
 
Hot tech 20160602-ep008-idera - forward momentum - moving relational beyond t...
Hot tech 20160602-ep008-idera - forward momentum - moving relational beyond t...Hot tech 20160602-ep008-idera - forward momentum - moving relational beyond t...
Hot tech 20160602-ep008-idera - forward momentum - moving relational beyond t...Dez Blanchfield
 
Hot tech 20160510-ep005-magnitude software-the_biggest_picture-knowing_your_c...
Hot tech 20160510-ep005-magnitude software-the_biggest_picture-knowing_your_c...Hot tech 20160510-ep005-magnitude software-the_biggest_picture-knowing_your_c...
Hot tech 20160510-ep005-magnitude software-the_biggest_picture-knowing_your_c...Dez Blanchfield
 
Hot tech 20160922-ep0015-dell statistica - edge analytics - the io_t economy ...
Hot tech 20160922-ep0015-dell statistica - edge analytics - the io_t economy ...Hot tech 20160922-ep0015-dell statistica - edge analytics - the io_t economy ...
Hot tech 20160922-ep0015-dell statistica - edge analytics - the io_t economy ...Dez Blanchfield
 
Briefing room 20160920-ep017-striim - a real-time version of the truth-dez-sl...
Briefing room 20160920-ep017-striim - a real-time version of the truth-dez-sl...Briefing room 20160920-ep017-striim - a real-time version of the truth-dez-sl...
Briefing room 20160920-ep017-striim - a real-time version of the truth-dez-sl...Dez Blanchfield
 
OpenStack Australia Government Day 2016 - Dez Blanchfield
OpenStack Australia Government Day 2016 - Dez BlanchfieldOpenStack Australia Government Day 2016 - Dez Blanchfield
OpenStack Australia Government Day 2016 - Dez BlanchfieldDez Blanchfield
 
Hot tech 20161102 - ep0018 - idera - application acceleration - faster perfor...
Hot tech 20161102 - ep0018 - idera - application acceleration - faster perfor...Hot tech 20161102 - ep0018 - idera - application acceleration - faster perfor...
Hot tech 20161102 - ep0018 - idera - application acceleration - faster perfor...Dez Blanchfield
 
Health Data Management - Clear Data - 5 reasons hospital CIOs are extending t...
Health Data Management - Clear Data - 5 reasons hospital CIOs are extending t...Health Data Management - Clear Data - 5 reasons hospital CIOs are extending t...
Health Data Management - Clear Data - 5 reasons hospital CIOs are extending t...Dez Blanchfield
 
Hot tech 20160602 - ep007 - sync sort - big iron meet big data - liberating m...
Hot tech 20160602 - ep007 - sync sort - big iron meet big data - liberating m...Hot tech 20160602 - ep007 - sync sort - big iron meet big data - liberating m...
Hot tech 20160602 - ep007 - sync sort - big iron meet big data - liberating m...Dez Blanchfield
 
Hot tech 20160914-ep0014-idera - who what where and how - why you want to kno...
Hot tech 20160914-ep0014-idera - who what where and how - why you want to kno...Hot tech 20160914-ep0014-idera - who what where and how - why you want to kno...
Hot tech 20160914-ep0014-idera - who what where and how - why you want to kno...Dez Blanchfield
 
Briefing room 20160913-ep0016-sap-anomalies-or-alerts-streaming-analytics-to-...
Briefing room 20160913-ep0016-sap-anomalies-or-alerts-streaming-analytics-to-...Briefing room 20160913-ep0016-sap-anomalies-or-alerts-streaming-analytics-to-...
Briefing room 20160913-ep0016-sap-anomalies-or-alerts-streaming-analytics-to-...Dez Blanchfield
 
Hot tech 20160825-ep0012-dell statistica-embed-analytics-everywhere-enabling-...
Hot tech 20160825-ep0012-dell statistica-embed-analytics-everywhere-enabling-...Hot tech 20160825-ep0012-dell statistica-embed-analytics-everywhere-enabling-...
Hot tech 20160825-ep0012-dell statistica-embed-analytics-everywhere-enabling-...Dez Blanchfield
 
Hot tech 20160824 - ep0011 - idera - the art of visibility - enabling multi p...
Hot tech 20160824 - ep0011 - idera - the art of visibility - enabling multi p...Hot tech 20160824 - ep0011 - idera - the art of visibility - enabling multi p...
Hot tech 20160824 - ep0011 - idera - the art of visibility - enabling multi p...Dez Blanchfield
 

More from Dez Blanchfield (20)

Hot tech 20170329-idera - health check - maintaining enterprise bi-dez-slides
Hot tech 20170329-idera - health check - maintaining enterprise bi-dez-slidesHot tech 20170329-idera - health check - maintaining enterprise bi-dez-slides
Hot tech 20170329-idera - health check - maintaining enterprise bi-dez-slides
 
CDO Summit 2017 - Sydney - 20170315 - Dez Blanchfield
CDO Summit 2017 - Sydney - 20170315 - Dez BlanchfieldCDO Summit 2017 - Sydney - 20170315 - Dez Blanchfield
CDO Summit 2017 - Sydney - 20170315 - Dez Blanchfield
 
Briefing Room 20161213 - ep019 - Red Hat - Modern Business Storage
Briefing Room 20161213 - ep019 - Red Hat - Modern Business StorageBriefing Room 20161213 - ep019 - Red Hat - Modern Business Storage
Briefing Room 20161213 - ep019 - Red Hat - Modern Business Storage
 
Young it - digital transformation on a personal level
Young it - digital transformation on a personal levelYoung it - digital transformation on a personal level
Young it - digital transformation on a personal level
 
Hot tech 20161221 - ep0022 - IDERA - an ounce of prevention - Forging Healthy BI
Hot tech 20161221 - ep0022 - IDERA - an ounce of prevention - Forging Healthy BIHot tech 20161221 - ep0022 - IDERA - an ounce of prevention - Forging Healthy BI
Hot tech 20161221 - ep0022 - IDERA - an ounce of prevention - Forging Healthy BI
 
Smart Cities Expo - World Forum - Sydney - 2016 - Dez Blanchfield
Smart Cities Expo - World Forum - Sydney - 2016 - Dez BlanchfieldSmart Cities Expo - World Forum - Sydney - 2016 - Dez Blanchfield
Smart Cities Expo - World Forum - Sydney - 2016 - Dez Blanchfield
 
Hot tech 20161207 - ep0021 - IDERA - Protect your database - High availabilit...
Hot tech 20161207 - ep0021 - IDERA - Protect your database - High availabilit...Hot tech 20161207 - ep0021 - IDERA - Protect your database - High availabilit...
Hot tech 20161207 - ep0021 - IDERA - Protect your database - High availabilit...
 
Hot tech 20161116-ep0019-idera - data modeling in an agile environment-dez-sl...
Hot tech 20161116-ep0019-idera - data modeling in an agile environment-dez-sl...Hot tech 20161116-ep0019-idera - data modeling in an agile environment-dez-sl...
Hot tech 20161116-ep0019-idera - data modeling in an agile environment-dez-sl...
 
Hot tech 20160602-ep008-idera - forward momentum - moving relational beyond t...
Hot tech 20160602-ep008-idera - forward momentum - moving relational beyond t...Hot tech 20160602-ep008-idera - forward momentum - moving relational beyond t...
Hot tech 20160602-ep008-idera - forward momentum - moving relational beyond t...
 
Hot tech 20160510-ep005-magnitude software-the_biggest_picture-knowing_your_c...
Hot tech 20160510-ep005-magnitude software-the_biggest_picture-knowing_your_c...Hot tech 20160510-ep005-magnitude software-the_biggest_picture-knowing_your_c...
Hot tech 20160510-ep005-magnitude software-the_biggest_picture-knowing_your_c...
 
Hot tech 20160922-ep0015-dell statistica - edge analytics - the io_t economy ...
Hot tech 20160922-ep0015-dell statistica - edge analytics - the io_t economy ...Hot tech 20160922-ep0015-dell statistica - edge analytics - the io_t economy ...
Hot tech 20160922-ep0015-dell statistica - edge analytics - the io_t economy ...
 
Briefing room 20160920-ep017-striim - a real-time version of the truth-dez-sl...
Briefing room 20160920-ep017-striim - a real-time version of the truth-dez-sl...Briefing room 20160920-ep017-striim - a real-time version of the truth-dez-sl...
Briefing room 20160920-ep017-striim - a real-time version of the truth-dez-sl...
 
OpenStack Australia Government Day 2016 - Dez Blanchfield
OpenStack Australia Government Day 2016 - Dez BlanchfieldOpenStack Australia Government Day 2016 - Dez Blanchfield
OpenStack Australia Government Day 2016 - Dez Blanchfield
 
Hot tech 20161102 - ep0018 - idera - application acceleration - faster perfor...
Hot tech 20161102 - ep0018 - idera - application acceleration - faster perfor...Hot tech 20161102 - ep0018 - idera - application acceleration - faster perfor...
Hot tech 20161102 - ep0018 - idera - application acceleration - faster perfor...
 
Health Data Management - Clear Data - 5 reasons hospital CIOs are extending t...
Health Data Management - Clear Data - 5 reasons hospital CIOs are extending t...Health Data Management - Clear Data - 5 reasons hospital CIOs are extending t...
Health Data Management - Clear Data - 5 reasons hospital CIOs are extending t...
 
Hot tech 20160602 - ep007 - sync sort - big iron meet big data - liberating m...
Hot tech 20160602 - ep007 - sync sort - big iron meet big data - liberating m...Hot tech 20160602 - ep007 - sync sort - big iron meet big data - liberating m...
Hot tech 20160602 - ep007 - sync sort - big iron meet big data - liberating m...
 
Hot tech 20160914-ep0014-idera - who what where and how - why you want to kno...
Hot tech 20160914-ep0014-idera - who what where and how - why you want to kno...Hot tech 20160914-ep0014-idera - who what where and how - why you want to kno...
Hot tech 20160914-ep0014-idera - who what where and how - why you want to kno...
 
Briefing room 20160913-ep0016-sap-anomalies-or-alerts-streaming-analytics-to-...
Briefing room 20160913-ep0016-sap-anomalies-or-alerts-streaming-analytics-to-...Briefing room 20160913-ep0016-sap-anomalies-or-alerts-streaming-analytics-to-...
Briefing room 20160913-ep0016-sap-anomalies-or-alerts-streaming-analytics-to-...
 
Hot tech 20160825-ep0012-dell statistica-embed-analytics-everywhere-enabling-...
Hot tech 20160825-ep0012-dell statistica-embed-analytics-everywhere-enabling-...Hot tech 20160825-ep0012-dell statistica-embed-analytics-everywhere-enabling-...
Hot tech 20160825-ep0012-dell statistica-embed-analytics-everywhere-enabling-...
 
Hot tech 20160824 - ep0011 - idera - the art of visibility - enabling multi p...
Hot tech 20160824 - ep0011 - idera - the art of visibility - enabling multi p...Hot tech 20160824 - ep0011 - idera - the art of visibility - enabling multi p...
Hot tech 20160824 - ep0011 - idera - the art of visibility - enabling multi p...
 

Recently uploaded

CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentationphoebematthew05
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 

Recently uploaded (20)

CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort ServiceHot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Panjabi Bagh 🔝 9953056974 🔝 Delhi escort Service
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
costume and set research powerpoint presentation
costume and set research powerpoint presentationcostume and set research powerpoint presentation
costume and set research powerpoint presentation
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 

Hot tech 20161005-ep0016-idera - index insanity - how to avoid database chaos-dez-slides