SlideShare uma empresa Scribd logo
1 de 20
Baixar para ler offline
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 beneficial 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 difference,
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
affected segments.
This problem is not
affecting 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 Efficiency (+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

Mais conteúdo relacionado

Semelhante a 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
 

Semelhante a 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
 

Último

Call Girls In Shivaji Nagar ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Shivaji Nagar ☎ 7737669865 🥵 Book Your One night StandCall Girls In Shivaji Nagar ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Shivaji Nagar ☎ 7737669865 🥵 Book Your One night Stand
amitlee9823
 
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
 
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
 
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
amitlee9823
 
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
amitlee9823
 
Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...
amitlee9823
 
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
amitlee9823
 
➥🔝 7737669865 🔝▻ Ongole Call-girls in Women Seeking Men 🔝Ongole🔝 Escorts S...
➥🔝 7737669865 🔝▻ Ongole Call-girls in Women Seeking Men  🔝Ongole🔝   Escorts S...➥🔝 7737669865 🔝▻ Ongole Call-girls in Women Seeking Men  🔝Ongole🔝   Escorts S...
➥🔝 7737669865 🔝▻ Ongole Call-girls in Women Seeking Men 🔝Ongole🔝 Escorts S...
amitlee9823
 
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
Just Call Vip call girls Palakkad Escorts ☎️9352988975 Two shot with one girl...
Just Call Vip call girls Palakkad Escorts ☎️9352988975 Two shot with one girl...Just Call Vip call girls Palakkad Escorts ☎️9352988975 Two shot with one girl...
Just Call Vip call girls Palakkad Escorts ☎️9352988975 Two shot with one girl...
gajnagarg
 
➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men 🔝Bangalore🔝 Esc...
➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men  🔝Bangalore🔝   Esc...➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men  🔝Bangalore🔝   Esc...
➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men 🔝Bangalore🔝 Esc...
amitlee9823
 
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
amitlee9823
 
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
amitlee9823
 
Just Call Vip call girls Mysore Escorts ☎️9352988975 Two shot with one girl (...
Just Call Vip call girls Mysore Escorts ☎️9352988975 Two shot with one girl (...Just Call Vip call girls Mysore Escorts ☎️9352988975 Two shot with one girl (...
Just Call Vip call girls Mysore Escorts ☎️9352988975 Two shot with one girl (...
gajnagarg
 
👉 Amritsar Call Girl 👉📞 6367187148 👉📞 Just📲 Call Ruhi Call Girl Phone No Amri...
👉 Amritsar Call Girl 👉📞 6367187148 👉📞 Just📲 Call Ruhi Call Girl Phone No Amri...👉 Amritsar Call Girl 👉📞 6367187148 👉📞 Just📲 Call Ruhi Call Girl Phone No Amri...
👉 Amritsar Call Girl 👉📞 6367187148 👉📞 Just📲 Call Ruhi Call Girl Phone No Amri...
karishmasinghjnh
 

Último (20)

Call Girls In Shivaji Nagar ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Shivaji Nagar ☎ 7737669865 🥵 Book Your One night StandCall Girls In Shivaji Nagar ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Shivaji Nagar ☎ 7737669865 🥵 Book Your One night Stand
 
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
 
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
 
Predicting Loan Approval: A Data Science Project
Predicting Loan Approval: A Data Science ProjectPredicting Loan Approval: A Data Science Project
Predicting Loan Approval: A Data Science Project
 
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
 
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bellandur ☎ 7737669865 🥵 Book Your One night Stand
 
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
 
Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Thane West Call On 9920725232 With Body to body massage...
 
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
 
➥🔝 7737669865 🔝▻ Ongole Call-girls in Women Seeking Men 🔝Ongole🔝 Escorts S...
➥🔝 7737669865 🔝▻ Ongole Call-girls in Women Seeking Men  🔝Ongole🔝   Escorts S...➥🔝 7737669865 🔝▻ Ongole Call-girls in Women Seeking Men  🔝Ongole🔝   Escorts S...
➥🔝 7737669865 🔝▻ Ongole Call-girls in Women Seeking Men 🔝Ongole🔝 Escorts S...
 
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
Just Call Vip call girls Palakkad Escorts ☎️9352988975 Two shot with one girl...
Just Call Vip call girls Palakkad Escorts ☎️9352988975 Two shot with one girl...Just Call Vip call girls Palakkad Escorts ☎️9352988975 Two shot with one girl...
Just Call Vip call girls Palakkad Escorts ☎️9352988975 Two shot with one girl...
 
➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men 🔝Bangalore🔝 Esc...
➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men  🔝Bangalore🔝   Esc...➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men  🔝Bangalore🔝   Esc...
➥🔝 7737669865 🔝▻ Bangalore Call-girls in Women Seeking Men 🔝Bangalore🔝 Esc...
 
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
 
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
 
Detecting Credit Card Fraud: A Machine Learning Approach
Detecting Credit Card Fraud: A Machine Learning ApproachDetecting Credit Card Fraud: A Machine Learning Approach
Detecting Credit Card Fraud: A Machine Learning Approach
 
Thane Call Girls 7091864438 Call Girls in Thane Escort service book now -
Thane Call Girls 7091864438 Call Girls in Thane Escort service book now -Thane Call Girls 7091864438 Call Girls in Thane Escort service book now -
Thane Call Girls 7091864438 Call Girls in Thane Escort service book now -
 
Just Call Vip call girls Mysore Escorts ☎️9352988975 Two shot with one girl (...
Just Call Vip call girls Mysore Escorts ☎️9352988975 Two shot with one girl (...Just Call Vip call girls Mysore Escorts ☎️9352988975 Two shot with one girl (...
Just Call Vip call girls Mysore Escorts ☎️9352988975 Two shot with one girl (...
 
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...
 
👉 Amritsar Call Girl 👉📞 6367187148 👉📞 Just📲 Call Ruhi Call Girl Phone No Amri...
👉 Amritsar Call Girl 👉📞 6367187148 👉📞 Just📲 Call Ruhi Call Girl Phone No Amri...👉 Amritsar Call Girl 👉📞 6367187148 👉📞 Just📲 Call Ruhi Call Girl Phone No Amri...
👉 Amritsar Call Girl 👉📞 6367187148 👉📞 Just📲 Call Ruhi Call Girl Phone No Amri...
 

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 beneficial 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 difference, 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 affected segments. This problem is not affecting 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 Efficiency (+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