An Architect must define a storage solution for data tables that meets the following requirements:
- Supports using Time Travel across the tables.
- Meets Atomicity, Consistency, Isolation, and Durability (ACID) compliance requirements.
- Uses a table format that supports multiple query engines.
Which solution satisfies these requirements?
Community Discussion