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
41
41
format. It doesn't support creating pipelines for :manual:`Views
42
42
</core/views/>`.
43
43
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
+
44
62
Sample Uses
45
63
-----------
46
64
You can’t perform that action at this time.
0 commit comments