Skip to content

Commit 7e3dc4f

Browse files
DOCSP-28427 Data Lake Storage - New docs resource (#280)
* DOCSP-28427 Data Lake Storage - New docs resource * DOCSP-28427 updates for review feedback * DOCSP-28427 updates for feedback
1 parent 19204f2 commit 7e3dc4f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

source/index.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,24 @@ snapshots, and partitions and stores data in an analytics-optimized
4141
format. It doesn't support creating pipelines for :manual:`Views
4242
</core/views/>`.
4343

44+
Data Storage Format and Query Support
45+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
46+
47+
{+adl+} stores data in an analytic oriented format that is based on open
48+
source standards with support for polymorphic data. Data is fully
49+
managed, partition level indexed, and balanced as data grows. {+adl+}
50+
optimizes data extraction for analytic type queries. When {+adl+}
51+
extracts new data, it re-balances existing files to ensure consistent
52+
performance and minimize data scan.
53+
54+
{+adl+} stores data in a format that best fits its structure to allow
55+
for fast point-queries and aggregate queries. For point-queries,
56+
{+adl+}\'s storage format improves performance by finding partitions
57+
faster. Aggregate type queries only scan the column required to provide
58+
results. Additionally, {+adl+} partition indexes improve performance for
59+
aggregate queries by returning results directly from the partition
60+
index without needing to scan underlying files.
61+
4462
Sample Uses
4563
-----------
4664

0 commit comments

Comments
 (0)