v.21.4Improvements
Show Path to EmbeddedRocksDB Tables Data Directory in System Tables
Show path to data directory of EmbeddedRocksDB tables in system tables. #21903 (tavplubix).Why it matters
To provide visibility into the physical storage location ofEmbeddedRocksDB tables by exposing their data directory paths in system tables, helping users manage and debug storage-related issues more effectively.How to use it
Query the relevant system tables that now include the data directory path forEmbeddedRocksDB tables. No additional configuration is required to enable this feature.