Skip to content

Commit a223b0f

Browse files
authored
Create README.md for hybrid partitioned tables
perhaps I will add a powerpoint if Ican find it
1 parent 3e31d3f commit a223b0f

File tree

1 file changed

+43
-0
lines changed
  • data-platform/core-converged-db/hybrid-partitioned

1 file changed

+43
-0
lines changed
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
# Hybrid Partitioned Tables
2+
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.
4+
5+
6+
## Useful Links
7+
8+
### Documentation
9+
10+
- [VLDB and Partitioning Guide 19c](https://docs.oracle.com/en/database/oracle/oracle-database/19/vldbg/partition-concepts.html#GUID-C2B04585-BCFC-40D6-AFAB-47DF99A31C76)
11+
- [VLDB and Partitioning Guide 23c](https://docs.oracle.com/en/database/oracle/oracle-database/23/vldbg/manage_hypt.html#GUID-ACBDB3B2-0A16-4CFD-8FF1-A57C9B3D907F)
12+
13+
14+
### Team Publications
15+
16+
- [Hybrid Partitioned Tables - an introduction with examples](https://blogs.oracle.com/coretec/post/hybrid-partitioned-tables-introduction)
17+
- [Hybrid Partitioned Tables and Lifecycle Management](https://blogs.oracle.com/coretec/post/hybrid-partitioned-tables-and-lifecycle-management)
18+
- [ORAWORLD magazine article page 26-31](https://www.oraworld.org/fileadmin/documents/27-ORAWORLD.pdf)
19+
20+
### Blogs
21+
22+
- [Oracle Autonomous Data Warehouse - Access Parquet Files in Object Stores](https://blogs.oracle.com/datawarehousing/post/oracle-autonomous-data-warehouse-access-parquet-files-in-object-stores)
23+
24+
### LiveLabs Workshops
25+
26+
- [Database 19c - Hybrid Partitioning](https://apexapps.oracle.com/pls/apex/dbpm/r/livelabs/view-workshop?wid=568)
27+
28+
29+
### Learning Library - Oracle By Example
30+
31+
- [Manage Partitions in Hybrid Partitioned Tables](https://apexapps.oracle.com/pls/apex/f?p=44785:52:0:::52:P52_CONTENT_ID,P52_MODULE_ID,P52_ACTIVITY_ID,P52_EVENT_ID,P50_EVENT_ID,P50_COURSE_ID,P50_EVENT_NAME:26697,4232,19477,6353,6353,460,Apply%20Oracle%20Database%2019c%20New%20Features)
32+
33+
### Video
34+
35+
- [Managing 1 PB of data with Oracle Autonomous Data Warehouse](https://go.oracle.com/LP=88325?elqCampaignId=233953)
36+
37+
# License
38+
39+
Copyright (c) 2023 Oracle and/or its affiliates.
40+
41+
Licensed under the Universal Permissive License (UPL), Version 1.0.
42+
43+
See LICENSE for more details.

0 commit comments

Comments
 (0)