SlideShare ist ein Scribd-Unternehmen logo
1 von 20
Downloaden Sie, um offline zu lesen
1
2
Company name Headcount % Developers
(source = LinkedIn Premium)
Software Developed
MariaDB
~210 50 ● MariaDB Enterprise
EDB (PostgreSQL)
~400 30 ● EDB Postgres Advanced Server
○ Several extensions adding enterprise functionalities to OSS PostgreSQL
2nd Quadrant (PostgreSQL)
>100 70 ● 2ndQ PostgreSQL
○ Several extensions adding enterprise functionalities to OSS PostgreSQL
TmaxSoft
~1300 80 ● OpenFrame (Mainframe Rehosting)
● JEUS (Application Server - Weblogic alternative)
● WebtoB (Enterprise Scalable Apache)
● Tmax (Middleware Transaction Manager)
● Tibero (RDBMS - Oracle DB Alternative, Native PL/SQL = PSM)
○ HyperData: ELT Flow designer with Graphs/Dashboards for BI or Data Virtualization
○ SysMaster for Tibero: Monitoring Tool for Tibero.
● ProSync (GoldenGate Alternative)
● AnyLink (Messaging Software, Queueing)
● SysMaster (Enterprise Monitoring)
● Cloud Stack (Private Cloud, Focused on Security, targeted to Government)
● ProLinux (Enterprise Linux for Production environments)
● TmaxOS (End-User Linux, Windows friendly + own Office Suite + own Cloud Collab.)
● TOP (TmaxSoft One Platform = Develop 1 App for any Platform = similar JVM)
● TmaxCDS ("Tmax Cloud Desktop Service" = Virtualized End-User Distributed Comp.)
Companies always avoided to deal with small companies because of low reliability. MariaDB, EDB or 2nd Q. could have 2 problems,
either they are not re-investing their money into R&D (greediness) or either the Open Source model is not beneïŹcial for them.
Comparing CompaniesUpdated FEB-2020
3
4
Tibero Database
● Designed for Security against any foreign attacks from North Korea, China, Russia and US
● All inclusive licensing model => Higher quality application development
● Lift and Shift => In 90% cases; No need to face a migration. No need to change your
PL/SQL.
● Direct replacement for Oracle EE + Exadata => At better cost than Open Source Support
fees
● Flexibility => Easy to use with any Cloud, any Virtualization or Containers.
5
Cost Functional Area Availability Often used for
Oracle RAC (only EE) $$ High Availability Tibero Active Cluster ✔ Horizontal Scaling
Active Data Guard $$ Disaster Recovery Hot Standby (read-only) ✔
Advanced Security $$ Security Data Encryption + Network Encryption ✔ GDPR
--- -- Security Protection against Data Tampering ✔ GDPR
Diagnostic Pack $$ Performance Tibero Performance Repository ✔ Diagnose performance
Tuning Pack $$ Performance Tibero Performance Repository ✔ Tune queries or the database instance
Partitioning $$ Performance + DWH Hash, Range, List, Interval or Composite Partitioning ✔
Advanced Compression $$ DWH + Storage savings Compression FOR OLTP = Default. ✔
Hybrid Columnar Compression
(HCC only with Exadata)
$$$$ DWH + Storage savings Columnar Compression ✔
Oracle Exadata + HW $$$$ Performance + DWH Predicate Filtering ✔
DB Gateways (5)
+ Big Data connectors
$$ Data connectivity
Heterogeneous DB Links
+ HDFS/HBase data connectors
✔ Data Virtualization
OLAP $$ DWH OLAP ✔
Multi-Tenant $$ Manageability Virtual Database ✔ Larger concept than Multi Tenancy
In-Memory $$$ Performance In-Memory ✔
Costs or Functionality?
6
Example
Oracle Exadata HCC Fail
=> No HA Segment Operations
CREATE TABLE ROLI_TEST
( SEV_ID NUMBER NOT NULL,
SEV_GPR_ID NUMBER NOT NULL,
SEV_POSTTAG_DAT_ID NUMBER NOT NULL)
TABLESPACE USERS
PARTITION BY RANGE (SEV_POSTTAG_DAT_ID)
( PARTITION DWH_ROLI_2015M01 VALUES LESS THAN (20150201) TABLESPACE USERS,
PARTITION DWH_ROLI_2015M02 VALUES LESS THAN (20150301) TABLESPACE USERS,
PARTITION DWH_ROLI_2015M03 VALUES LESS THAN (20150401) TABLESPACE USERS);
CREATE BITMAP INDEX ROLI_SEV_FK_I ON ROLI_TEST
(SEV_ID)
LOCAL (
PARTITION DWH_ROLI_2015M01 TABLESPACE USERS,
PARTITION DWH_ROLI_2015M02 TABLESPACE USERS,
PARTITION DWH_ROLI_2015M03 TABLESPACE USERS);
ALTER TABLE ROLI_TEST MOVE PARTITION DWH_ROLI_2015M01 COMPRESS FOR ARCHIVE HIGH
TABLESPACE USERS;
-- Does it work or fail for you?
alter index ROLI_SEV_FK_I MODIFY PARTITION DWH_ROLI_2015M01 unusable;
ALTER TABLE ROLI_TEST MOVE PARTITION DWH_ROLI_2015M01 COMPRESS FOR ARCHIVE HIGH
TABLESPACE USERS;
-- and now? Does it work?
alter index ROLI_SEV_FK_I MODIFY PARTITION DWH_ROLI_2015M02 unusable;
alter index ROLI_SEV_FK_I MODIFY PARTITION DWH_ROLI_2015M03 unusable;
ALTER TABLE ROLI_TEST MOVE PARTITION DWH_ROLI_2015M01 COMPRESS FOR ARCHIVE HIGH
TABLESPACE USERS;
-- and now? Does it work?
alter index ROLI_SEV_FK_I rebuild partition DWH_ROLI_2015M01;
alter index ROLI_SEV_FK_I rebuild partition DWH_ROLI_2015M02;
alter index ROLI_SEV_FK_I rebuild partition DWH_ROLI_2015M03;
alter index ROLI_SEV_FK_I MODIFY PARTITION DWH_ROLI_2015M02 unusable;
ALTER TABLE ROLI_TEST MOVE PARTITION DWH_ROLI_2015M02 COMPRESS FOR ARCHIVE HIGH
TABLESPACE USERS;
-- and now? Does it work?
DROP TABLE ROLI_TEST purge;
7
Exadata X7
Oracle 19c APR19
"Latest Patch"
8
Tibero Zeta
any Cloud
AUG 2018 Patch
Due to this diïŹ€erence,
the customer that spent
a lot of money with
Exadata, they had to
schedule a
maintenance window to
compress the database
but not allowing the
operations to continue
the same over the
aïŹ€ected segments.
This problem is not
aïŹ€ecting Tibero
Database
9
3 Highly-Available Architecture Types in Tibero DB
Shared-Disk Shared-Nothing 2-Tier
● On-Prem
● Disk can be the bottleneck
● Cloud / On-Prem
● Maximum budget savings
● Cloud / On-Prem
● Maximum Elasticity
DB Node stands for Read-Write DB Node. Disaster Recovery not included as HA in the architecture diagram above,
DR can be 1 or more DB Nodes Read-Only, additional to the nodes above.
DB
Node
DB
Node
Disk
DB
Node
Disk
DB
Node
Disk
DB
Node
Storage
Node
DB
Node
Storage
Node
Storage
Node
DB
Node
Disk
10
Main architectural improvements
● Scalability
● Re-use of threads and resources
● Resource EfïŹciency (+50%)
○ Lightweight + Powerful
● Healthier Non-destructive
DB Instance behaviour
● Short Access Time to Clients
● Stable and Robust Performance
11
How is the security without TDE in Oracle Database?
Security
Tibero uses stronger encryption algorithms since 2016,
at no additional cost.
SMS4 is the standard mobile encryption in China.
Tibero Database helps you comply for GDPR.
Encryption Algorithm Tibero 6 Oracle 12c
Transparent Data Encryption (TDE)
ARIA128
Oracle 18c
ARIA192
ARIA256
SEED
SMS4
DES
3DES168
AES128
AES192
AES256
SHA-1
MD5
MD4
Image Source: Oracle Security White paper
ARIA: Invented by the Korean National Security Research Institute
Tibero uses digital signature to strictly detect and block any
data manipulation attempts in the TDE (TmaxSoft Patent).
Example
12
T-Up
“BIGFILE” tablespaces are not supported.
Tablespaces should be pre-created before
the migration starts, only for this case.
13
Use Cases
14
Flexibility
Which Cloud you prefer ? And Containerization tech. ? 
 Virtualization system ?
HP IA64 VM
15
Data Federation >= Data Virtualization
Use Cases
● Data Consolidation
● Build a DWH
● Performing a company-wide
Data Transformation.
● Tibero includes:
○ Data Modeler Tool
○ Flow Designer
○ Monitoring
16
EDW
Reducing ETL Complexity (Staging DB)
Sources
ETL Tools
EDW
Staging
Configure
Maintain
Troubleshoot
Without Tibero With Tibero
Sources
?
17
Building a / Data Lake / EDW + Merging with Big Data
Without Tibero
Date: 2013-2014 (1 year duration)
Budget: 12M EUR in HW (OES = locked-in)
+ 3M EUR in Services (Oracle) 6 men + LICENSING Costs.
+ 1 Year contract with Dimensigon (1-man = OES Instructor)
With Tibero
Date: Now
Budget: Not comparable
. Under 500K. + Own HW
Duration: Less than few months. 1-2 people involved.
Open Source
No ETL Tools
required ($$)
No Big Data
Connectors
required ($)
No Additional
Gateway Software
to connect to
Mainframe
required ($$$)
OES = Oracle Engineered Systems HW = Hardware
18
19
Some references
Worldwide
20
Founded in South Korea,
Headquartered in USA,
Globally Installed
Established
1997
Global Footprint
20 Locations
Chicago, IL—HQ
Technology Focused
+1300 employees
(over 80% R&D/technical)
Founder
Dr. Daeyeon Park
US/Global CEO
KV Suresh
R&D Investment
50%+ of Sales Revenue
References
+5000 Case Studies

Weitere Àhnliche Inhalte

Ähnlich wie DataEng Mad - 03.03.2020 - Tibero 30-min Presentation.pdf

Big Data Integration Webinar: Getting Started With Hadoop Big Data
Big Data Integration Webinar: Getting Started With Hadoop Big DataBig Data Integration Webinar: Getting Started With Hadoop Big Data
Big Data Integration Webinar: Getting Started With Hadoop Big Data
Pentaho
 
Big Data Taiwan 2014 Track2-2: Informatica Big Data Solution
Big Data Taiwan 2014 Track2-2: Informatica Big Data SolutionBig Data Taiwan 2014 Track2-2: Informatica Big Data Solution
Big Data Taiwan 2014 Track2-2: Informatica Big Data Solution
Etu Solution
 

Ähnlich wie DataEng Mad - 03.03.2020 - Tibero 30-min Presentation.pdf (20)

Oracle Big Data Appliance and Big Data SQL for advanced analytics
Oracle Big Data Appliance and Big Data SQL for advanced analyticsOracle Big Data Appliance and Big Data SQL for advanced analytics
Oracle Big Data Appliance and Big Data SQL for advanced analytics
 
Apache Kudu (Incubating): New Hadoop Storage for Fast Analytics on Fast Data ...
Apache Kudu (Incubating): New Hadoop Storage for Fast Analytics on Fast Data ...Apache Kudu (Incubating): New Hadoop Storage for Fast Analytics on Fast Data ...
Apache Kudu (Incubating): New Hadoop Storage for Fast Analytics on Fast Data ...
 
PostgreSQL 10; Long Awaited Enterprise Solutions
PostgreSQL 10; Long Awaited Enterprise SolutionsPostgreSQL 10; Long Awaited Enterprise Solutions
PostgreSQL 10; Long Awaited Enterprise Solutions
 
Modernizing Mission-Critical Apps with SQL Server
Modernizing Mission-Critical Apps with SQL ServerModernizing Mission-Critical Apps with SQL Server
Modernizing Mission-Critical Apps with SQL Server
 
HPC DAY 2017 | HPE Storage and Data Management for Big Data
HPC DAY 2017 | HPE Storage and Data Management for Big DataHPC DAY 2017 | HPE Storage and Data Management for Big Data
HPC DAY 2017 | HPE Storage and Data Management for Big Data
 
Understanding Oracle GoldenGate 12c
Understanding Oracle GoldenGate 12cUnderstanding Oracle GoldenGate 12c
Understanding Oracle GoldenGate 12c
 
Big Data Integration Webinar: Getting Started With Hadoop Big Data
Big Data Integration Webinar: Getting Started With Hadoop Big DataBig Data Integration Webinar: Getting Started With Hadoop Big Data
Big Data Integration Webinar: Getting Started With Hadoop Big Data
 
Oracle Openworld Presentation with Paul Kent (SAS) on Big Data Appliance and ...
Oracle Openworld Presentation with Paul Kent (SAS) on Big Data Appliance and ...Oracle Openworld Presentation with Paul Kent (SAS) on Big Data Appliance and ...
Oracle Openworld Presentation with Paul Kent (SAS) on Big Data Appliance and ...
 
New VMware Continuent 5.0 - A powerful and cost-efficient Oracle GoldenGate a...
New VMware Continuent 5.0 - A powerful and cost-efficient Oracle GoldenGate a...New VMware Continuent 5.0 - A powerful and cost-efficient Oracle GoldenGate a...
New VMware Continuent 5.0 - A powerful and cost-efficient Oracle GoldenGate a...
 
Cloud Native Applications on OpenShift
Cloud Native Applications on OpenShiftCloud Native Applications on OpenShift
Cloud Native Applications on OpenShift
 
Whats new in Oracle Database 12c release 12.1.0.2
Whats new in Oracle Database 12c release 12.1.0.2Whats new in Oracle Database 12c release 12.1.0.2
Whats new in Oracle Database 12c release 12.1.0.2
 
Sql server 2016 it just runs faster sql bits 2017 edition
Sql server 2016 it just runs faster   sql bits 2017 editionSql server 2016 it just runs faster   sql bits 2017 edition
Sql server 2016 it just runs faster sql bits 2017 edition
 
OSMC 2023 | What’s new with Grafana Labs’s Open Source Observability stack by...
OSMC 2023 | What’s new with Grafana Labs’s Open Source Observability stack by...OSMC 2023 | What’s new with Grafana Labs’s Open Source Observability stack by...
OSMC 2023 | What’s new with Grafana Labs’s Open Source Observability stack by...
 
BIWA2015 - Bringing Oracle Big Data SQL to OBIEE and ODI
BIWA2015 - Bringing Oracle Big Data SQL to OBIEE and ODIBIWA2015 - Bringing Oracle Big Data SQL to OBIEE and ODI
BIWA2015 - Bringing Oracle Big Data SQL to OBIEE and ODI
 
Oracle big data appliance and solutions
Oracle big data appliance and solutionsOracle big data appliance and solutions
Oracle big data appliance and solutions
 
The Most Trusted In-Memory database in the world- Altibase
The Most Trusted In-Memory database in the world- AltibaseThe Most Trusted In-Memory database in the world- Altibase
The Most Trusted In-Memory database in the world- Altibase
 
Reshape Data Lake (as of 2020.07)
Reshape Data Lake (as of 2020.07)Reshape Data Lake (as of 2020.07)
Reshape Data Lake (as of 2020.07)
 
Simplify IT: Oracle SuperCluster
Simplify IT: Oracle SuperCluster Simplify IT: Oracle SuperCluster
Simplify IT: Oracle SuperCluster
 
In-memory ColumnStore Index
In-memory ColumnStore IndexIn-memory ColumnStore Index
In-memory ColumnStore Index
 
Big Data Taiwan 2014 Track2-2: Informatica Big Data Solution
Big Data Taiwan 2014 Track2-2: Informatica Big Data SolutionBig Data Taiwan 2014 Track2-2: Informatica Big Data Solution
Big Data Taiwan 2014 Track2-2: Informatica Big Data Solution
 

KĂŒrzlich hochgeladen

Determinants of health, dimensions of health, positive health and spectrum of...
Determinants of health, dimensions of health, positive health and spectrum of...Determinants of health, dimensions of health, positive health and spectrum of...
Determinants of health, dimensions of health, positive health and spectrum of...
shambhavirathore45
 
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
amitlee9823
 
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAl Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
AroojKhan71
 
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get CytotecAbortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Riyadh +966572737505 get cytotec
 
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
amitlee9823
 
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
shivangimorya083
 
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts ServiceCall Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 

KĂŒrzlich hochgeladen (20)

Determinants of health, dimensions of health, positive health and spectrum of...
Determinants of health, dimensions of health, positive health and spectrum of...Determinants of health, dimensions of health, positive health and spectrum of...
Determinants of health, dimensions of health, positive health and spectrum of...
 
BDSM⚡Call Girls in Mandawali Delhi >àŒ’8448380779 Escort Service
BDSM⚡Call Girls in Mandawali Delhi >àŒ’8448380779 Escort ServiceBDSM⚡Call Girls in Mandawali Delhi >àŒ’8448380779 Escort Service
BDSM⚡Call Girls in Mandawali Delhi >àŒ’8448380779 Escort Service
 
BabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptxBabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptx
 
Discover Why Less is More in B2B Research
Discover Why Less is More in B2B ResearchDiscover Why Less is More in B2B Research
Discover Why Less is More in B2B Research
 
Smarteg dropshipping via API with DroFx.pptx
Smarteg dropshipping via API with DroFx.pptxSmarteg dropshipping via API with DroFx.pptx
Smarteg dropshipping via API with DroFx.pptx
 
Week-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interactionWeek-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interaction
 
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Junnasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
 
CebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptxCebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptx
 
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAl Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
 
Sampling (random) method and Non random.ppt
Sampling (random) method and Non random.pptSampling (random) method and Non random.ppt
Sampling (random) method and Non random.ppt
 
Edukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFxEdukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFx
 
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 night
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 nightCheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 night
Cheap Rate Call girls Sarita Vihar Delhi 9205541914 shot 1500 night
 
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
 
Mature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptxMature dropshipping via API with DroFx.pptx
Mature dropshipping via API with DroFx.pptx
 
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get CytotecAbortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
 
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
Call Girls Hsr Layout Just Call 👗 7737669865 👗 Top Class Call Girl Service Ba...
 
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% SecureCall me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
 
100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx
 
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts ServiceCall Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
Call Girls In Shalimar Bagh ( Delhi) 9953330565 Escorts Service
 

DataEng Mad - 03.03.2020 - Tibero 30-min Presentation.pdf

  • 1. 1
  • 2. 2 Company name Headcount % Developers (source = LinkedIn Premium) Software Developed MariaDB ~210 50 ● MariaDB Enterprise EDB (PostgreSQL) ~400 30 ● EDB Postgres Advanced Server ○ Several extensions adding enterprise functionalities to OSS PostgreSQL 2nd Quadrant (PostgreSQL) >100 70 ● 2ndQ PostgreSQL ○ Several extensions adding enterprise functionalities to OSS PostgreSQL TmaxSoft ~1300 80 ● OpenFrame (Mainframe Rehosting) ● JEUS (Application Server - Weblogic alternative) ● WebtoB (Enterprise Scalable Apache) ● Tmax (Middleware Transaction Manager) ● Tibero (RDBMS - Oracle DB Alternative, Native PL/SQL = PSM) ○ HyperData: ELT Flow designer with Graphs/Dashboards for BI or Data Virtualization ○ SysMaster for Tibero: Monitoring Tool for Tibero. ● ProSync (GoldenGate Alternative) ● AnyLink (Messaging Software, Queueing) ● SysMaster (Enterprise Monitoring) ● Cloud Stack (Private Cloud, Focused on Security, targeted to Government) ● ProLinux (Enterprise Linux for Production environments) ● TmaxOS (End-User Linux, Windows friendly + own Office Suite + own Cloud Collab.) ● TOP (TmaxSoft One Platform = Develop 1 App for any Platform = similar JVM) ● TmaxCDS ("Tmax Cloud Desktop Service" = Virtualized End-User Distributed Comp.) Companies always avoided to deal with small companies because of low reliability. MariaDB, EDB or 2nd Q. could have 2 problems, either they are not re-investing their money into R&D (greediness) or either the Open Source model is not beneïŹcial for them. Comparing CompaniesUpdated FEB-2020
  • 3. 3
  • 4. 4 Tibero Database ● Designed for Security against any foreign attacks from North Korea, China, Russia and US ● All inclusive licensing model => Higher quality application development ● Lift and Shift => In 90% cases; No need to face a migration. No need to change your PL/SQL. ● Direct replacement for Oracle EE + Exadata => At better cost than Open Source Support fees ● Flexibility => Easy to use with any Cloud, any Virtualization or Containers.
  • 5. 5 Cost Functional Area Availability Often used for Oracle RAC (only EE) $$ High Availability Tibero Active Cluster ✔ Horizontal Scaling Active Data Guard $$ Disaster Recovery Hot Standby (read-only) ✔ Advanced Security $$ Security Data Encryption + Network Encryption ✔ GDPR --- -- Security Protection against Data Tampering ✔ GDPR Diagnostic Pack $$ Performance Tibero Performance Repository ✔ Diagnose performance Tuning Pack $$ Performance Tibero Performance Repository ✔ Tune queries or the database instance Partitioning $$ Performance + DWH Hash, Range, List, Interval or Composite Partitioning ✔ Advanced Compression $$ DWH + Storage savings Compression FOR OLTP = Default. ✔ Hybrid Columnar Compression (HCC only with Exadata) $$$$ DWH + Storage savings Columnar Compression ✔ Oracle Exadata + HW $$$$ Performance + DWH Predicate Filtering ✔ DB Gateways (5) + Big Data connectors $$ Data connectivity Heterogeneous DB Links + HDFS/HBase data connectors ✔ Data Virtualization OLAP $$ DWH OLAP ✔ Multi-Tenant $$ Manageability Virtual Database ✔ Larger concept than Multi Tenancy In-Memory $$$ Performance In-Memory ✔ Costs or Functionality?
  • 6. 6 Example Oracle Exadata HCC Fail => No HA Segment Operations CREATE TABLE ROLI_TEST ( SEV_ID NUMBER NOT NULL, SEV_GPR_ID NUMBER NOT NULL, SEV_POSTTAG_DAT_ID NUMBER NOT NULL) TABLESPACE USERS PARTITION BY RANGE (SEV_POSTTAG_DAT_ID) ( PARTITION DWH_ROLI_2015M01 VALUES LESS THAN (20150201) TABLESPACE USERS, PARTITION DWH_ROLI_2015M02 VALUES LESS THAN (20150301) TABLESPACE USERS, PARTITION DWH_ROLI_2015M03 VALUES LESS THAN (20150401) TABLESPACE USERS); CREATE BITMAP INDEX ROLI_SEV_FK_I ON ROLI_TEST (SEV_ID) LOCAL ( PARTITION DWH_ROLI_2015M01 TABLESPACE USERS, PARTITION DWH_ROLI_2015M02 TABLESPACE USERS, PARTITION DWH_ROLI_2015M03 TABLESPACE USERS); ALTER TABLE ROLI_TEST MOVE PARTITION DWH_ROLI_2015M01 COMPRESS FOR ARCHIVE HIGH TABLESPACE USERS; -- Does it work or fail for you? alter index ROLI_SEV_FK_I MODIFY PARTITION DWH_ROLI_2015M01 unusable; ALTER TABLE ROLI_TEST MOVE PARTITION DWH_ROLI_2015M01 COMPRESS FOR ARCHIVE HIGH TABLESPACE USERS; -- and now? Does it work? alter index ROLI_SEV_FK_I MODIFY PARTITION DWH_ROLI_2015M02 unusable; alter index ROLI_SEV_FK_I MODIFY PARTITION DWH_ROLI_2015M03 unusable; ALTER TABLE ROLI_TEST MOVE PARTITION DWH_ROLI_2015M01 COMPRESS FOR ARCHIVE HIGH TABLESPACE USERS; -- and now? Does it work? alter index ROLI_SEV_FK_I rebuild partition DWH_ROLI_2015M01; alter index ROLI_SEV_FK_I rebuild partition DWH_ROLI_2015M02; alter index ROLI_SEV_FK_I rebuild partition DWH_ROLI_2015M03; alter index ROLI_SEV_FK_I MODIFY PARTITION DWH_ROLI_2015M02 unusable; ALTER TABLE ROLI_TEST MOVE PARTITION DWH_ROLI_2015M02 COMPRESS FOR ARCHIVE HIGH TABLESPACE USERS; -- and now? Does it work? DROP TABLE ROLI_TEST purge;
  • 7. 7 Exadata X7 Oracle 19c APR19 "Latest Patch"
  • 8. 8 Tibero Zeta any Cloud AUG 2018 Patch Due to this diïŹ€erence, the customer that spent a lot of money with Exadata, they had to schedule a maintenance window to compress the database but not allowing the operations to continue the same over the aïŹ€ected segments. This problem is not aïŹ€ecting Tibero Database
  • 9. 9 3 Highly-Available Architecture Types in Tibero DB Shared-Disk Shared-Nothing 2-Tier ● On-Prem ● Disk can be the bottleneck ● Cloud / On-Prem ● Maximum budget savings ● Cloud / On-Prem ● Maximum Elasticity DB Node stands for Read-Write DB Node. Disaster Recovery not included as HA in the architecture diagram above, DR can be 1 or more DB Nodes Read-Only, additional to the nodes above. DB Node DB Node Disk DB Node Disk DB Node Disk DB Node Storage Node DB Node Storage Node Storage Node DB Node Disk
  • 10. 10 Main architectural improvements ● Scalability ● Re-use of threads and resources ● Resource EfïŹciency (+50%) ○ Lightweight + Powerful ● Healthier Non-destructive DB Instance behaviour ● Short Access Time to Clients ● Stable and Robust Performance
  • 11. 11 How is the security without TDE in Oracle Database? Security Tibero uses stronger encryption algorithms since 2016, at no additional cost. SMS4 is the standard mobile encryption in China. Tibero Database helps you comply for GDPR. Encryption Algorithm Tibero 6 Oracle 12c Transparent Data Encryption (TDE) ARIA128 Oracle 18c ARIA192 ARIA256 SEED SMS4 DES 3DES168 AES128 AES192 AES256 SHA-1 MD5 MD4 Image Source: Oracle Security White paper ARIA: Invented by the Korean National Security Research Institute Tibero uses digital signature to strictly detect and block any data manipulation attempts in the TDE (TmaxSoft Patent). Example
  • 12. 12 T-Up “BIGFILE” tablespaces are not supported. Tablespaces should be pre-created before the migration starts, only for this case.
  • 14. 14 Flexibility Which Cloud you prefer ? And Containerization tech. ? 
 Virtualization system ? HP IA64 VM
  • 15. 15 Data Federation >= Data Virtualization Use Cases ● Data Consolidation ● Build a DWH ● Performing a company-wide Data Transformation. ● Tibero includes: ○ Data Modeler Tool ○ Flow Designer ○ Monitoring
  • 16. 16 EDW Reducing ETL Complexity (Staging DB) Sources ETL Tools EDW Staging Configure Maintain Troubleshoot Without Tibero With Tibero Sources ?
  • 17. 17 Building a / Data Lake / EDW + Merging with Big Data Without Tibero Date: 2013-2014 (1 year duration) Budget: 12M EUR in HW (OES = locked-in) + 3M EUR in Services (Oracle) 6 men + LICENSING Costs. + 1 Year contract with Dimensigon (1-man = OES Instructor) With Tibero Date: Now Budget: Not comparable
. Under 500K. + Own HW Duration: Less than few months. 1-2 people involved. Open Source No ETL Tools required ($$) No Big Data Connectors required ($) No Additional Gateway Software to connect to Mainframe required ($$$) OES = Oracle Engineered Systems HW = Hardware
  • 18. 18
  • 20. 20 Founded in South Korea, Headquartered in USA, Globally Installed Established 1997 Global Footprint 20 Locations Chicago, IL—HQ Technology Focused +1300 employees (over 80% R&D/technical) Founder Dr. Daeyeon Park US/Global CEO KV Suresh R&D Investment 50%+ of Sales Revenue References +5000 Case Studies