Conclusion

Much IO overhead can be eliminated

  • Eliminate seek times by reading from a single contiguous data stream
  • Batch up read operations into blocks
  • Read asynchronously
  • Read compressed data

Questions?

<- Previous