You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cloud-infrastructure/compute-including-hpc/compute-hardware/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,14 @@
2
2
3
3
This page has information about Oracle Cloud Infrastructure (OCI) Compute hardware components such as Intel, AMD, ARM, Confidential Compute, Roving Edge Infrastructure, and Compute on HPC.
4
4
5
-
Review date: 20.11.2023
5
+
<i>Review date: 23 January 2024</i>
6
6
7
7
# Useful Links
8
8
9
9
-[Arm Based Compute](https://docs.oracle.com/en-us/iaas/Content/Compute/References/arm.htm)
10
10
-[Confidential Computing](https://docs.oracle.com/en-us/iaas/Content/Compute/References/confidential_compute.htm) - data, and the application processing the data, are encrypted
11
11
-[Oracle Blog - Oracle Cloud Infrastructure Bare Metal Shapes and Specifications](https://blogs.oracle.com/cloud-infrastructure/post/oracle-cloud-infrastructure-bare-metal-shapes-and-specifications)
12
12
-[Dedicated VM Hosts](https://docs.oracle.com/en-us/iaas/Content/Compute/Concepts/dedicatedvmhosts.htm) - let you run Oracle Cloud Infrastructure Compute virtual machine (VM) instances on a dedicated server
13
-
-[Changing the shape of a compute instance: X5 to X9, or VM.Standard2 series to Flexible instance](https://docs.oracle.com/en-us/iaas/Content/Compute/Tasks/resizinginstances.htm#Changing_the_Shape_of_an_Instance)
14
13
-[Deploy high-performance computing (HPC) on Oracle Cloud Infrastructure](https://docs.oracle.com/en/solutions/deploy-hpc-on-oci/index.html#GUID-F216B94E-33C5-44A6-92F8-2DE1E5880242)
15
14
-[Oracle Roving Edge Infrastructure FAQ](https://www.oracle.com/cloud/roving-edge-infrastructure/faq/) - is an infrastructure service designed to host workloads and use cases that operate at the edge, in a disconnected manner.
16
15
@@ -19,6 +18,7 @@ Review date: 20.11.2023
19
18
-[What is an Oracle OCPU, Core, and VCPU?](https://github.com/mariusscholtz/Oracle-Cloud-Infrastructure-resources/blob/main/what-is-ocpu-vcpu.md) - Oracle Compute Processing Unit - used for sizing and pricing for an Oracle Cloud resource
20
19
-[Change the hostname of OCI Compute Instance Virtual Machine](https://github.com/mariusscholtz/Oracle-Cloud-Infrastructure-resources/blob/main/rename-hostname.md) - explains how to change the hostname of an Oracle Linux Virtual Machine (VM) running on Oracle Cloud Infrastructure (OCI)
21
20
-[OCI Compute shape naming convention](https://github.com/mariusscholtz/Oracle-Cloud-Infrastructure-resources) ex VM Shape name with <b>A</b> refers to Ampere (ARM), <b>E</b> refers to AMD Epyc, <b>X</b> refers to Intel
21
+
-[Migrate and change the Compute shape from VM.Standard2.x to flexible shape on OCI](https://github.com/mariusscholtz/Oracle-Cloud-Infrastructure-resources/blob/main/VM-shapes/Migrate-VM.Standard2%20to%20Flex%20shape.pdf)
Copy file name to clipboardExpand all lines: data-platform/core-converged-db/hybrid-partitioned/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Hybrid Partitioned Tables
2
2
3
3
As the name implies the partitions of hybrid partitioned tables can exist in both – inside the Oracle database in tablespaces and outside in external sources, such as Linux files, files on Hadoop Distributed File System (HDFS),and files in Cloud Object Storage. Hybrid Partitioned Tables enhance the functionality of partitioning for mixed Big Data scenarios where large portions of a table can reside in external partitions.
Copy file name to clipboardExpand all lines: data-platform/core-converged-db/sql-performance/README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,8 @@ The workload runs twice - once BEFORE the change and then AFTER a change. The re
16
16
measured by different metrics such as elapsed time, cpu_time, etc. Optionally, you can automate the tuning process using SQL Tuning Advisor or SQL Plan Baselines.
17
17
In this way, statements from a SQL workload can be tested and compared and tuned if necessary.
0 commit comments