ceph/doc/radosgw/s3
J. Eric Ivancich 6da5a5888c rgw: ability to list bucket contents in unsorted order for efficiency
Add the ability to list the contents of a bucket without the results
being sorted. This can have performance benefits since all bucket
shards do not need to be queried. This is done by adding a parameter
to the REST query string (i.e., "allow_unordered" [note underscore]
for swift or "allow-unordered" [note hyphen] for s3) to true.

This works with other request parameters such as marker, end_marker,
and prefix. But it does not work when delimeter is used. Also, because
the results are not in order, a subsequent marker may precede an
earlier marker.

Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
2018-04-11 13:01:03 -04:00
..
authentication.rst doc: fix warning reported by "build-doc linkcheck" 2017-10-24 15:58:48 +08:00
bucketops.rst rgw: ability to list bucket contents in unsorted order for efficiency 2018-04-11 13:01:03 -04:00
commons.rst
cpp.rst
csharp.rst
java.rst
objectops.rst
perl.rst
php.rst doc: fix typo in php.rst 2017-09-16 13:54:03 +08:00
python.rst
ruby.rst
serviceops.rst