relational cloud a database as a service for the cloud
play

Relational Cloud: A Database-as-a- Service for the Cloud C. Curino, - PowerPoint PPT Presentation

UT DALLAS UT DALLAS Erik Jonsson School of Engineering & Computer Science Relational Cloud: A Database-as-a- Service for the Cloud C. Curino, E. P. C. Jones, R. A. Popa, N. Malviya, E. Wu, S. Madden, H. Balakrishnan, N.Zeldovich FEARLESS


  1. UT DALLAS UT DALLAS Erik Jonsson School of Engineering & Computer Science Relational Cloud: A Database-as-a- Service for the Cloud C. Curino, E. P. C. Jones, R. A. Popa, N. Malviya, E. Wu, S. Madden, H. Balakrishnan, N.Zeldovich FEARLESS engineering

  2. Database as a Service • Transactional, Relational DB Service – hide complexity – exploit resource pooling – increase automation – (both for private and public cloud) FEARLESS engineering

  3. Existing Services • Existing Commercial DB Services – Amazon RDS, SQL Azure (and many others) • What they got right – simplified provisioning/deployment – reduced administration/tuning headaches • What is still missing? – workload placement (to reduce hw cost) – automatic partitioning – Encryption (to achieve data privacy) FEARLESS engineering

  4. Relational Cloud Architecture FEARLESS engineering

  5. Workload Placement • Why – Load balancing – High Performance • Problem Definition – Allocate workloads to servers in a way that 1. minimizes number of servers used 2. balances load across servers 3. maintains performance FEARLESS engineering

  6. Workload Placement measure resource utilization W1 disk i/o ram cpu W2 disk i/o ram cpu W3 disk i/o ram cpu DBMS’s tend to use all available resources FEARLESS engineering

  7. Workload Placement measure resource estimate utilization combined load W1 numerical models disk i/o ram cpu W2 disk i/o ram cpu W3 disk i/o ram cpu DBMS’s tend to resource use all available non-linearities resources FEARLESS engineering

  8. Workload Placement measure resource estimate find optimal utilization combined load assignment W1 numerical models non-linear programming disk i/o ram cpu W2 disk i/o ram cpu W3 disk i/o ram cpu DBMS’s tend to non-linear resource use all available constraints and non-linearities resources objective function FEARLESS engineering

  9. Partitioning • Why – Scalability – Manageability • Problem Definition – Partition the database into N chunks in a way that maximizes the workload performance FEARLESS engineering

  10. Graph-based Partitioning Input Graph Representation Explanation Database Workload Trace Input (logs + preprocessing) FEARLESS engineering

  11. Graph-based Partitioning Input Graph Representation Explanation Database Workload Trace Input Graph Partitioning (logs + preprocessing) (METIS) FEARLESS engineering

  12. Graph-based Partitioning Input Graph Representation Explanation Database Workload Trace Input Graph Partitioning Classification (logs + preprocessing) (METIS) (Decision Tree) FEARLESS engineering

  13. Encryption • Why – Data Privacy • Problem Definition ⇔ – Minimize confidential info released to server Efficiently execute queries – Minimize the amt of data leaked when application server is compromised FEARLESS engineering

  14. Onion Encryption emp: rank name salary ‘CEO’ ‘worker’ table 1: RND col1- col1- col1- col2- … DET OnionEq OnionOrder OnionSearch OnionEq … JOIN RND RND SEARCH RND ‘CEO’ … RND RND SEARCH RND Onion Equality SELECT * FROM emp WHERE rank = ‘CEO’; FEARLESS engineering

  15. Onion Encryption table 1 RND col1- col1- col1- col2- … DET OnionEq OnionOrder OnionSearch OnionEq … JOIN RND DET RND SEARCH RND ‘CEO’ … DET RND RND SEARCH RND Onion Equality SELECT * FROM emp WHERE rank = ‘CEO’; UPDATE table1 SET col1-OnionEq = Decrypt_RND(key, col1-OnionEq); SELECT * FROM table1 WHERE col1-OnionEq = xda5c0407; FEARLESS engineering

  16. Conclusions • Database as a Service has real potential • Key Features to fully enable DBaaS – Workload Placement – Automatic Partitioning – Provable Privacy FEARLESS engineering

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