Apple uses FoundationDB and Cassandra for their CloudKit service, storing billions of databases with extreme multi-tenancy
Lessons learned include using asynchronous processing, stateless architecture, logical resource isolation, and simple scalability for diverse needs
FoundationDB helped Apple overcome scalability limitations encountered with Cassandra, solving issues like high-concurrency zones, latency queries, and conflicting transactions
Meta's XFaaS platform processes trillions of function calls daily, claiming to be more efficient than other major serverless options.
XFaaS aims to optimize hardware usage to enhance serverless performance and utilizes unique strategies like delaying less time-critical functions.
XFaaS focuses on load efficiency and global load balancing to improve CPU utilization, operating with unique optimizations like running multiple functions in the same process.