Click any tag below to further narrow down your results
Links
This article details Yelp's approach to handling S3 server access logs at scale. It discusses the challenges of logging, the benefits of object-level logging for debugging and security, and the architecture used to optimize log storage by converting them into a more efficient format.
The article presents a method for creating a columnar table on Amazon S3 that mimics Multi-Version Concurrency Control (MVCC) for efficient data management. It highlights the benefits of constant-time deletes and discusses the implementation details necessary for achieving optimal performance in data storage and retrieval.