oracle / oracle/python-oracledb
Support DPL into specific partition
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Python
- Stars
- 451
- Forks
- 119
- PR merge metrics
- No merged PRs in 30d
Description
- Describe your new request in detail
The DPL API doesn't expose a way to load into a specific partition, even though that's possible in OCI.
The problem is the table level lock vs partition level lock, loading into individual partition should allow concurrent DPL load into multiple partitions at once (which is the killer feature imo)
- Give supporting information about tools and operating systems. Give relevant product version numbers
Not really applicable
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the DPL API and reviewing how it currently selects the target table. Compare that behavior with the OCI capability described in the issue. Done means the API can target a specific partition and allows concurrent DPL loads into different partitions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, database
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100