File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,24 @@ snapshots, and partitions and stores data in an analytics-optimized
4141format. 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+
4462Sample Uses
4563-----------
4664
You can’t perform that action at this time.
0 commit comments