Exadata 12.2.1.1.0 Highlights
突然发现,在中国农历新年的这几年里,Exadata 12.2版本已经发布了。

本起去docs.oracle.com上看看它的新特性,结果发现文档还没有更新:
下面是找到的一些资料,让我们来一睹为快吧:
Smart Analytics:
(1).
In-Memory Formats in Columnar Flash Cache
- In-Memory formats used in Smart Columnar Flash Cache
- Enables vector processing on storage server during smart scans
- Multiple column values evaluated in single instruction
- Faster decompression speed than Hybrid Columnar Compression
- Enables dictionary lookup and avoids processing unnecessary rows
- Smart Scan results sent back to database in In-Memory Columnar format
- Reduces Database node CPU utilization
- In-memory performance seamlessly extended from DB node DRAM memory to 10x larger capacity flash in storage
- Even bigger differentiation against all-flash arrays and other in-memory databases
- Supports Database 12.1.0.2 and Database 12.2.0.1
(2).
Storage Index Set Membership
- Storage Index help skip unnecessary IOs
- Currently contains up to 8 columns of min/max summary
- Created automatically and kept in memory
- What about queries with low cardinality columns?
- Traditional min/max not good enough
- Database gathers stats and find that column has less than 400 distinct values
- Database requests storage to compute bloom filter
- Storage will compute distinct values and create a bloom filter
- Smart Scans check value 'CA' against bloom filter and saves performing I/O
- Supports Database 12.1.0.2 and Database 12.2.0.1
(3).
Smart Write Bursts and Temp IO in Flash Cache
- Write throughput of four flash cards has become greater than the write throughput of 12-disks
- When database write throughput exceeds throughput of disks, Smart Flash Cache intelligently caches writes
- When queries write a lot of temp IO, Smart Flash Cache intelligently caches temp IO
- Writes to flash for temp spill reduces elapsed time
- Reads from flash for temp reduces elapsed time further
- Smart Flash Cache prioritizes OLTP data and does not remove hot OLTP lines from the cache
- Smart flash wear management for large writes
- Supports Database 11.2.0.4, 12.1.0.2 and 12.2.0.1
(4).
More Enhancements
- Storage Index will now store information about 24 columns instead of 8
- Metadata space shared by set membership summary and min/max summary
- Workload determines which summary gets stored
- Columnar Flash Cache for encrypted tablespaces
- Data stays encrypted in columnar flash cache
- Works seamlessly with In-Memory Formats in Flash Cache
- Benefits Exadata Cloud Service as all data is encrypted in Oracle Public Cloud
- Supports Database 12.1.0.2 and Database 12.2.0.1
- Smart Scan Offload for Compressed Index Scan
- Smart Scan enhancements for XML
- Enhancements to XMLExists, XMLCast and XMLQuery
- Smart Scan offload enhancements for LOBs
- Extended to "LENGTH, SUBSTR, INSTRM CONCAT, LPAD, RPAD, LTRIM, RTRIM, LOWER, UPPER, NLS_LOWER, NLS_UPPER, NVL, REPLACE, REGEXP_INSTR, TO_CHAR"
Smart Consolidation:
(1). Up To 4,000 Pluggable Databases
- Exadata offers unique end-to-end resource management and consolidation capabilities
- Multitenant Option now allows greater than 252 Pluggable Databases within a single Oracle Multitenant Container Database
- Up to thousands
- Exclusively available on Exadata and DB PaaS
(2).
Additional Ethernet Connectivity
- Additional Ethernet card offered for customers that require additional connectivity
- Dual port 10GE copper connectivity (part number 7100488)…OR
- Dual port 10GE optical connectivity (part number X1109A-Z)
- Installed in PCIe slot 1 on the Oracle Exadata X6-2 database server
- Exadata SW automatically recognizes the new card and configures the two ports as eth6 and eth7 interfaces on the database server
- Additional ports can be used for any purpose
Smart OLTP:
(1).
End-to-End IO Latency Capping
- Exadata Storage Server software detects and automatically eliminates IO latency outliers on disk and flash media
- On very rare occasions network outliers can deteriorate latency between database and storage servers
- Database 12.2 automatically redirects slow read I/O operations to another Exadata storage server
- Ensures end-to-end low latency for OLTP read I/Os
(2).
Extended Distance Clusters
- Data Mirroring between two nearby sites
- InfiniBand connected for high performance
- Limited to 100m optical cables in 2016 (best for fire cells)
- Implemented using 12.2 ASM Extended Diskgroups
- Nested failure groups
- Compute nodes at each site read data local to that site
- Data is written to all sites
- Smart Scans scan across cells on both sites increasing throughput
- Row filtering, column projection, storage index, and flash cache provide extreme performance
- Data Guard continues to be the recommended DR solution
(3).
New Redo Log Write Metrics
- Redo Log Write response times are very critical to large scale OLTP systems
- New metrics to measure
- Overall IO latency
- Networking and other overhead
- IOs serviced by Flash Log
- Overall latency per storage server
- Improves visibility of redo log write performance
Smart Manageability:
(1).
Super Fast and Robust Software Updates
- Oracle Public Cloud is the largest Exadata deployment with hundreds of Exadata Database Machine deployed
- Each software release goes through thousands of upgrade cycles
- All upgrade utilities get exercised thousands of times as well
- Contributes to the robustness of the software release and utilities
- 5x speed up in Storage Server Software Update
- Parallel firmware upgrades across components such as hard disks, flash, ILOM/BIOS, InfiniBand card
- Reduced reboots for Software updates, use kexec where possible
- Manage a Cloud instead of managing a single rack
- Use single patchmgr utility to upgrade hundreds of racks
- Enable patchmgr to run from a non-Exadata system and run as low privileged user
(2).
Miscellaneous Enhancements
- Storage Server Rescue Plan
- Create a per server repository of customizations such as IORM plans, thresholds, etc.
- Invoke the rescue plan upon restoration
- Make DNS, NTP, and other IP address changes online
- Storage server to storage server offload support for ASM Scoped-Security
- Enable keys, called cell keys, on storage servers to authenticate offload operation
- Applies to ASM resync, rebalance, resilver, rebuild and database high throughput write operations
- Quarantine Manager support for high throughput write
- Automatically detects and quarantines any anomalous operation and uses alternate IO path
- IPv6 + Virtual machine + VLAN deployments
- Get graphs from Exawatcher
- Seamless customer service with Automatic Service Requests sending diagnostic attachments
- Oracle installer support for Quorum Disks in Database 12.2.0.1
- Manage Compute nodes using a RESTful service
- ExaCli enabled for compute nodes in addition to storage cells
Exadata 12.2.1.1.0 Highlights的更多相关文章
- hive-0.12升级成hive 0.13.1
安装了0.12之后,听说0.13.1有许多新的特性,包括永久函数,所以想更新成0.13版的(元数据放在mysql中) 2014年8月5日实验成功 hive0.13.1的新特性 新特性详见 http:/ ...
- macOS Sierra(10.12.6), odoo(11.0), Python(3.5.4)配置
欣闻odoo11支持python3环境了,赶紧在mac平台尝试一下: 前期设置,参考另篇文章:macOS Sierra 10.12.6 odoo 10.0 开发环境配置 因为odoo11尚未正式发布, ...
- Oracle Business Intelligence Enterprise Edition 12.2.1.2.0 Books
Oracle Business Intelligence Enterprise Edition 12.2.1.2.0 Books Documentation for Oracle Business I ...
- ODA: After Apply ODA 12.2.1.2.0 Patch, Unable to Create TableSpace Due to [ORA-15001: diskgroup "DATA" does not exist or is not mounted | ORA-15040: diskgroup is incomplete] (Doc ID 2375553.1)
ODA: After Apply ODA 12.2.1.2.0 Patch, Unable to Create TableSpace Due to [ORA-15001: diskgroup &quo ...
- Apache 2.4.12 64位+Tomcat-8.0.32-windows-x64负载集群方案
上次搞了Apache 2.2的集群方案,但是现在自己的机器和客户的服务器一般都是64位的,而且tomcat已经到8了.重新做Apache 2.4.12 64位+Tomcat-8.0.32-window ...
- Safecracker 分类: HDU 搜索 2015-06-25 21:12 12人阅读 评论(0) 收藏
Safecracker Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others) Total S ...
- Maya Calendar 分类: POJ 2015-06-11 21:44 12人阅读 评论(0) 收藏
Maya Calendar Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 70016 Accepted: 21547 D ...
- Financial Management 分类: POJ 2015-06-11 10:51 12人阅读 评论(0) 收藏
Financial Management Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 164431 Accepted: ...
- macOS Sierra 10.12.6 odoo 10.0 开发环境配置
参考了网上的一些教程,将最终过程记录一下,其中需要的一些程序,我已经放到百度网盘: https://pan.baidu.com/s/1boKHSTL 1.抹盘安装macOS Sierra 10.12. ...
随机推荐
- Convolutional Neural Networks for Visual Recognition 1
Introduction 这是斯坦福计算机视觉大牛李菲菲最新开设的一门关于deep learning在计算机视觉领域的相关应用的课程.这个课程重点介绍了deep learning里的一种比较流行的模型 ...
- Fiddler + 海马模拟器转包教程
Fiddler + 海马模拟器转包教程 转包用来做什么不说了, 整理一下步骤 1.安装Fiddler 下载地址 http://pan.baidu.com/s/18me0A 2.设置Fiddler: ...
- 前向纠错码(FEC)的RTP荷载格式
http://www.rosoo.net/a/201110/15146.html 本文档规定了一般性的前向纠错的媒体数据流的RTP打包格式.这种格式针对基于异或操作的FEC算法进行了特殊设计,它允许终 ...
- IronPython+Anthem.Net也玩 Ajax!
在 IronPython 搭建的项目中(也可以是和 C# 的混合项目,详见我前一篇 post),可以使用 Anthem.NET 来轻松实现 Ajax 功能. 下面我简单的演示一个例子:在页面上我们分别 ...
- 麻省理工《C内存管理和C++面向对象编程》笔记---第一讲:认识C和内存管理
最近一年都在用.net和Java,现在需要用C了.昨天看到博客园首页的麻省理工开放课程,就找来看看,正好复习一下.这门<C内存管理和C++面向对象编程>不是那种上来就变量,循环的千篇一律的 ...
- kafka之一:Windows上搭建Kafka运行环境
搭建环境 1. 安装JDK 1.1 安装文件:http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-213315 ...
- 杂项-Log:NLog
ylbtech-杂项-Log:NLog NLog是一个基于.NET平台编写的类库,我们可以使用NLog在应用程序中添加极为完善的跟踪调试代码. NLog是一个简单灵活的.NET日志记录类库.通过使用N ...
- java注解的基本知识
1: 注解:Annotation是一种应用于类.方法.参数.变量.构造器及包生命中的特殊修饰符,是一种由JSR-175标准选择用来描述代码的元数据. Java中如下的4种注解,专门负责新注解的创建: ...
- JZ2440 启动NFS网络文件系统_初试led驱动
http://blog.csdn.net/emdfans/article/details/12260969 u-boot ---> q 修改bootargs变量 默认: bootargs=noi ...
- rails常用命令示例
数据迁移命令 1.一下命令执行后会在db\migrate下产生同名数据迁移文件(文件内容可自行修改,基本语法见“数据迁移文件”部分) 创建model:rails generate model user ...