Get number of rows in delta lake table from metadata without count(*)
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2023 12:42 PM
Hello folks,
Is there a way with sql query to get count from delta table metadata without doing count(*) on each of table? Wondering, if this information is stored in any of INFORMATION_SCHEMA tables.
I have a use-case to get counts from 1000's of delta tables and do some further processing based on count.
It doesn't need to exact count but an estimate would be fine too.