+ All Categories
Home > Documents > The Basics of Database Archiving DAMA New York Chapter 18 February, 2010 Jack E. Olson...

The Basics of Database Archiving DAMA New York Chapter 18 February, 2010 Jack E. Olson...

Date post: 29-Dec-2015
Category:
Upload: shana-gregory
View: 214 times
Download: 0 times
Share this document with a friend
Popular Tags:
34
The Basics of Database Archiving DAMA New York Chapter 18 February, 2010 Jack E. Olson [email protected] www.svaltech.com SvalTech “Database Archiving: How to Keep Lots of Data for a Long Time” Jack E. Olson, Morgan Kaufmann, 2008 Copyright SvalTech, Inc., 2009
Transcript
Page 1: The Basics of Database Archiving DAMA New York Chapter 18 February, 2010 Jack E. Olson jack.olson@SvalTech.com  SvalTech “Database Archiving:

The Basics ofDatabase Archiving

DAMA New York Chapter18 February, 2010

Jack E. Olson

[email protected]

www.svaltech.com

SvalTech

“Database Archiving: How to Keep Lots of Data for a Long Time”Jack E. Olson, Morgan Kaufmann, 2008

Copyright SvalTech, Inc., 2009

Page 2: The Basics of Database Archiving DAMA New York Chapter 18 February, 2010 Jack E. Olson jack.olson@SvalTech.com  SvalTech “Database Archiving:

2

Topics

Copyright SvalTech, Inc., 2009

SvalTech

• Database Archiving Definitions

• Database Archiving Application Profiles

• Elements of a Successful Implementation

• Solution Comparisons

• Business Case Basics

Page 3: The Basics of Database Archiving DAMA New York Chapter 18 February, 2010 Jack E. Olson jack.olson@SvalTech.com  SvalTech “Database Archiving:

3

Database Archiving Definitions

SvalTech

Copyright SvalTech, Inc., 2009

Page 4: The Basics of Database Archiving DAMA New York Chapter 18 February, 2010 Jack E. Olson jack.olson@SvalTech.com  SvalTech “Database Archiving:

4

Definition

Document Archiving word pdf excel XML

File Archiving structured files source code reports

Email Archiving outlook lotus notes

Database Archiving DB2 IMS ORACLE SAP PEOPLESOFT

Physical Documents application forms mortgage papers prescriptions

Multi-media files pictures sound telemetry

The process of removing selected data items from operational databases that are not expected to be referencedagain and storing them in an archive database where they can be retrieved if needed.

SvalTech

Copyright SvalTech, Inc., 2009

Page 5: The Basics of Database Archiving DAMA New York Chapter 18 February, 2010 Jack E. Olson jack.olson@SvalTech.com  SvalTech “Database Archiving:

5

Business Records: the Archive Unit

SvalTech

You don’t archive databases; you archive data from databases.

A Business Record is the data captured and maintained for a single business event or to describe a single real world object.

Databases are collections of Business Records.

Database Archiving is Records Retention.

customer employee stock trade purchase order deposit loan payment

Copyright SvalTech, Inc., 2009

Page 6: The Basics of Database Archiving DAMA New York Chapter 18 February, 2010 Jack E. Olson jack.olson@SvalTech.com  SvalTech “Database Archiving:

6

Data Retention

SvalTech

The requirement to keep data for a business object for a specified period of time. The object cannot be destroyed untilafter the time for all such requirements applicable to it has past.

Business Requirements

Regulatory Requirements

The Data Retention requirement is the longest of all requirement lines.

Copyright SvalTech, Inc., 2009

Page 7: The Basics of Database Archiving DAMA New York Chapter 18 February, 2010 Jack E. Olson jack.olson@SvalTech.com  SvalTech “Database Archiving:

7

Data Retention

SvalTech

• Retention requirements vary by business object type

• Retention requirements from regulations are exceeding business requirements

• Retention requirements will vary by country

• Retention requirements imply the obligation to maintain the authenticity of the data throughout the retention period

• Retention requirements imply the requirement to faithfully render the data on demand in a common business form understandable to the requestor

• The most important business objects tend to have the longest retention periods

• The data with the longest retention periods tends to be accumulate the largest number of instances

• Retention requirements often exceed 10 years. Requirements exist for 25, 50, 70 and more years for some applications

Copyright SvalTech, Inc., 2009

Page 8: The Basics of Database Archiving DAMA New York Chapter 18 February, 2010 Jack E. Olson jack.olson@SvalTech.com  SvalTech “Database Archiving:

8

Data Time Lines

SvalTech

createevent discard

eventoperational reference inactive phase phase phase

operational phase can be updated, can be deleted, may participate in processes that create or update other data

reference phase used for business reporting, extracted into businessintelligence or analytic databases, anticipated queries

inactive phase no expectation of being used again, no known business value, being retained solely for the purpose of satisfying retention requirements. Must be available on request in the rare event a need arises.

for a single instance of a business record

Copyright SvalTech, Inc., 2009

Page 9: The Basics of Database Archiving DAMA New York Chapter 18 February, 2010 Jack E. Olson jack.olson@SvalTech.com  SvalTech “Database Archiving:

9

Data Time Lines

SvalTech

• Some objects exit the operational phase almost immediately (financial records)

• Some objects never exit the operational phase (customer name and address)

• Most transaction data has an operational phase of less than 10% of the retention requirement and a reference phase of less than 20% of the retention requirement

• Inactive data generally does not require access to application programs: only access to ad hoc search and extract tools

Copyright SvalTech, Inc., 2009

Page 10: The Basics of Database Archiving DAMA New York Chapter 18 February, 2010 Jack E. Olson jack.olson@SvalTech.com  SvalTech “Database Archiving:

10

Database Archiving Application Profiles

SvalTech

Copyright SvalTech, Inc., 2009

Page 11: The Basics of Database Archiving DAMA New York Chapter 18 February, 2010 Jack E. Olson jack.olson@SvalTech.com  SvalTech “Database Archiving:

11

Overloaded Operational DatabaseSvalTech

• Transaction data• Lots of data

– Hundreds of millions of rows– High daily transaction rate

• 24/7 operational availability requirement• Long retention period (15 years or more) • Short useful active life (less than 2 years)• Low access requirements during the inactive period

– Very low access frequency– Response time not critical– Access requirements are simple, easily satisfied with ad hoc tools

Copyright SvalTech, Inc., 2009

Page 12: The Basics of Database Archiving DAMA New York Chapter 18 February, 2010 Jack E. Olson jack.olson@SvalTech.com  SvalTech “Database Archiving:

12

Retired ApplicationSvalTech

• Merger of companies results in an operational application being duplicated

• Data Structures are not compatible– One keeps data elements not in other– One encodes data elements differently– One designed for different OS/DBMS than other

• Decision is made to use one system and abandon the other one

• Meets all characteristics of an operational application

Copyright SvalTech, Inc., 2009

Page 13: The Basics of Database Archiving DAMA New York Chapter 18 February, 2010 Jack E. Olson jack.olson@SvalTech.com  SvalTech “Database Archiving:

13

Application Renovation ProjectSvalTech

• Application is undergoing major change– Replaced with packaged application– Legacy modernization– Legacy termination– Rewritten to be web-centric– Need to satisfy new requirements

• Old data structures are out of date– Legacy DBMS– Legacy file system

• Data meets all other requirements for archiving operational application

Copyright SvalTech, Inc., 2009

Page 14: The Basics of Database Archiving DAMA New York Chapter 18 February, 2010 Jack E. Olson jack.olson@SvalTech.com  SvalTech “Database Archiving:

14

Elements of a Successful Implementation

SvalTech

Copyright SvalTech, Inc., 2009

Page 15: The Basics of Database Archiving DAMA New York Chapter 18 February, 2010 Jack E. Olson jack.olson@SvalTech.com  SvalTech “Database Archiving:

15

Archive StaffSvalTech

• Database Archive Specialist– Received education on database archive design and implementation– Knows tools available– Experienced– Full time job

• Database Archive Administrator– Received education on database archiving administration– Full time job

• Supporting Roles– Storage Administrators– Database Administrators– Data Stewards– Security Administrators– Compliance staff– IT management– Business Unit Management– Legal– Records Management

Copyright SvalTech, Inc., 2009

Page 16: The Basics of Database Archiving DAMA New York Chapter 18 February, 2010 Jack E. Olson jack.olson@SvalTech.com  SvalTech “Database Archiving:

16

Architecture of Database Archiving

Archive Server

Operational System

archive catalog

archive storage

OP DB

Archive AdministratorArchive DesignerArchive Data ManagerArchive Access Manager

SvalTech

Archive Extractor

Application program

Archive extractor

Copyright SvalTech, Inc., 2009

Page 17: The Basics of Database Archiving DAMA New York Chapter 18 February, 2010 Jack E. Olson jack.olson@SvalTech.com  SvalTech “Database Archiving:

17

Archive Designer ComponentSvalTech

• Metadata– Capture current metadata– Validate it– Enhance it– Design archive storage format

• Data– Define business records to be archived– Define source of data– Define data structures within operational system– Define reference data needed to include with it– Define archive format of data

• Policies– Define extract policy (when a record becomes inactive)– Define operational disposal policy (when to remove from operational database)– Define storage policy (how to protect data in archive)– Define discard policy (when to remove from archive)

Copyright SvalTech, Inc., 2009

Page 18: The Basics of Database Archiving DAMA New York Chapter 18 February, 2010 Jack E. Olson jack.olson@SvalTech.com  SvalTech “Database Archiving:

18

Archive Extractor ComponentsSvalTech

• Extractor process– Verify consistency with design metadata– Extract data as defined in designer– Mark or delete from operational database as defined in designer– Pass data to archive data manager– Keep audit records on everything done– Do not impact operational performance– Support interruptions with transaction level recovery– Support restart– Finish scans within acceptable time periods

• Scheduling– Establish periodic executions– Find non-disruptive periods– Be consistent

Copyright SvalTech, Inc., 2009

Page 19: The Basics of Database Archiving DAMA New York Chapter 18 February, 2010 Jack E. Olson jack.olson@SvalTech.com  SvalTech “Database Archiving:

19

Archive ExtractorsPhysical vs. Application Extractors

SvalTech

Copyright SvalTech, Inc., 2009

Operational System

OP DB

Archive Extractor

Application program

Archive extractor

Physical ExtractorGets/deletes data directly from the database

tables, rows, columns

Application ExtractorGets/deletes data from an application API

virtual tables, rows, columns

application program

Page 20: The Basics of Database Archiving DAMA New York Chapter 18 February, 2010 Jack E. Olson jack.olson@SvalTech.com  SvalTech “Database Archiving:

20

Archive Data Manager ComponentSvalTech

• Put data away– Receive data from extractors– Format into archive segment files– Determine metadata version affinity– Format and store metadata files if new– Build or update segment indexes both internal and external

• Execute Storage policies– Encryption/ signatures– Backup copies created and stored– Geographic dispersion of backups– Register archive files with archive catalog– Enter audit trail information

• Fetch metadata on request– Return to accessing programs

• Fetch data on request– Scan archive segments– Search through indexes

• Execute Archive Discard Process– Periodic scheduling– Delete qualifying business records– Update archive catalog

Copyright SvalTech, Inc., 2009

Page 21: The Basics of Database Archiving DAMA New York Chapter 18 February, 2010 Jack E. Olson jack.olson@SvalTech.com  SvalTech “Database Archiving:

21

Archive Access ComponentSvalTech

• Query Capability– Determine applicability based on archive segment versions of metadata– SQL based is best, if possible– Employ external indexes to determine which archive segments to look into– Employ internal indexes to avoid reading all of an archive segment

• Support standard access tools– Report generation (such as Crystal Reports)– Generic query tools– JDBC interface

• Support metadata version browsing

• Support generation of load files based on query results

• Support generation of load files based on original data source based on query results

Copyright SvalTech, Inc., 2009

Page 22: The Basics of Database Archiving DAMA New York Chapter 18 February, 2010 Jack E. Olson jack.olson@SvalTech.com  SvalTech “Database Archiving:

22

Archive Administration ComponentSvalTech

• Manage Archive Catalog– Application archive designs– Audit trails– Results logs

• Manage Archive Storage Systems– Ensure periodic readability checks– Maintain access audit trails

• Manage Archive Access– Authorizations for users– Authorizations for specific events

• Unloads– Ensure audit records are created for all access

• Manage e-Discovery requests

• Ensure Extract and Discard processes are run when they are supposed to

• Manage Metadata Change Process

Copyright SvalTech, Inc., 2009

Page 23: The Basics of Database Archiving DAMA New York Chapter 18 February, 2010 Jack E. Olson jack.olson@SvalTech.com  SvalTech “Database Archiving:

23

Solution Comparisons

SvalTech

Copyright SvalTech, Inc., 2009

Page 24: The Basics of Database Archiving DAMA New York Chapter 18 February, 2010 Jack E. Olson jack.olson@SvalTech.com  SvalTech “Database Archiving:

24

SvalTech

Home-Grown Solutions:

Use Parallel DB Use Database Partitions Put in UNLOAD files Save Image Copies of DB

Copyright SvalTech, Inc., 2009

Home-Grown vs. Vendor

Vendor Solutions:

More Complete Solutions Support Long Term Administration Put data in XML files Put data in reformatted files Exploit strengths of storage subsystems

Page 25: The Basics of Database Archiving DAMA New York Chapter 18 February, 2010 Jack E. Olson jack.olson@SvalTech.com  SvalTech “Database Archiving:

25

SvalTech

Copyright SvalTech, Inc., 2009

Home-Grown Solutions• Solve Operational Problems, BUT:

– Create downstream problems– Fail to achieve cost savings– Render archive data inaccessible

• Either completely or,• Expensive in time and cost to query

– Lose data authenticity

• Common Omissions– No handling or improvement of metadata– No change process for structure changes– No long term storage management– Fail to achieve application/system independence– No administration platform

Page 26: The Basics of Database Archiving DAMA New York Chapter 18 February, 2010 Jack E. Olson jack.olson@SvalTech.com  SvalTech “Database Archiving:

26

SvalTech

Copyright SvalTech, Inc., 2009

Vendor Solutions• Not a Lot of Vendors

– Only 6 I know of– 3 large companies

• Through acquisition– Gartner pre-recession characterization

• Is a new technology• $100M in 2008• 40% per year growth rate• Early adopter stage

• Solutions not complete– Need growth in function and maturity– Common weak spots

• Design modeling• Extractor technology• Not pervasive across data sources• Storage structure• Storage management

Page 27: The Basics of Database Archiving DAMA New York Chapter 18 February, 2010 Jack E. Olson jack.olson@SvalTech.com  SvalTech “Database Archiving:

27

Business Case Basics

SvalTech

Copyright SvalTech, Inc., 2009

Page 28: The Basics of Database Archiving DAMA New York Chapter 18 February, 2010 Jack E. Olson jack.olson@SvalTech.com  SvalTech “Database Archiving:

28

Drivers

SvalTech

overloadedoperationaldatabases

Longer Data Retention requirements

Expanded Business

Mergers and Acquisitions

Copyright SvalTech, Inc., 2009

Operational problems

Data Governancee-Records Retentione-Discovery Readiness concerns

Difficulty in Making Application Changes

Cost of Keeping Old Systems

Page 29: The Basics of Database Archiving DAMA New York Chapter 18 February, 2010 Jack E. Olson jack.olson@SvalTech.com  SvalTech “Database Archiving:

29

Reason for Archiving

Operational operational archive

All data in operational db

most expensive system most expensive storage most expensive software

Inactive data in archive db

least expensive system least expensive storage least expensive software

In a typical op db60-80% of datais inactive

This percentageis growing

SvalTech

Size Today

Copyright SvalTech, Inc., 2009

Page 30: The Basics of Database Archiving DAMA New York Chapter 18 February, 2010 Jack E. Olson jack.olson@SvalTech.com  SvalTech “Database Archiving:

30

Cost Saving ElementsSvalTech

Copyright SvalTech, Inc., 2009

Look for and compute difference in storage costs

front-line vs archive storage

byte counts differences between operational and archive

Look for and compute difference in system costs

operational vs archive systems

are operational system upgrades avoided

are software upgrades avoided

can systems be eliminated for application

can software be eliminated for application

Look for savings on people costs

can people be eliminated or redirected for retired applications

Potential savings on changes/ application renovations

simplification of design

elimination of data conversions

Page 31: The Basics of Database Archiving DAMA New York Chapter 18 February, 2010 Jack E. Olson jack.olson@SvalTech.com  SvalTech “Database Archiving:

31

Operational Efficiency ImpactsSvalTech

Copyright SvalTech, Inc., 2009

Will operational performance be enhanced with less data

Will utility time periods be reduced (backup, reorganization)

fewer occurrences needed

less data to process each time

Will recovery times be reduced and what is that worth

interruption recoveries

disaster recoveries

Will implementation of data structure changes be improved

avoided

reduced amount of data to unload/modify/reload

Page 32: The Basics of Database Archiving DAMA New York Chapter 18 February, 2010 Jack E. Olson jack.olson@SvalTech.com  SvalTech “Database Archiving:

32

Risk FactorsSvalTech

Copyright SvalTech, Inc., 2009

Will the saved data have better authenticity

not changed in archive

shielded from updates or damage

traceable back to original form

Will e-Discovery benefit from archiving

can locate and process data outside of operational environment

can easily create legal-hold archive units

Will exposure of data reduced

fewer authorized users against the archive

complete audit trails of all access

Page 33: The Basics of Database Archiving DAMA New York Chapter 18 February, 2010 Jack E. Olson jack.olson@SvalTech.com  SvalTech “Database Archiving:

33

Business Case SummarySvalTech

Copyright SvalTech, Inc., 2009

• Database Archiving solutions generally provide for lower cost software,

can use lower cost storage more efficiently, and run on smaller machines.

• Each business case is different

Many factors can be used in building business case

Seen an application justified on storage costs alone

Seen an application justified on disaster recovery time alone

Seen an application justified on better data security alone

• Each organization will have many potential applications

• Having a database archiving practice can create synergies across many

applications thus adding more value

Page 34: The Basics of Database Archiving DAMA New York Chapter 18 February, 2010 Jack E. Olson jack.olson@SvalTech.com  SvalTech “Database Archiving:

34

Final ThoughtsSvalTech

Copyright SvalTech, Inc., 2009

• Database Archiving is coming

• Database Archiving is good• Reduces cost• Improves operational efficiency• Reduces Risk

• Need a complete solution to be effective

• Need professional staff• Educated• Fulltime


Recommended