-
-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DeltaHistoryManager and Maximum Number of Keys
- Loading branch information
1 parent
d682256
commit f3db923
Showing
6 changed files
with
59 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,12 @@ | ||
# DESCRIBE HISTORY Command | ||
|
||
Delta Lake supports displaying versions (_history_) of delta tables using the following high-level operators: | ||
Delta Lake can display the versions (_history_) of delta tables using the following high-level operators: | ||
|
||
* [DESCRIBE HISTORY](../../sql/index.md#describe-history) SQL command | ||
* [DeltaTable.history](../../DeltaTable.md#history) | ||
|
||
`DESCRIBE HISTORY` (regardless of the variant: SQL or `DeltaTable` API) is a mere wrapper around [DeltaHistoryManager](../../DeltaHistoryManager.md) to access the history of a delta table. | ||
|
||
## Metrics Reporting | ||
|
||
Write metrics can be collected at [transactional write](../../TransactionalWrite.md#writeFiles) based on [history.metricsEnabled](../../configuration-properties/index.md#history.metricsEnabled) configuration property. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters