Database Futures Workshop Rapid Summary

Slides:



Advertisements
Similar presentations
Database Futures Workshop CERN Michael Dahlinger, GSI
Advertisements

PHP SQL. Connection code:- mysql_connect("server", "username", "password"); Connect to the Database Server with the authorised user and password. Eg $connect.
A Fast Growing Market. Interesting New Players Lyzasoft.
11© 2011 Hitachi Data Systems. All rights reserved. HITACHI DATA DISCOVERY FOR MICROSOFT® SHAREPOINT ® SOLUTION SCALING YOUR SHAREPOINT ENVIRONMENT PRESENTER.
23/04/2008VLVnT08, Toulon, FR, April 2008, M. Stavrianakou, NESTOR-NOA 1 First thoughts for KM3Net on-shore data storage and distribution Facilities VLV.
91.309/310 Database I & II Prof. Cindy Chen. What is a database? A database is a very large, integrated collection of data. A database management system.
Database Systems: A Practical Approach to Design, Implementation and Management International Computer Science S. Carolyn Begg, Thomas Connolly Lecture.
Oracle 10g Database Administrator: Implementation and Administration Chapter 14 Proactive Maintenance.
Passage Three Introduction to Microsoft SQL Server 2000.
DB Audit Expert v1.1 for Oracle Copyright © SoftTree Technologies, Inc. This presentation is for DB Audit Expert for Oracle version 1.1 which.
Business Intelligence: Data and Text Management Instructor: Bajuna Salehe Web:
A Brief Overview by Aditya Dutt March 18 th ’ Aditya Inc.
Ling Guo Feb 15, 2010 Database(RDBMS) Software Review Oracle RDBMS (Oracle Cooperation) 4()6 Oracle 10g Express version DB2 (IBM) IBM DB2 Express-C SQL.
1 DATABASE TECHNOLOGIES BUS Abdou Illia, Fall 2012 (September 5, 2012)
1 Introduction to Database Systems. 2 Database and Database System / A database is a shared collection of logically related data designed to meet the.
M1G Introduction to Database Development 6. Building Applications.
Part 1. Persistent Data Web applications remember your setting by means of a database linked to the site.
SQL Server 2000 Acropolis Institute of Technology and Research Database fundamentals Prepared By: Rahul Patel.
1 Alice DAQ Configuration DB
Update on Database Issues Peter Chochula DCS Workshop, June 21, 2004 Colmar.
Administration and Monitoring the Database Oracle 10g.
Peter Osborne, Director – The Hartford James Madison, Enterprise Architect – The Hartford Murali Dhanavelu, Director – TCS Satyendra Vyas, Enterprise Architect.
1 Copyright © 2004, Oracle. All rights reserved. Introduction.
FEN Introduction to the database field:  Applications, concepts and terminology Seminar: Introduction to relational databases.
Methodology – Physical Database Design for Relational Databases.
Fall 2013, Databases, Exam 2 Questions for the second exam…
Course FAQ’s I do not have any knowledge on SQL concepts or Database Testing. Will this course helps me to get through all the concepts? What kind of.
PHP Workshop ‹#› PHP Data Object (PDO). PHP Workshop ‹#› What is PDO? PDO is a PHP extension to formalise PHP's database connections by creating a uniform.
1 LHCC RRB SG 16 Sep P. Vande Vyvre CERN-PH On-line Computing M&O LHCC RRB SG 16 Sep 2004 P. Vande Vyvre CERN/PH for 4 LHC DAQ project leaders.
European Organization For Nuclear Research Future Database Requirements in the Accelerator Sector Ronny Billen Database Futures Workshop – 6-7 June 2011.
D0 Status: 04/01-04/08 u Week integrated luminosity –1.7pb -1 delivered –1.5pb -1 utilized (88%) –1.1pb -1 global runs u Data collection s global data.
Oracle for Physics Services and Support Levels Maria Girone, IT-ADC 24 January 2005.
Database Issues Peter Chochula 7 th DCS Workshop, June 16, 2003.
Copyright © 2004 Pearson Education, Inc. Chapter 1 Introduction and Conceptual Modeling.
CLOUD COMPUTING When it's smarter to rent than to buy.. Presented by D.Datta Sai Babu 4 th Information Technology Tenali Engineering College.
Peter Lu Copyright 2016 Developing SQL Database in Azure Peter Lu.Net Practices Director Principle Architect Nexient April 29th 2016.
QC-specific database(s) vs aggregated data database(s) Outline
DBMS Programs MS SQL Server & MySQL
Module T03d Software Engineering
BigData - NoSQL Hadoop - Couchbase
Database Services Katarzyna Dziedziniewicz-Wojcik On behalf of IT-DB.
Oxana Smirnova, Jakob Nielsen (Lund University/CERN)
CS122B: Projects in Databases and Web Applications Winter 2017
Database Services at CERN Status Update
Experience in CMS with Analytic Tools for Data Flow and HLT Monitoring
SAP Performance Tuning
Database Workshop Report
Systems Design: Activity Based Costing
CS1222 Using Relational Databases and SQL
ICT Database Lesson 1 What is a Database?.
Database Futures Workshop cern. ch/conferenceDisplay
Database Management  .
CIS 515 STUDY Lessons in Excellence-- cis515study.com.
Data Lifecycle Review and Outlook
Stratford University Restaurant Reservations System
Azure's Performance, Scalability, SQL Servers Automate Real Time Data Transfer at Low Cost MINI-CASE STUDY “Azure offers high performance, scalable, and.
Geant3 All collaborations are using G3 to a certain extent
FEATURE OF THE (EVERY OTHER) DAY
CS1222 Using Relational Databases and SQL
CS1222 Using Relational Databases and SQL
Database Management Systems
Way of working with ICS HWI Hardware and Integration
Globally interconnected 6lowPAN
DATABASE TECHNOLOGIES
Database Futures Workshop cern. ch/conferenceDisplay
Systems Design: Activity Based Costing
CS1222 Using Relational Databases and SQL
LHC LUMINOSITY (RATE) MONITORS
CS1222 Using Relational Databases and SQL
OU BATTLECARD: WebLogic Server 12c
Presentation transcript:

Database Futures Workshop Rapid Summary Tony Cass

Oracle Other SQL NoSQL Heresy Database Futures Workshop - 2

Oracle Many mission-critical applications Administrative & Engineering Relatively well understood and relatively stable Administrative & Engineering “Trivial” data volumes, but many users Experiments Large data volumes, but growth expected to be ~linear with physics data volume In some cases, hardware capability growth outstrips system requirement growth. Accelerator Very large data volume, pressure to store more (e.g. Beam Loss Monitor data) O(10PB) by 2020 O(EB) for CLIC, however (and LHC initial estimates were off by factor of 50… Live long and prosper! Database Futures Workshop - 3

Other SQL Other SQL is mostly MySQL; some SQLite. Systems run fine now (c.f. low support requirements for ALICE DAQ environment)… … but if someone were to offer support, there would be takers. Slippery slope? (SQL Server; can there be a “canned” MySQL environment or would there be many?) Database Futures Workshop - 4

NoSQL - I The key issue seems to be the difficulty of providing efficient read performance for essentially random queries—databases have been optimised for inserts and “production queries”. Even an issue in BE where people have been well used to tight constraints on read access as this continues the practice of the LEP era. The time required to develop an application delivering reasonable performance seems to be less with NoSQL systems than with Oracle (the target of all comparisons). Database Futures Workshop - 5

NoSQL - II But, for me at least, the requirements are still unclear. How many “random read” applications are there? Will each need a dedicated NoSQL database? Can a single NoSQL database support all requirements? Unlikely: both ATLAS and CMS have chosen different platforms for different applications… Is ease-of-setup at the cost of future maintenance woes? Is today’s MySQL support model adequate for the NoSQL world? Database Futures Workshop - 6

Simon’s Heretical Thought NoSQL is only interesting as a disruptive technology. The disruptive technology is physics data in a database i.e. this is what analysis programs run against… Database Futures Workshop - 7