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).
Show path to data directory of EmbeddedRocksDB tables in system tables.

Why it matters

To provide visibility into the physical storage location of EmbeddedRocksDB 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 for EmbeddedRocksDB tables. No additional configuration is required to enable this feature.