1 / 7

Lightning Queries

Lightning Queries. Miguel Branco. Obs. 1: Eating our own (dog) food. How many of you use databases to store your own data?. Data. Obs. 2: Data Deluge. Which one are we going to “move”?. Database. “Lightning Fast” Queries?. Time. Loading “Overhead”. Preparation “Overhead”.

shauna
Download Presentation

Lightning Queries

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Lightning Queries Miguel Branco

  2. Obs. 1: Eating our own (dog) food How many of you use databases to store your own data? Data Obs. 2: Data Deluge Which one are we going to “move”? Database

  3. “Lightning Fast”Queries? Time Loading “Overhead” Preparation “Overhead”

  4. In-situ databases! Databases that operate directly on raw data files Large collections of files Multiple data formats Integration with existing tools Changing areas of interest … lack of trust in database vendors … databases “forever owning” the data

  5. Great, but what about …… performance? competitive

  6. Positional Maps Year,Make,Model,Description,Price 1997,Ford,E350,"ac, abs, moon",3000.00 1999,Chevy,"Venture ""Extended Edition""","",4900.00 1999,Chevy,"Venture ""Extended Edition, Very Large""","",5000.00 1996,Jeep,Grand Cherokee,"MUST SELL! air, moon roof, loaded",4799.00 Positional Maps + Caching + Indices + File System Integration Blocks of raw files Row-store Col-store Best suited for … raw file format user queries Caching User does not need to control when, what, how or where data is cached != Data Loading • In-Situ Database • Usability • Data Deluge Indices Indices over … raw files cached data File System integration Trap FS calls to maintain caches Scan FS buffer to build caches or maps

  7. miguel.branco@epfl.ch EPFL

More Related