From: gal salomon Date: Fri, 14 Jan 2022 17:51:09 +0000 (+0200) Subject: editorial X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=663dde33488b6cfcabec8135609242f843e2e436;p=ceph.git editorial Signed-off-by: gal salomon --- diff --git a/PendingReleaseNotes b/PendingReleaseNotes index e79b04fdf9f..3c5762c26c6 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -48,15 +48,10 @@ upgrading the sole active MDS for a file system. * Parquet implementation is about accessing columnar objects(Parquet format) - using s3select queries. - The s3select-engine contains a Parquet-reader(apache/arrow) that enables access - to specific columns according to query, which saves a lot of IOPS. - The s3select-engine is using (call-back) GetObj-RangeScan to access these types - of objects. - The Parquet object is identified by its name(*.parquet) and magic-number exists - in objects. thus, upon sending s3select query, there are 2 main flows, one - for CSV the other for Parquet format. - RGW chooses the flow according the object name. + using Parquet reader(apache arrow) that will eventually save a lot of IOPS. + The s3select-engine(RGW submodule) contains that Parquet-reader. + The Parquet object is identified by its name(*.parquet) and by the magic-number exists + in objects. * RGW: RGW now supports rate limiting by user and/or by bucket. With this feature it is possible to limit user and/or bucket, the total operations and/or