Overview of Paimon Virtual Storage (PVFS)
masterPaimon Virtual Storage (PVFS) provides a way to access tables within a Paimon REST Catalog using human-readable virtual paths instead of the internal UUID-based paths generated by the catalog.
Key benefits:
- Simplified Access: Use paths like
pvfs://catalog_name/database_name/table_name/to access Paimon Tables, Format Tables, and Object Tables. - Unified Permissions: Access is managed through the Paimon REST Catalog's permission system, eliminating the need for a separate file system permission layer.
- Transparent Mapping: While users interact with virtual paths, the system automatically maps these to the true underlying file system paths for reading and writing.