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
时间: 2024-10-23 11:23:48

Exadata 12.2.1.1.0 Highlights的相关文章

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-windows-x64负载集群方案. 知其然知其所以然,先看下一些关键术语: 1.负载均衡(load balance)在互联网高速发展的时代,大数据量.高并发等是互联网网站提及最多的.如何处理高并发带来的系统性能问题,最终大家都会使用负载均衡机制.它是根据某种负载策略把请求分发到集群中的每一台服务器上,让整个服

macOS Sierra(10.12.6), odoo(11.0), Python(3.5.4)配置

欣闻odoo11支持python3环境了,赶紧在mac平台尝试一下: 前期设置,参考另篇文章:macOS Sierra 10.12.6 odoo 10.0 开发环境配置 因为odoo11尚未正式发布,11版本号源码分支还没有建立,我们从master分支获取最新11源码,为了加快速度,仅获取最新源码,以后可以删除odoo11目录,重复本操作更新至最新源码: cd ~/odoo-dev/odoo git clone https://github.com/odoo/odoo.git --depth 1

Ubuntu 12.04下spark1.0.0 集群搭建(原创)

spark1.0.0新版本的于2014-05-30正式发布啦,新的spark版本带来了很多新的特性,提供了更好的API支持,spark1.0.0增加了Spark SQL组件,增强了标准库(ML.streaming.GraphX)以及对JAVA和Python语言的支持: 下面,我们首先进行spark1.0.0集群的安装,在这里我使用了两台服务器,一台作为master即namenode主机,另一台作为slave即datanode主机,增加更多的slave只需重复slave部分的内容即可.: 系统版本

35岁前成功的12条黄金法则 三0七法则

“三0七法则”37岁法则,人到了37岁就应该明白下面的道理12条黄金法则:“一个目标,两个基点,三项技能,四项原则,五分运气,六项要求,七分学习,八分交际,九分习惯,十分自信,十一个应该避免的人生陷阱,十二分努力”. 年龄对于生活中的每个人是不可轻易说破的秘密,但在职场,年龄却绝对透明.对于行走职场的人来说,年龄很多时候会促成升职的瓶颈.试想,一个女人如果芳龄35,而仍然是一个平板小职员,那一定是职场新生代恐龙了.所以,聪明的人应该懂得并务必赶在35岁前成功,才能从此一劳永逸,一览终山小. 一个

macOS Sierra 10.12.6 odoo 10.0 开发环境配置

参考了网上的一些教程,将最终过程记录一下,其中需要的一些程序,我已经放到百度网盘: https://pan.baidu.com/s/1boKHSTL 1.抹盘安装macOS Sierra 10.12.6: 制作macOS安装启动盘参见:http://www.iplaysoft.com/macos-usb-install-drive.html 2.安装macOS的Command Line Tools: 打开mac的Terminal程序,命令行窗口输入git回车,系统会提示需要Command Lin

12、Cocos2dx 3.0游戏开发找小三之3.0中的生命周期分析

重开发人员的劳动成果.转载的时候请务必注明出处:http://blog.csdn.net/haomengzhu/article/details/27706303 生命周期分析 在前面文章中我们执行了第一个 Cocos2d-x 游戏,同一时候也介绍了控制游戏生命周期的 AppDelegate 文件. 以下我们将结合一些游戏调试经常使用的技巧以及VS工具调试的方法来分析 Cocos2d-x 程序的生命周期. VS工具调试 1.查看内存窗体 2.查看输出窗体 3.假设程序崩溃查看调用堆栈窗体 打开项目

ubuntu 12.04 安装 mariadb-server10.0

apt-get install python-software-properties apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xcbcb082a1bb943db add-apt-repository 'deb http://mirrors.neusoft.edu.cn/mariadb/repo/10.0/ubuntu precise main' apt-get update apt-get instal

Windows64位安装GPU版TensorFlow 0.12,Power Shell下输入:安装Tensorflow的全教程

推荐使用powershell,只需要在cmd指令窗口输入powershell即可 下载64位Python3.5(一定要3.5!!)可以通过Python 3.5 from python.org 或 Python 3.5 from Anaconda 下载并安装Python3.5.2(注意选择正确的操作系统). 具体教程可以查看Python3.5.2百度经验安装,里面有个细节,自动设置环境变量,不能忘 安装VS2015,如果是2013的后面要加个插件,这是后话 为了使用国内镜像加速pip安装,需要如下

apache 2.4.12 + tomcat 7.0.61 + jk connectors 1.2.40实现tomcat负载均衡集群

实验环境:    CentOS 5.11 final    hostname:T1.getg.com    IP地址:192.168.50.138 软件准备:    CentOS Linux 5.*系统光盘中的"Development tools"工具包组    jdk-8u45-linux-x64.tar.gz pcre-8.36.tar.gz apr-util-1.5.4.tar.gz    apr-1.5.1.tar.gz    httpd-2.4.12.tar.gz apach