wiredtiger
play

WiredTiger Lightning Talk by: Alex Degtiar adegtiar@cmu.edu What - PDF document

WiredTiger Lightning Talk by: Alex Degtiar adegtiar@cmu.edu What is WiredTiger? NoSQL Storage Engine Underlying storage primitive of DBMS Local KVS e.g. Espresso and Tao Different from many of the talks given here Data


  1. WiredTiger Lightning Talk by: Alex Degtiar adegtiar@cmu.edu

  2. What is WiredTiger? NoSQL Storage Engine ● Underlying storage primitive of DBMS ● Local KVS ● e.g. Espresso and Tao Different from many of the talks given here ● Data store is a building block, underlying component of all DBMS - Big Data ● Can be used separately as a local KVS ● Example: Espresso and TAO stores in MySQL(InnoDB) for Storage Layer

  3. Why WiredTiger? ● Rethink engine for modern hardware ○ Many cores - scalability ○ Importance of RAM and I/O efficiency ○ Efficient power consumption RAM - systems with more RAM, I/O expensive, try to maximize efficient use of memory

  4. Underlying Storage ● Row-oriented ○ B-tree ○ write-optimized ● Column-oriented ○ store column groups in separate files ○ read-optimized ● Log-structured merge trees, bloom filters ○ write-optimized, sustained throughput Mix and match, transaction LSM same idea as BigTable (though LSM far predates it)

  5. In-memory Optimizations ● Multi-core scalability ● Lock-free / non-blocking algorithms ● No in-place updates ● Maximize cache efficiency Increasingly/efficiently utilize RAM compression, variable sized tree nodes..

  6. On-disk Optimizations ● Efficient I/O ○ Compression ○ Column store ○ Large, variable-sized chunks ● LSM tree structures Making I/O more valuable Compression especially with column stores, which lend themselves LSM - SSD

  7. Conclusions ● Modern NoSQL Storage Engine ● Utilizes many cores, RAM, and I/O efficiently ● Mixed storage formats (B-tree, Column, LSM) ● High performance vs. other engines LevelDB, InnoDB

  8. References ● WiredTiger website: http://source.wiredtiger.com/1.4.2/architecture.html ● HPTS 2013 WiredTiger presentation (several slides based on these + diagram): http://www.hpts.ws/papers/2013/WiredTiger-HPTS.pdf ● Benchmarks: https://github.com/wiredtiger/wiredtiger/wiki/LevelDB- Benchmark

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