-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Storage System] Support for Oracle Cloud (Object Storage) #301
Comments
Here are the requirements for the underlying storage system in order to maintain ACID guarantees (from
I don't know if Oracle cloud storage has those guarantees out of the box; if it doesn't, we'll need to write a LogStore implementation (see #39 and #40). We've had people ask a few times for Google Cloud support though, so I'm guessing that's the next cloud we'll work on supporting. |
Hi @mukulmurthy - OCI object store does not support directory semantics, unlike S3, if I am right. Is this a roadblock or can it be solved with a custom implementation of |
Hey @ksranga , Delta needs consistent listing in order to figure out the latest version of the table. S3 is an object storage system too, not a file system, and still supports abstractions to list a directory. Does Oracle support something similar? |
Hi @ksranga , have you had a chance to look into this? |
Hi @pranavanand - yes I did and have a working prototype. Hope to have a PR out soon to resolve this issue. |
I have raised a PR to address request to support Oracle Cloud Infrastructure Object Store as Delta Storage. Kindly review. Please suggest if any changes or details are required. |
We have added the support in #301 |
Hi,
we need support for oracle cloud storage system (Object Storage), to leverage Delta Lake capabilities on Oracle Cloud.
Thanks,
Rohit
The text was updated successfully, but these errors were encountered: