Swift is a multi-tenant, highly scalable and durable object storage system that was designed to store large amounts of unstructured data at low cost via a RESTful http API. “Highly scalable”, means that it can scale from a few nodes and a handful of drives to thousands of machines and dozens of Petabytes of storage. Swift is designed to be horizontally scalable–there is no single point-of-failure. Swift is also ideal for storing and serving content to many, many concurrent users - a charateristic which differentiates it from other storage systems.

如何使用Swift,让我们看看吧【https://developer.apple.com/library/prerelease/ios/referencelibrary/GettingStarted/LandingPage/index.html】

相关文章:

  • 2021-08-14
  • 2022-12-23
  • 2021-12-02
  • 2022-01-10
  • 2021-07-11
  • 2021-12-09
  • 2021-09-27
猜你喜欢
  • 2021-05-11
  • 2022-01-12
  • 2021-12-28
  • 2021-07-19
  • 2022-01-24
  • 2021-08-19
  • 2021-05-27
相关资源
相似解决方案