Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Blog
  • Pricing
  • Documentation
© 2025 Direct Cursus Technology L.L.C.
Yandex Cloud CDN
  • Getting started
    • Service overview
    • Resource
    • Origins and origin groups
      • Overview
      • Host header
      • Content segmentation
      • Origin shielding
    • Redirecting requests
    • Content caching
    • Secure tokens
    • IP-based access policy
    • Log export
    • Labels
    • Quotas and limits
  • Access management
  • Pricing policy
  • Terraform reference
  • Monitoring metrics
  • Audit Trails events
  • Release notes
  • Troubleshooting
  1. Concepts
  2. Exchanging data between the CDN and origins
  3. Content segmentation

Content segmentation

Written by
Yandex Cloud
Updated at January 25, 2023

You can segment CDN content: request it from origins and store it on servers in parts. Segmentation is enabled in the resource settings.

If the setting is enabled:

  • Files with a size of 10 MB or more are requested from origins in parts. The maximum size of each part is 10 MB.

    For example, a 42 MB file will be split into four 10 MB parts and one 2 MB part.

    All parts are requested in parallel, each in its own thread. This lets you download the entire file and start sending it to the client faster.

    Warning

    For segmentation to work correctly, origins must support partial GET requests with the Range header. Regardless of a group's origin that a file part is requested from, responses carrying this part must have the same values of the Content-Length and ETag headers.

  • To send a whole file to the client, all the parts are combined back into one file before sending.

  • If caching on CDN servers is enabled, the file parts will continue to be stored on the server.

See also

  • Instructions for enabling file segmentation.

Was the article helpful?

Previous
Host header
Next
Origin shielding
© 2025 Direct Cursus Technology L.L.C.