15
Embarcadero Technologies Copyright 2016 INTERBASE Embed, Deploy, Relax The ultra-fast, scalable award winning multi-platform embeddable SQL database with commercial grade data security, disaster recovery and change synchronization. Build it once then Embed, Deploy, Relax Most Innovative Use of Data

인터베이스(InterBase): 초경량의 임베디드 데이터베이스

  • Upload
    devgear

  • View
    83

  • Download
    0

Embed Size (px)

Citation preview

Page 1: 인터베이스(InterBase): 초경량의 임베디드 데이터베이스

Embarcadero Technologies Copyright 2016

INTERBASE

Embed, Deploy, Relax

The ultra-fast, scalable award winning multi-platform embeddable SQL database with commercial

grade data security, disaster recovery and change synchronization. Build it once then Embed,

Deploy, Relax

Most Innovative Use of Data

Page 2: 인터베이스(InterBase): 초경량의 임베디드 데이터베이스

Embarcadero Technologies Copyright 2016

AGENDA

InterBase 개요 InterBase 사례 특장점 - Change Views, 데이터 보안, 재해복구… 웹사이트와 자료

Page 3: 인터베이스(InterBase): 초경량의 임베디드 데이터베이스

Embarcadero Technologies Copyright 2016

Server ToGo / IBLite XE -Server

Page 4: 인터베이스(InterBase): 초경량의 임베디드 데이터베이스

Embarcadero Technologies Copyright 2016

INTERBASE – EDITIONS

1. Server Edition 1 ~ 무제한 connections

2. Desktop Edition 서버와 동일, 하지만, 로컬 커넥션만 허용.

3. ToGo Edition Embedded version

4. IBLite Edition Feature limited version of

ToGo 100mb on disk No inbuilt encryption / Change Views Single thread connection

1. Free 90 day Server trial 서버 에디션 전체 기능 20 users / 80 connections

3. ToGo Edition 임베디드 버전

1. Developer Edition 20 users / 80 connections 약한 암호화만 허용 연결 시간 제한

1,3 SDK Pack 전체 기능 라이선스 시간 제한 (trial과 유사)

INS

TA

LLE

D

LIB

RA

RY

TR

IAL

DE

VE

LO

PM

EN

T

1,2 Installed product

3,4 Embedded product

Page 5: 인터베이스(InterBase): 초경량의 임베디드 데이터베이스

Embarcadero Technologies Copyright 2016

INTERBASE® XE7 - EMBED, DEPLOY, RELAX • Overview

Highly scalable, powerful, embeddable database. Small memory and on-disk footprint, Simple installation / deployment Encryption built into all paid versions*

Near zero administration Self-tuning engine Low TCO

Notable Features Full-featured DBMS

SQL92 compliant SQL Domains

ACID compliant / Multi-version architecture NEW in XE7 - Powerful Change Tracking (Change

Views) Automatic crash recovery SMP - Multiple core support Fully featured in all editions

Some features limited in run-time royalty free IBLite

Database monitoring and statistics built in

Security Embedded user & role based authentication Full database, table or column encryption

DES (weak) AES (strong 256bit) encryption

Decryption by user / user role Allows developers to focus on creating fast, resilient

applications.

Disaster Recovery Journaling & Point In time recovery Data dumps NEW in XE7 – Incremental data dumps Partial backups

Also…. Window Direct I/O support & Amazon EC2 certified Tight integration into Embarcadero Development tools,

but also works with Visual Studio, Xcode, Eclipse, Ruby, PHP etc

ODBC

Page 6: 인터베이스(InterBase): 초경량의 임베디드 데이터베이스

Embarcadero Technologies Copyright 2016

고객 사례 [의료, 델파이+임베디드DB] Management Plus – 안과 EHR 솔루션

http://tech.devgear.co.kr/426981

[건강, 임베디드DB] PAR Springer-Miller Systems – SpaSoft http://tech.devgear.co.kr/426979

[서비스(회계, 재정, 세무), 임베디드DB] Bonev Soft Audting 의 AJUR (회계, 재정, 세무 솔루션)

http://tech.devgear.co.kr/426950

[의료, 델파이+임베디드DB] Siemens Healthcare 의 체외진단기기 (IVD, In Vitro Diagnostics) http://tech.devgear.co.kr/426938

[건설, 임베디드DB] GivenHansco 의 콘크리트 건설 사업 솔루션 (Keystone)

http://tech.devgear.co.kr/426918

[제조, 임베디드DB] Electrolux 의 세탁정보관리시스템 (CMIS) http://tech.devgear.co.kr/426857

[패션, 건강, 사물인터넷] Spinali Design의 Connected Bikini

http://tech.devgear.co.kr/426843

Page 7: 인터베이스(InterBase): 초경량의 임베디드 데이터베이스

Embarcadero Technologies Copyright 2016

CHANGE VIEWS

Page 8: 인터베이스(InterBase): 초경량의 임베디드 데이터베이스

Embarcadero Technologies Copyright 2016

체인지뷰 (CHANGE VIEWS) 개요?

독특한 “서브스크립션 기반” 모델 데이터를 구독하고 DB에서 변경된 것을 식별

서브스크립션 작동은 연결되어 있는 중에도 연결이 끊겼다가 다시 연결되는 중에도

각 구독자는 동일한 데이터를 구독하는 여러 디바이스를 가질 수 있음

https://www.youtube.com/watch?v=h5E1QvZ1rG8

Page 9: 인터베이스(InterBase): 초경량의 임베디드 데이터베이스

Embarcadero Technologies Copyright 2016

TRADITIONAL DATA BRIEFCASE C

entr

al D

B

Clie

nt

Cache

Chang

e Time

4 4 5 5 5

Virtual field packets sent: 4 + 4 + 5 + 5 + 5 = 23

Page 10: 인터베이스(InterBase): 초경량의 임베디드 데이터베이스

Embarcadero Technologies Copyright 2016

USING CHANGE VIEWS C

entr

al D

B

Clie

nt

Cache

Chang

e Time

Virtual field packets sent: 4 + 1 + 2 + 1 + 1 = 9

4

1

2

1

1

Page 11: 인터베이스(InterBase): 초경량의 임베디드 데이터베이스

Embarcadero Technologies Copyright 2016

FIREDAC 과 INTERBASE XE7 CHANGEVIEWS

FireDAC의 새 데이터셋 메소드 MergeDataSet

<Samples>\Database\FireDAC\Samples\DBMS Specific\InterBase\ChangeView\Pharmacy

Page 12: 인터베이스(InterBase): 초경량의 임베디드 데이터베이스

Embarcadero Technologies Copyright 2016

WEBSITE 와 자료

Page 13: 인터베이스(InterBase): 초경량의 임베디드 데이터베이스

Embarcadero Technologies Copyright 2016

WEBSITE 홈페이지

https://www.embarcadero.com/products/interbase/

http://www.devgear.co.kr/products/interbase/

시작하기 http://www.embarcadero.com/starthere/interbase/

기술자료(한글)

http://tech.devgear.co.kr/index.php?mid=delphi_news&category=6388

도움말 http://docwiki.embarcadero.com/InterBase/

https://translate.google.com/translate?hl=ko&sl=ja&tl=ko&u=http%3A%2F%2Fdocwiki.embar

cadero.com%2FInterBase%2FXE7%2Fja%2F%25E3%2583%25A1%25E3%2582%25A4%25E3%2583%25B3%25E3%2583%259A%25E3%2583%25BC%25E3%2582%25B8&sandbox=1

Page 14: 인터베이스(InterBase): 초경량의 임베디드 데이터베이스

Embarcadero Technologies Copyright 2016

프로모션

InterBase Server 50 user license 이상 구입 시 InterBase ToGo 무제한 배포 라이선스를 1년간 제공!

InterBase promo Terms and Conditions: Offer limited to purchase of InterBase Server + 50 users, InterBase Server + Unlimited Users, InterBase Server Additional

50 users and InterBase Server Additional Unlimited user licenses, for Upgrade and New User licenses. InterBase Trial, Developer, Desktop and ToGo licenses are excluded from the eligible products. Offer valid from October 17, 2016 through December 31, 2016. Purchased and free products must be registered to the same end user Purchased product must be the most current version available on the price list at time of purchase in order to qualify for

free product All deployed licenses are valid for use until 31st December 2017. If you wish to use InterBase ToGo following this date,

please contact your sales reps. Embarcadero All-Access SKUs that contain InterBase are excluded from this promotion Embarcadero reserves the right to change, cancel or amend offer at any time. Offer void where prohibited by law. Additional restrictions may apply.

https://www.embarcadero.com/radoffer

Page 15: 인터베이스(InterBase): 초경량의 임베디드 데이터베이스

Embarcadero Technologies Copyright 2016

QUESTIONS

박범용 [email protected] http://tech.devgear.co.kr