What is the minimum file size that can be uploaded as a…

What is the minimum file size that can be uploaded as a Dynamic Large Object (DLO)?

What is the minimum file size that can be uploaded as a Dynamic Large Object (DLO)?

A.
There is no minimum size.

B.
1 MB

C.
2 MB

D.
5 GB

E.
10 GB



Leave a Reply 6

Your email address will not be published. Required fields are marked *


Danny

Danny

Why not D?

Dynamic large objects
You must segment objects that are larger than 5 GB before you can upload them. You then upload the segment objects like you would any other object and create a dynamic large manifest object. The manifest object tells Object Storage how to find the segment objects that comprise the large object. The segments remain individually addressable, but retrieving the manifest object streams all the segments concatenated. There is no limit to the number of segments that can be a part of a single large object, but Content-Length is included in GET or HEAD response only if the number of segments is smaller than container listing limit. In other words, the number of segments that fit within a single container listing page.
https://docs.openstack.org/swift/latest/api/large_objects.html

s

s

Danny, what is the correct answer?

I think it is A, because there is no minimum size DLO.

Danny

Danny

I answered D

Ashwath

Ashwath

in the same link I alos see :
Segment object size and numberĀ¶
With static large objects, the segment objects must be at least 1 byte in size. However, if the segment objects are less than 1MB (by default), the SLO download is (by default) rate limited. At most, 1000 segments are supported (by default) and the manifest has a limit (by default) of 2MB in size.

With dynamic large objects, segment objects can be any size.

Ken

Ken

I answered A, but I think this question is confusing. In eBook E37261 – Using Oracle Cloud Infrastructure Object Storage Classic, there is this statement in section 5, the Frequently Asked Questions:

Can I upload dynamic large objects using Oracle Cloud Infrastructure Object Storage Classic?

Support for uploading dynamic large objects is not available in Oracle Cloud Infrastructure Object Storage Classic. You can download existing dynamic large objects from your account in Oracle Cloud Infrastructure Object Storage Classic.

itchybauer

itchybauer

A. It is an oracle fu question.