Algorithms and Data Structures for Massive Datasets
Massive modern datasets make traditional data structures and algorithms grind to a halt. This fun and practical guide introduces cutting-edge techniques that can reliably handle even the largest distributed datasets. In Algorithms and Data Structures for Massive Datasets you will learn: Probabilisti...
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | eng |
Schlagworte: | |
Online-Zugang: | Volltext |
Tags: |
Tag hinzufügen
Keine Tags, Fügen Sie den ersten Tag hinzu!
|
container_end_page | |
---|---|
container_issue | |
container_start_page | |
container_title | |
container_volume | |
creator | Dzejla Medjedovic, Emin Tahirovic, Ines Dedovic |
description | Massive modern datasets make traditional data structures and algorithms grind to a halt. This fun and practical guide introduces cutting-edge techniques that can reliably handle even the largest distributed datasets. In Algorithms and Data Structures for Massive Datasets you will learn: Probabilistic sketching data structures for practical problems
Choosing the right database engine for your application
Evaluating and designing efficient on-disk data structures and algorithms
Understanding the algorithmic trade-offs involved in massive-scale systems
Deriving basic statistics from streaming data
Correctly sampling streaming data
Computing percentiles with limited space resources Algorithms and Data Structures for Massive Datasets reveals a toolbox of new methods that are perfect for handling modern big data applications. You'll explore the novel data structures and algorithms that underpin Google, Facebook, and other enterprise applications that work with truly massive amounts of data. These effective techniques can be applied to any discipline, from finance to text analysis. Graphics, illustrations, and hands-on industry examples make complex ideas practical to implement in your projects—and there's no mathematical proofs to puzzle over. Work through this one-of-a-kind guide, and you'll find the sweet spot of saving space without sacrificing your data's accuracy. About the technology
Standard algorithms and data structures may become slow—or fail altogether—when applied to large distributed datasets. Choosing algorithms designed for big data saves time, increases accuracy, and reduces processing cost. This unique book distills cutting-edge research papers into practical techniques for sketching, streaming, and organizing massive datasets on-disk and in the cloud. About the book
Algorithms and Data Structures for Massive Datasets introduces processing and analytics techniques for large distributed data. Packed with industry stories and entertaining illustrations, this friendly guide makes even complex concepts easy to understand. You'll explore real-world examples as you learn to map powerful algorithms like Bloom filters, Count-min sketch, HyperLogLog, and LSM-trees to your own use cases. What's insideProbabilistic sketching data structures
Choosing the right database engine
Designing efficient on-disk data structures and algorithms
Algorithmic tradeoffs in massive-scale systems
Computing percentiles with limited space resources About the reader
Examples i |
format | Book |
fullrecord | <record><control><sourceid>proquest_skill</sourceid><recordid>TN_cdi_skillsoft_books24x7_bks000163190</recordid><sourceformat>XML</sourceformat><sourcesystem>PC</sourcesystem><sourcerecordid>EBC7049417</sourcerecordid><originalsourceid>FETCH-LOGICAL-a17889-2dd66ab0925850200a577bc860dac1959387473e41ca52f03595cf412ace72213</originalsourceid><addsrcrecordid>eNpdkE1Lw0AQhiOiqLX_wEMOgngo7Ec2s3ustX6A4kHxGibJpo1Zu7qzrf58QxsQPQ3DPDwz7-wlYwOa51JLlauc7__rD5MTLiUwBZLBUTImemOMiRxAG32cyKlb-NDG5TuluKrTa4yYPsewruI6WEobH9JHJGo3djsjG-k0OWjQkR0PdZS83sxfZneTh6fb-9n0YYIctDYTUdd5jiUzQmnFBGOoAMpK56zGihtlpIYMpM14hUo0TCqjqibjAisLQnA5Si52Yupa58g3sSi970hk31CUHfVB-qDcsJ683JFInf2ipXeRio2zW7z485CePR-s2GBod8piI3YYB2F0f8rv8o_gP9eWYrG1VXYVA7pifjUDlpmMQ0-eDaQNzi78YBQApg8ufwAZRXUh</addsrcrecordid><sourcetype>Aggregation Database</sourcetype><iscdi>true</iscdi><recordtype>book</recordtype><pqid>EBC7049417</pqid></control><display><type>book</type><title>Algorithms and Data Structures for Massive Datasets</title><source>O'Reilly Online Learning: Academic/Public Library Edition</source><creator>Dzejla Medjedovic, Emin Tahirovic, Ines Dedovic</creator><creatorcontrib>Dzejla Medjedovic, Emin Tahirovic, Ines Dedovic</creatorcontrib><description>Massive modern datasets make traditional data structures and algorithms grind to a halt. This fun and practical guide introduces cutting-edge techniques that can reliably handle even the largest distributed datasets. In Algorithms and Data Structures for Massive Datasets you will learn: Probabilistic sketching data structures for practical problems
Choosing the right database engine for your application
Evaluating and designing efficient on-disk data structures and algorithms
Understanding the algorithmic trade-offs involved in massive-scale systems
Deriving basic statistics from streaming data
Correctly sampling streaming data
Computing percentiles with limited space resources Algorithms and Data Structures for Massive Datasets reveals a toolbox of new methods that are perfect for handling modern big data applications. You'll explore the novel data structures and algorithms that underpin Google, Facebook, and other enterprise applications that work with truly massive amounts of data. These effective techniques can be applied to any discipline, from finance to text analysis. Graphics, illustrations, and hands-on industry examples make complex ideas practical to implement in your projects—and there's no mathematical proofs to puzzle over. Work through this one-of-a-kind guide, and you'll find the sweet spot of saving space without sacrificing your data's accuracy. About the technology
Standard algorithms and data structures may become slow—or fail altogether—when applied to large distributed datasets. Choosing algorithms designed for big data saves time, increases accuracy, and reduces processing cost. This unique book distills cutting-edge research papers into practical techniques for sketching, streaming, and organizing massive datasets on-disk and in the cloud. About the book
Algorithms and Data Structures for Massive Datasets introduces processing and analytics techniques for large distributed data. Packed with industry stories and entertaining illustrations, this friendly guide makes even complex concepts easy to understand. You'll explore real-world examples as you learn to map powerful algorithms like Bloom filters, Count-min sketch, HyperLogLog, and LSM-trees to your own use cases. What's insideProbabilistic sketching data structures
Choosing the right database engine
Designing efficient on-disk data structures and algorithms
Algorithmic tradeoffs in massive-scale systems
Computing percentiles with limited space resources About the reader
Examples in Python, R, and pseudocode. About the author
Dzejla Medjedovic earned her PhD in the Applied Algorithms Lab at Stony Brook University, New York. Emin Tahirovic earned his PhD in biostatistics from University of Pennsylvania. Illustrator Ines Dedovic earned her PhD at the Institute for Imaging and Computer Vision at RWTH Aachen University, Germany.Table of Contents1 Introduction
PART 1 HASH-BASED SKETCHES
2 Review of hash tables and modern hashing
3 Approximate membership: Bloom and quotient filters
4 Frequency estimation and count-min sketch
5 Cardinality estimation and HyperLogLog
PART 2 REAL-TIME ANALYTICS
6 Streaming data: Bringing everything together
7 Sampling from data streams
8 Approximate quantiles on data streams
PART 3 DATA STRUCTURES FOR DATABASES AND EXTERNAL MEMORY ALGORITHMS
9 Introducing the external memory model
10 Data structures for databases: B-trees, B?-trees, and LSM-trees
11 External memory sorting</description><edition>1</edition><identifier>ISBN: 9781638356561</identifier><identifier>ISBN: 1638356564</identifier><identifier>ISBN: 1617298034</identifier><identifier>ISBN: 9781617298035</identifier><identifier>EISBN: 9781638356561</identifier><identifier>EISBN: 1638356564</identifier><identifier>EISBN: 1617298034</identifier><identifier>EISBN: 9781617298035</identifier><identifier>OCLC: 1337057307</identifier><identifier>LCCallNum: HD30.25 .M43 2022</identifier><language>eng</language><publisher>New York: Manning</publisher><subject>Algorithms ; COMPUTERS ; Data mining ; Data processing ; Data structures (Computer science) ; Management ; Mathematical models</subject><creationdate>2022</creationdate><tpages>325 pages</tpages><format>325 pages</format><woscitedreferencessubscribed>false</woscitedreferencessubscribed></display><links><openurl>$$Topenurl_article</openurl><openurlfulltext>$$Topenurlfull_article</openurlfulltext><thumbnail>$$Tsyndetics_thumb_exl</thumbnail><link.rule.ids>306,780,784,786,24762</link.rule.ids></links><search><creatorcontrib>Dzejla Medjedovic, Emin Tahirovic, Ines Dedovic</creatorcontrib><title>Algorithms and Data Structures for Massive Datasets</title><description>Massive modern datasets make traditional data structures and algorithms grind to a halt. This fun and practical guide introduces cutting-edge techniques that can reliably handle even the largest distributed datasets. In Algorithms and Data Structures for Massive Datasets you will learn: Probabilistic sketching data structures for practical problems
Choosing the right database engine for your application
Evaluating and designing efficient on-disk data structures and algorithms
Understanding the algorithmic trade-offs involved in massive-scale systems
Deriving basic statistics from streaming data
Correctly sampling streaming data
Computing percentiles with limited space resources Algorithms and Data Structures for Massive Datasets reveals a toolbox of new methods that are perfect for handling modern big data applications. You'll explore the novel data structures and algorithms that underpin Google, Facebook, and other enterprise applications that work with truly massive amounts of data. These effective techniques can be applied to any discipline, from finance to text analysis. Graphics, illustrations, and hands-on industry examples make complex ideas practical to implement in your projects—and there's no mathematical proofs to puzzle over. Work through this one-of-a-kind guide, and you'll find the sweet spot of saving space without sacrificing your data's accuracy. About the technology
Standard algorithms and data structures may become slow—or fail altogether—when applied to large distributed datasets. Choosing algorithms designed for big data saves time, increases accuracy, and reduces processing cost. This unique book distills cutting-edge research papers into practical techniques for sketching, streaming, and organizing massive datasets on-disk and in the cloud. About the book
Algorithms and Data Structures for Massive Datasets introduces processing and analytics techniques for large distributed data. Packed with industry stories and entertaining illustrations, this friendly guide makes even complex concepts easy to understand. You'll explore real-world examples as you learn to map powerful algorithms like Bloom filters, Count-min sketch, HyperLogLog, and LSM-trees to your own use cases. What's insideProbabilistic sketching data structures
Choosing the right database engine
Designing efficient on-disk data structures and algorithms
Algorithmic tradeoffs in massive-scale systems
Computing percentiles with limited space resources About the reader
Examples in Python, R, and pseudocode. About the author
Dzejla Medjedovic earned her PhD in the Applied Algorithms Lab at Stony Brook University, New York. Emin Tahirovic earned his PhD in biostatistics from University of Pennsylvania. Illustrator Ines Dedovic earned her PhD at the Institute for Imaging and Computer Vision at RWTH Aachen University, Germany.Table of Contents1 Introduction
PART 1 HASH-BASED SKETCHES
2 Review of hash tables and modern hashing
3 Approximate membership: Bloom and quotient filters
4 Frequency estimation and count-min sketch
5 Cardinality estimation and HyperLogLog
PART 2 REAL-TIME ANALYTICS
6 Streaming data: Bringing everything together
7 Sampling from data streams
8 Approximate quantiles on data streams
PART 3 DATA STRUCTURES FOR DATABASES AND EXTERNAL MEMORY ALGORITHMS
9 Introducing the external memory model
10 Data structures for databases: B-trees, B?-trees, and LSM-trees
11 External memory sorting</description><subject>Algorithms</subject><subject>COMPUTERS</subject><subject>Data mining</subject><subject>Data processing</subject><subject>Data structures (Computer science)</subject><subject>Management</subject><subject>Mathematical models</subject><isbn>9781638356561</isbn><isbn>1638356564</isbn><isbn>1617298034</isbn><isbn>9781617298035</isbn><isbn>9781638356561</isbn><isbn>1638356564</isbn><isbn>1617298034</isbn><isbn>9781617298035</isbn><fulltext>true</fulltext><rsrctype>book</rsrctype><creationdate>2022</creationdate><recordtype>book</recordtype><sourceid>OODEK</sourceid><recordid>eNpdkE1Lw0AQhiOiqLX_wEMOgngo7Ec2s3ustX6A4kHxGibJpo1Zu7qzrf58QxsQPQ3DPDwz7-wlYwOa51JLlauc7__rD5MTLiUwBZLBUTImemOMiRxAG32cyKlb-NDG5TuluKrTa4yYPsewruI6WEobH9JHJGo3djsjG-k0OWjQkR0PdZS83sxfZneTh6fb-9n0YYIctDYTUdd5jiUzQmnFBGOoAMpK56zGihtlpIYMpM14hUo0TCqjqibjAisLQnA5Si52Yupa58g3sSi970hk31CUHfVB-qDcsJ683JFInf2ipXeRio2zW7z485CePR-s2GBod8piI3YYB2F0f8rv8o_gP9eWYrG1VXYVA7pifjUDlpmMQ0-eDaQNzi78YBQApg8ufwAZRXUh</recordid><startdate>2022</startdate><enddate>2022</enddate><creator>Dzejla Medjedovic, Emin Tahirovic, Ines Dedovic</creator><general>Manning</general><general>Manning Publications Co. LLC</general><general>Manning Publications</general><scope>YSPEL</scope><scope>OHILO</scope><scope>OODEK</scope></search><sort><creationdate>2022</creationdate><title>Algorithms and Data Structures for Massive Datasets</title><author>Dzejla Medjedovic, Emin Tahirovic, Ines Dedovic</author></sort><facets><frbrtype>5</frbrtype><frbrgroupid>cdi_FETCH-LOGICAL-a17889-2dd66ab0925850200a577bc860dac1959387473e41ca52f03595cf412ace72213</frbrgroupid><rsrctype>books</rsrctype><prefilter>books</prefilter><language>eng</language><creationdate>2022</creationdate><topic>Algorithms</topic><topic>COMPUTERS</topic><topic>Data mining</topic><topic>Data processing</topic><topic>Data structures (Computer science)</topic><topic>Management</topic><topic>Mathematical models</topic><toplevel>online_resources</toplevel><creatorcontrib>Dzejla Medjedovic, Emin Tahirovic, Ines Dedovic</creatorcontrib><collection>Perlego</collection><collection>O'Reilly Online Learning: Corporate Edition</collection><collection>O'Reilly Online Learning: Academic/Public Library Edition</collection></facets><delivery><delcategory>Remote Search Resource</delcategory><fulltext>fulltext</fulltext></delivery><addata><au>Dzejla Medjedovic, Emin Tahirovic, Ines Dedovic</au><format>book</format><genre>book</genre><ristype>BOOK</ristype><btitle>Algorithms and Data Structures for Massive Datasets</btitle><date>2022</date><risdate>2022</risdate><isbn>9781638356561</isbn><isbn>1638356564</isbn><isbn>1617298034</isbn><isbn>9781617298035</isbn><eisbn>9781638356561</eisbn><eisbn>1638356564</eisbn><eisbn>1617298034</eisbn><eisbn>9781617298035</eisbn><abstract>Massive modern datasets make traditional data structures and algorithms grind to a halt. This fun and practical guide introduces cutting-edge techniques that can reliably handle even the largest distributed datasets. In Algorithms and Data Structures for Massive Datasets you will learn: Probabilistic sketching data structures for practical problems
Choosing the right database engine for your application
Evaluating and designing efficient on-disk data structures and algorithms
Understanding the algorithmic trade-offs involved in massive-scale systems
Deriving basic statistics from streaming data
Correctly sampling streaming data
Computing percentiles with limited space resources Algorithms and Data Structures for Massive Datasets reveals a toolbox of new methods that are perfect for handling modern big data applications. You'll explore the novel data structures and algorithms that underpin Google, Facebook, and other enterprise applications that work with truly massive amounts of data. These effective techniques can be applied to any discipline, from finance to text analysis. Graphics, illustrations, and hands-on industry examples make complex ideas practical to implement in your projects—and there's no mathematical proofs to puzzle over. Work through this one-of-a-kind guide, and you'll find the sweet spot of saving space without sacrificing your data's accuracy. About the technology
Standard algorithms and data structures may become slow—or fail altogether—when applied to large distributed datasets. Choosing algorithms designed for big data saves time, increases accuracy, and reduces processing cost. This unique book distills cutting-edge research papers into practical techniques for sketching, streaming, and organizing massive datasets on-disk and in the cloud. About the book
Algorithms and Data Structures for Massive Datasets introduces processing and analytics techniques for large distributed data. Packed with industry stories and entertaining illustrations, this friendly guide makes even complex concepts easy to understand. You'll explore real-world examples as you learn to map powerful algorithms like Bloom filters, Count-min sketch, HyperLogLog, and LSM-trees to your own use cases. What's insideProbabilistic sketching data structures
Choosing the right database engine
Designing efficient on-disk data structures and algorithms
Algorithmic tradeoffs in massive-scale systems
Computing percentiles with limited space resources About the reader
Examples in Python, R, and pseudocode. About the author
Dzejla Medjedovic earned her PhD in the Applied Algorithms Lab at Stony Brook University, New York. Emin Tahirovic earned his PhD in biostatistics from University of Pennsylvania. Illustrator Ines Dedovic earned her PhD at the Institute for Imaging and Computer Vision at RWTH Aachen University, Germany.Table of Contents1 Introduction
PART 1 HASH-BASED SKETCHES
2 Review of hash tables and modern hashing
3 Approximate membership: Bloom and quotient filters
4 Frequency estimation and count-min sketch
5 Cardinality estimation and HyperLogLog
PART 2 REAL-TIME ANALYTICS
6 Streaming data: Bringing everything together
7 Sampling from data streams
8 Approximate quantiles on data streams
PART 3 DATA STRUCTURES FOR DATABASES AND EXTERNAL MEMORY ALGORITHMS
9 Introducing the external memory model
10 Data structures for databases: B-trees, B?-trees, and LSM-trees
11 External memory sorting</abstract><cop>New York</cop><pub>Manning</pub><oclcid>1337057307</oclcid><tpages>325 pages</tpages><edition>1</edition></addata></record> |
fulltext | fulltext |
identifier | ISBN: 9781638356561 |
ispartof | |
issn | |
language | eng |
recordid | cdi_skillsoft_books24x7_bks000163190 |
source | O'Reilly Online Learning: Academic/Public Library Edition |
subjects | Algorithms COMPUTERS Data mining Data processing Data structures (Computer science) Management Mathematical models |
title | Algorithms and Data Structures for Massive Datasets |
url | https://sfx.bib-bvb.de/sfx_tum?ctx_ver=Z39.88-2004&ctx_enc=info:ofi/enc:UTF-8&ctx_tim=2024-12-23T00%3A25%3A46IST&url_ver=Z39.88-2004&url_ctx_fmt=infofi/fmt:kev:mtx:ctx&rfr_id=info:sid/primo.exlibrisgroup.com:primo3-Article-proquest_skill&rft_val_fmt=info:ofi/fmt:kev:mtx:book&rft.genre=book&rft.btitle=Algorithms%20and%20Data%20Structures%20for%20Massive%20Datasets&rft.au=Dzejla%20Medjedovic,%20Emin%20Tahirovic,%20Ines%20Dedovic&rft.date=2022&rft.isbn=9781638356561&rft.isbn_list=1638356564&rft.isbn_list=1617298034&rft.isbn_list=9781617298035&rft_id=info:doi/&rft_dat=%3Cproquest_skill%3EEBC7049417%3C/proquest_skill%3E%3Curl%3E%3C/url%3E&rft.eisbn=9781638356561&rft.eisbn_list=1638356564&rft.eisbn_list=1617298034&rft.eisbn_list=9781617298035&disable_directlink=true&sfx.directlink=off&sfx.report_link=0&rft_id=info:oai/&rft_pqid=EBC7049417&rft_id=info:pmid/&rfr_iscdi=true |