space and time efficient data structures for massive
play

Space- and Time-Efficient Data Structures for Massive Datasets - PowerPoint PPT Presentation

Space- and Time-Efficient Data Structures for Massive Datasets Giulio Ermanno Pibiri giulio.pibiri@di.unipi.it Supervisor Rossano Venturini Department of Computer Science University of Pisa 15/11/2018 1 Evidence The increase of


  1. Space- and Time-Efficient Data Structures for Massive Datasets Giulio Ermanno Pibiri giulio.pibiri@di.unipi.it Supervisor Rossano Venturini Department of Computer Science University of Pisa 15/11/2018 1

  2. Evidence The increase of information does not scale with technology. 3

  3. Evidence The increase of information does not scale with technology. “Software is getting slower more rapidly than hardware becomes faster. ” Niklaus Wirth, A Plea for Lean Software 3

  4. Evidence The increase of information does not scale with technology. Even more relevant today! “Software is getting slower more rapidly than hardware becomes faster. ” Niklaus Wirth, A Plea for Lean Software 3

  5. Scenario time Data structures Algorithms space PERFORMANCE EFFICIENCY how quickly a program how much work is required does its work - faster work by a program - less work 4

  6. Scenario time Data structures Algorithms space PERFORMANCE EFFICIENCY how quickly a program how much work is required does its work - faster work by a program - less work ? Data compression space time 4

  7. The dichotomy problem Small vs. fast? 5

  8. The dichotomy problem Small vs. fast? Choose one. 5

  9. The dichotomy problem Small vs. fast? Choose one. NO 5

  10. High level thesis Data Structures + Data Compression Fast Algorithms Design space-efficient ad-hoc data structures, both from a theoretical and practical perspective, that support fast data extraction . Data Compression & Fast Retrieval together . 6

  11. Achieved results Clustered Elias-Fano Indexes Journal paper Giulio Ermanno Pibiri and Rossano Venturini ACM Transactions on Information Systems (TOIS) Full paper, 34 pages, 2017. Dynamic Elias-Fano Representation Conference paper Giulio Ermanno Pibiri and Rossano Venturini Annual Symposium on Combinatorial Pattern Matching (CPM) Full paper, 14 pages, 2017. Variable-Byte Encoding is Now Space-Efficient Too Giulio Ermanno Pibiri and Rossano Venturini Journal paper arXiv (CoRR), April 2018. Submitted to IEEE Transactions on Knowledge and Data Engineering (TKDE) Full paper, 12 pages, 2018. Fast Dictionary-based Compression for Inverted Indexes Giulio Ermanno Pibiri, Matthias Petri and Alistair Moffat Conference paper ACM Conference on Web Search and Data Mining (WSDM) Full paper, 9 pages, 2019. Efficient Data Structures for Massive N-Gram Datasets Conference paper Giulio Ermanno Pibiri and Rossano Venturini ACM Conference on Research and Development in Information Retrieval (SIGIR) Full paper, 10 pages, 2017. Handling Massive N-Gram Datasets Efficiently Journal paper Giulio Ermanno Pibiri and Rossano Venturini ACM Transactions on Information Systems (TOIS), 2018. To appear. Full paper, 41 pages, 2018. 7

  12. Achieved results Clustered Elias-Fano Indexes Journal paper Giulio Ermanno Pibiri and Rossano Venturini ACM Transactions on Information Systems (TOIS) Full paper, 34 pages, 2017. Dynamic Elias-Fano Representation Conference paper Giulio Ermanno Pibiri and Rossano Venturini integer Annual Symposium on Combinatorial Pattern Matching (CPM) sequences Full paper, 14 pages, 2017. Variable-Byte Encoding is Now Space-Efficient Too Giulio Ermanno Pibiri and Rossano Venturini Journal paper arXiv (CoRR), April 2018. Submitted to IEEE Transactions on Knowledge and Data Engineering (TKDE) Full paper, 12 pages, 2018. Fast Dictionary-based Compression for Inverted Indexes Giulio Ermanno Pibiri, Matthias Petri and Alistair Moffat Conference paper ACM Conference on Web Search and Data Mining (WSDM) Full paper, 9 pages, 2019. Efficient Data Structures for Massive N-Gram Datasets Conference paper Giulio Ermanno Pibiri and Rossano Venturini ACM Conference on Research and Development in Information Retrieval (SIGIR) Full paper, 10 pages, 2017. Handling Massive N-Gram Datasets Efficiently Journal paper Giulio Ermanno Pibiri and Rossano Venturini ACM Transactions on Information Systems (TOIS), 2018. To appear. Full paper, 41 pages, 2018. 7

  13. Achieved results Clustered Elias-Fano Indexes Journal paper Giulio Ermanno Pibiri and Rossano Venturini ACM Transactions on Information Systems (TOIS) Full paper, 34 pages, 2017. Dynamic Elias-Fano Representation Conference paper Giulio Ermanno Pibiri and Rossano Venturini integer Annual Symposium on Combinatorial Pattern Matching (CPM) sequences Full paper, 14 pages, 2017. Variable-Byte Encoding is Now Space-Efficient Too Giulio Ermanno Pibiri and Rossano Venturini Journal paper arXiv (CoRR), April 2018. Submitted to IEEE Transactions on Knowledge and Data Engineering (TKDE) Full paper, 12 pages, 2018. Fast Dictionary-based Compression for Inverted Indexes Giulio Ermanno Pibiri, Matthias Petri and Alistair Moffat Conference paper ACM Conference on Web Search and Data Mining (WSDM) Full paper, 9 pages, 2019. Efficient Data Structures for Massive N-Gram Datasets Conference paper Giulio Ermanno Pibiri and Rossano Venturini ACM Conference on Research and Development in Information Retrieval (SIGIR) Full paper, 10 pages, 2017. Handling Massive N-Gram Datasets Efficiently Journal paper Giulio Ermanno Pibiri and Rossano Venturini short strings ACM Transactions on Information Systems (TOIS), 2018. To appear. Full paper, 41 pages, 2018. 7

  14. Problem 1 Consider a sorted integer sequence. 8

  15. Problem 1 Consider a sorted integer sequence. How to represent it as a bit-vector where each original integer is uniquely-decodable, using as few as possible bits? How to maintain fast decompression speed ? 8

  16. Problem 1 Consider a sorted integer sequence. How to represent it as a bit-vector where each original integer is uniquely-decodable, using as few as possible bits? How to maintain fast decompression speed ? This is a difficult problem that has been studied since the the ’60. 8

  17. Applications Inverted indexes Databases RDF indexing E-Commerce Geo-spatial data Graph-compression 9

  18. Applications Inverted indexes Databases RDF indexing E-Commerce Geo-spatial data Graph-compression 9

  19. Inverted indexes The inverted index is the de-facto data structure at the basis of every large-scale retrieval system. 10

  20. Inverted indexes The inverted index is the de-facto data structure at the basis of every large-scale retrieval system. red is the always house good is red the boy boy is is the hungry red house is always hungry 10

  21. Inverted indexes The inverted index is the de-facto data structure at the basis of every large-scale retrieval system. t 1 t 2 t 3 t 4 t 5 t 6 t 7 t 8 red {always, boy, good, house, hungry, is, red, the} is the always house good is red the boy boy is is the hungry red house is always hungry 10

  22. Inverted indexes The inverted index is the de-facto data structure at the basis of every large-scale retrieval system. 1 t 1 t 2 t 3 t 4 t 5 t 6 t 7 t 8 red 2 {always, boy, good, house, hungry, is, red, the} is the always house good is red the boy 3 boy is is the hungry red house is always 5 hungry 4 10

  23. Inverted indexes The inverted index is the de-facto data structure at the basis of every large-scale retrieval system. 1 t 1 t 2 t 3 t 4 t 5 t 6 t 7 t 8 red 2 {always, boy, good, house, hungry, is, red, the} is the always house good L t 1 =[1, 3] is L t 2 =[4, 5] red the L t 3 =[1] boy 3 boy L t 4 =[2, 3] is is the hungry L t 5 =[3, 5] red house L t 6 =[1, 2, 3, 4, 5] is always L t 7 =[1, 2, 4] 5 hungry L t 8 =[2, 3, 5] 4 10

  24. Inverted indexes The inverted index is the de-facto data structure at the basis of every large-scale retrieval system. 1 t 1 t 2 t 3 t 4 t 5 t 6 t 7 t 8 red 2 {always, boy, good, house, hungry, is, red, the} is the always house good L t 1 =[1, 3] is L t 2 =[4, 5] red the L t 3 =[1] boy 3 boy L t 4 =[2, 3] is is the hungry L t 5 =[3, 5] red house L t 6 =[1, 2, 3, 4, 5] is always L t 7 =[1, 2, 4] 5 hungry L t 8 =[2, 3, 5] 4 10

  25. Inverted indexes Inverted indexes owe their popularity to the efficient resolution of queries , such as: “return all documents in which terms {t 1 ,…,t k } occur”. 11

  26. Inverted indexes Inverted indexes owe their popularity to the efficient resolution of queries , such as: “return all documents in which terms {t 1 ,…,t k } occur”. 1 t 1 t 2 t 3 t 4 t 5 t 6 t 7 t 8 red 2 {always, boy, good, house, hungry, is, red, the} is the always house good L t 1 =[1, 3] is L t 2 =[4, 5] red the L t 3 =[1] boy 3 boy L t 4 =[2, 3] is is the hungry L t 5 =[3, 5] red house L t 6 =[1, 2, 3, 4, 5] is always L t 7 =[1, 2, 4] 5 hungry L t 8 =[2, 3, 5] 4 11

  27. Inverted indexes Inverted indexes owe their popularity to the efficient resolution of queries , such as: “return all documents in which terms {t 1 ,…,t k } occur”. 1 t 1 t 2 t 3 t 4 t 5 t 6 t 7 t 8 red 2 {always, boy, good, house, hungry, is, red, the} is the always house good L t 1 =[1, 3] is L t 2 =[4, 5] red Q = {boy, is, the} the L t 3 =[1] boy 3 boy L t 4 =[2, 3] is is the hungry L t 5 =[3, 5] red house L t 6 =[1, 2, 3, 4, 5] is always L t 7 =[1, 2, 4] 5 hungry L t 8 =[2, 3, 5] 4 11

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend