Which database solution meets these requirements?
Amazon DocumentDB
Amazon RDS Multi-AZ deployment
Amazon DynamoDB global table
Amazon Aurora Global Database
Explanations:
Amazon DocumentDB is a document-based database, but it does not offer the low-latency global scalability required to handle 1 billion page visits per day efficiently.
Amazon RDS Multi-AZ is a relational database service designed for high availability, not optimized for global low-latency reads and writes or large-scale metadata storage.
Amazon DynamoDB global tables provide fast, low-latency reads and writes with multi-region replication, making it ideal for high-scale, low-latency metadata storage.
Amazon Aurora Global Database is designed for relational workloads, which are less suited for the highly variable, document-based structure of the browsing metadata.