Overview of Clusters (238)

Clusters are an optional method of storing table data. A cluster is a group of tables
that share the same data blocks because they share common columns and are often
used together. For example, the employees and departments table share the
department_id column. When you cluster the employees and departments
tables, Oracle physically stores all rows for each department from both the
employees and departments tables in the same data blocks.

Because clusters store related rows of different tables together in the same data blocks,
properly used clusters offers these benefits:
■ Disk I/O is reduced for joins of clustered tables.
■ Access time improves for joins of clustered tables.
■ In a cluster, a cluster key value is the value of the cluster key columns for a
particular row. Each cluster key value is stored only once each in the cluster and
the cluster index, no matter how many rows of different tables contain the value.
Therefore, less storage is required to store related table and index data in a cluster
than is necessary in nonclustered table format. For example, in Figure 5–10, notice
how each cluster key (each department_id) is stored just once for many rows
that contain the same value in both the employees and departments tables.


1. 簇由一组拥有相同的列且经常被一起使用的数据表构成,这组表在存储时可共享数据块
2. 簇有以下的优点
a. 连接簇表所需的磁盘 I/O 会减少
b. 连接簇表所需的时间将减少
c. 在一个簇中,簇键值是指簇键列distinct的值。一个簇内的由多个簇表的各个数据行所使用的相同的簇键值,
在簇及簇索引中只会被存储一次。因此所需的存储空间更少。

[@more@]

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/10599713/viewspace-983126/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/10599713/viewspace-983126/

build checks status OpenSSF Best Practices The Kubeflow Manifests are a collection of community-maintained manifests for installing Kubeflow in popular Kubernetes clusters such as Kind, Minikube, Rancher, EKS, AKS, and GKE. The manifests include all Kubeflow components (Pipelines, Kserve, etc.), the Kubeflow Central Dashboard, and other applications that comprise the Kubeflow Platform. This installation is beneficial for users wanting to explore the end-to-end capabilities of the Kubeflow Platform. For a stable and conservative experience, we recommend using the latest stable release. However, please consult the more up-to-date documentation in the master branch. You can also install the master branch of kubeflow/manifests by following the instructions here and providing us with feedback. Table of Contents Overview of the Kubeflow Platform Kubeflow Components Versions Installation Prerequisites Install with a Single Command Install Individual Components Connect to Your Kubeflow Cluster Change Default User Name Change Default User Password Upgrading and Extending Release Process Security Pre-commit Hooks Resource Usage by components Frequently Asked Questions Overview of the Kubeflow Platform This repository is owned by the Platform/Manifests/security Working Group. You can join the CNCF Slack and access our meetings at the Kubeflow Community website. Our channel on the CNCF Slack is #kubeflow-platform. You can also find our biweekly meetings, including the commentable Agenda. If you want to contribute, please take a look at the CONTRIBUTING.md. The Kubeflow Manifests repository is organized under three main directories, which include manifests for installing:翻译下
11-29
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值