Skip to content

Commit 7f0c64d

Browse files
DOCSP-19988 Add data processed cost example and explanation (#219)
* DOCSP-19988 Add data processed cost example and explanation * Apply suggestions from code review Committing Melissa's copy review edits. Co-authored-by: Melissa Mahoney <[email protected]> * Update source/index.txt Co-authored-by: Melissa Mahoney <[email protected]> Co-authored-by: Melissa Mahoney <[email protected]>
1 parent d1a9766 commit 7f0c64d

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
You incur "Data Processed" costs for the amount of data that
2+
{+adl+} processes to return results for your queries in addition to the
3+
"Data Returned" cost for the amount of data that {+adl+} returns. For
4+
example, for a 10 GB file, you incur the following "Data
5+
Processed" cost in addition to the "Data Returned" cost:
6+
7+
- If you have no partitions, {+adl+} reads the entire file to return
8+
results for the query. Therefore, you incur 10 GB of "Data
9+
Processed" cost.
10+
- If you have 10 partitions of 1 GB each, {+adl+} targets and reads a
11+
single partition. Therefore, you incur 1 GB of "Data Processed" cost.

source/index.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,8 @@ processes from your |aws| S3 buckets, rounded up to the nearest
155155
megabyte. |service| charges **$5.00 per TB** of processed data, with a
156156
minimum of **10 MB** or **$0.00005 per query**.
157157

158+
.. include:: /includes/fact-partition-cost-benefit.rst
159+
158160
You can use partitioning strategies and compression in |aws| |s3| to
159161
reduce the amount of processed data.
160162

source/query/query-data-lake.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ processed.
102102

103103
.. include:: /includes/fact-doc-order-in-query-result.rst
104104

105+
.. include:: /includes/fact-partition-cost-benefit.rst
106+
105107
.. _query-atlas:
106108

107109
Querying Data in Your |service| Cluster

0 commit comments

Comments
 (0)