Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Envanterinize bağlı olarak, parçalama (veya feed'leri birden fazla dosyaya bölme) gerekebilir.
Bölme ne zaman kullanılır?
Feed, 1 dosya için 200 MB'ı aşıyor (gzip sıkıştırmasından sonra).
Örnek: Oluşturulan müsaitlik durumu feed'i 1 GB'tır. Bu, 5'ten fazla ayrı dosyaya (veya parçaya) bölünmelidir.
İş ortağı envanteri sistemler ve/veya bölgelere dağıtılır. Bu durum, envanterin uyumlulaştırılmasını zorlaştırır.
Örnek: İş ortağının ayrı sistemlerde bulunan ABD ve AB envanteri vardır. Feed, aynı nonce ve generation_timestamp ile ABD için 1 ve AB için 1 olmak üzere 2 dosyayla (veya parçayla) oluşturulabilir.
Genel kurallar
Her bir parça, 1 dosya için 200 MB'ı aşamaz (gzip sıkıştırmasından sonra).
Feed başına en fazla 20 parça kullanmanızı öneririz. Bu tutardan daha fazlasını gerektiren bir işletme gerekçeniz varsa daha fazla bilgi için lütfen destek ekibiyle iletişime geçin.
Tekil kayıtlar (ör. bir Merchant nesnesi) tek bir parçada gönderilmelidir, birden fazla parçaya bölünemez. Ancak gelecekteki feed'ler için aynı shard_number ile parçaya gönderilmeleri gerekmez.
Daha iyi performans için verileriniz, tüm parçalara ayrılmış dosyaların boyutu benzer olacak şekilde parçalar arasında eşit olarak bölünmelidir.
Feed'leri bölme
Her dosya (veya parça) için FeedMetadata değerini aşağıdaki gibi ayarlayın:
processing_instruction şu değere ayarlandı:
PROCESS_AS_COMPLETE.
shard_number, feed'in mevcut parçasını temsil eder (0 ile total_shards - 1 arasında kesintisiz olarak)
total_shards, feed'in toplam bölüm sayısına (1'den başlayarak) ayarlanır.
nonce, aynı feed'in tüm parçalarında aynı ancak diğer feed'lerin değerlerinden farklı bir benzersiz tanımlayıcı olarak ayarlanmalıdır. nonce pozitif bir tam sayı (uint64) olmalıdır.
generation_timestamp, Unix ve EPOCH biçiminde zaman damgası Bu değer, feed'in tüm parçalarında aynı olmalıdır.
Önerilen: Her dosya (veya parça) için dosya adını feed türünü, zaman damgasını, parça numarasını ve toplam parça sayısını belirtecek şekilde ayarlayın. Parçalar yaklaşık olarak eşit boyutta olmalı ve tüm parçalar yüklendikten sonra işlenmelidir.
İş ortağı tarafından dağıtılan envanter için bölümleme kullanma
İş ortaklarının, birden fazla sistem ve/veya bölgede dağıtılan envanteri tek bir feed'de birleştirmesi zor olabilir. Her bir parçayı dağıtılmış sistemlerin envanter kümesiyle eşleşecek şekilde ayarlayarak birleştirme sorunlarını çözmek için parçalara ayırma işlemi kullanılabilir.
Örneğin, bir iş ortağının envanteri 2 ayrı sistemde bulunan 2 bölgeye (ABD ve AB envanteri) ayrılmış olsun.
İş ortağı, her feed'i 2 dosyaya (veya parçaya) bölebilir:
Satıcı feed'i: ABD için 1 parça, AB için 1 parça
Hizmetler feed'i: ABD için 1, AB için 1 bölüm
Kullanılabilirlik feed'i: ABD için 1, AB için 1 bölüm
Feed'lerin doğru şekilde işlendiğinden emin olmak için aşağıdaki adımları uygulayın:
Bir yükleme planına karar verin ve her envanter örneğini planı izleyecek şekilde yapılandırın.
Her örnek için benzersiz parça numaraları atayın (ör. ABD = N, AB = N + 1).
total_shards değerini toplam parça sayısına ayarlayın.
Planlanan her yükleme zamanında generation_timestamp ve nonce'ye karar verin. FeedMetadata içinde, tüm örnekleri bu iki alan için aynı değerleri içerecek şekilde ayarlayın.
generation_timestamp, mevcut veya yakın geçmiş olmalıdır
(ideal olarak iş ortağının veritabanında okunma zaman damgası)
Tüm parçalar yüklendikten sonra Google, parçaları generation_timestamp ve nonce ile gruplandırır.
Her bir parça, iş ortağının envanterin farklı bir bölgesini temsil etse ve generation_timestamp
tüm parçalarda aynı olduğu sürece günün farklı bir saatinde yüklenmiş olsa bile Google, feed'i tek bir feed olarak işler.
Bölgeye göre ayrılmış kullanılabilirlik feed'i örneği
[null,null,["Son güncelleme tarihi: 2025-07-26 UTC."],[[["\u003cp\u003eSharding, or splitting feeds into multiple files, is recommended when a feed exceeds 200MB after gzip compression or when inventory is distributed across various systems/regions.\u003c/p\u003e\n"],["\u003cp\u003eEach shard should not exceed 200MB after gzip compression, with a recommended maximum of 20 shards per feed.\u003c/p\u003e\n"],["\u003cp\u003eShards are processed as a complete feed once all shards are uploaded, and should contain the same \u003ccode\u003enonce\u003c/code\u003e and \u003ccode\u003egeneration_timestamp\u003c/code\u003e in their metadata.\u003c/p\u003e\n"],["\u003cp\u003eIndividual records must be sent in one shard, but can be moved to different shards in future feeds for load balancing.\u003c/p\u003e\n"],["\u003cp\u003ePartners with distributed inventory can utilize sharding to represent each system's inventory set within individual shards for easier reconciliation.\u003c/p\u003e\n"]]],["Sharding divides large feeds into multiple files when a single feed exceeds 200MB (after gzip compression) or when inventory is distributed across different systems/regions. Each shard must be under 200MB, and it is recommended to keep the total number of shards to 20 or fewer. Shards should be evenly sized and include `shard_number`, `total_shards`, a common `nonce`, and `generation_timestamp`. Sharding can also help with inventory reconciliation and data can be split by region or system. All shards must be uploaded to process the feed.\n"],null,["# Shard feed files\n\nDepending on your inventory, sharding (or breaking up feeds into multiple\nfiles) may be necessary.\n| **Note:** Sharding might only be applicable to some of the feeds you submit and is dependent on the type of inventory submitted. Please reach out to your Google contact if you are unsure of the best approach.\n\nWhen to use sharding\n--------------------\n\n- Feed exceeds 200 MB for 1 file (after gzip compression).\n\n - **Example:** Generated availability feed is 1 GB. This should be sharded to 5+ separate files (or shards).\n- Partner inventory is distributed across systems and/or regions\n resulting in difficulty reconciling the inventory.\n\n - **Example:** Partner has US and EU inventory that live in separate systems. The feed may be generated with 2 files (or shards), 1 for US, and 1 for EU with the same `nonce` and `generation_timestamp`.\n\n| **Note:** Before using sharding, make sure you are [compressing your feed uploads with gzip](/actions-center/verticals/reservations/bl/reference/tutorials/compression). Using gzip can reduce feed size by 10x or more, and may allow you to skip or defer sharding your feed.\n\nGeneral rules\n-------------\n\n- Each shard cannot exceed 200 MB for 1 file (after gzip compression).\n- We recommend no more than 20 shards per feed. If you have a business justification that requires more than that amount, please contact support for further instruction.\n- Individual records (one `Merchant` object for example) must be sent in one shard, they cannot be split across multiple shards. However, they don't have to be sent in the shard with the same `shard_number` for future feeds.\n- For better performance, your data should be split evenly among the shards so that all sharded files are similar in size.\n\n| **Note:** Google processes feed files as soon as they're uploaded to the SFTP server. If the feed is sharded into multiple files, the process begins after you upload the last file. If your feed contains errors, you receive an email with the [feed error codes](/actions-center/verticals/reservations/bl/reference/feeds/feed-errors).\n\nHow to shard feeds\n------------------\n\nFor each file (or shard), set the `FeedMetadata` to the\nfollowing:\n\n- `processing_instruction`set to `PROCESS_AS_COMPLETE`.\n- `shard_number` set to to the current shard of the feed (starting from 0 to `total_shards` - 1 without discontinuities)\n- `total_shards` set to the total number of shards for the feed (starting from 1).\n- `nonce` set to a unique identifier that is **the same** across all shards of **the same** feed but different from the value of other feeds. `nonce` must be a positive int (`uint64`).\n- `generation_timestamp` is the timestamp in unix and EPOCH format. This should be **the same** across all shards of the feed.\n\n*Recommended:* For each file (or shard), set the filename to indicate\nthe feed type, the timestamp, the shard number, and the total number of\nshards. Shards should be roughly equal in size and are processed once all\nshards are uploaded.\n\n- `Example:` \"availability_feed_1574117613_001_of_002.json.gz\"\n\n**Sharded Availability feed example** \n\n### Shard 0\n\n```scdoc\n{\n \"metadata\": {\n \"processing_instruction\": \"PROCESS_AS_COMPLETE\",\n \"shard_number\": 0,\n \"total_shards\": 3,\n \"nonce\": 111111,\n \"generation_timestamp\": 1524606581\n },\n \"service_availability\": [\n {\n \"availability\": [\n {\n \"spots_total\": 1,\n \"spots_open\": 1,\n \"duration_sec\": 3600,\n \"service_id\": \"1000\",\n \"start_sec\": 1577275200,\n \"merchant_id\": \"merchant1\",\n \"confirmation_mode\": \"CONFIRMATION_MODE_SYNCHRONOUS\"\n }\n ]\n }\n ]\n}\n```\n\n### Shard 1\n\n```scdoc\n{\n \"metadata\": {\n \"processing_instruction\": \"PROCESS_AS_COMPLETE\",\n \"shard_number\": 1,\n \"total_shards\": 3,\n \"nonce\": 111111,\n \"generation_timestamp\": 1524606581\n },\n \"service_availability\": [\n {\n \"availability\": [\n {\n \"spots_total\": 1,\n \"spots_open\": 1,\n \"duration_sec\": 3600,\n \"service_id\": \"1000\",\n \"start_sec\": 1577620800,\n \"merchant_id\": \"merchant2\",\n \"confirmation_mode\": \"CONFIRMATION_MODE_SYNCHRONOUS\"\n }\n ]\n }\n ]\n}\n```\n\n### Shard 2\n\n```scdoc\n{\n \"metadata\": {\n \"processing_instruction\": \"PROCESS_AS_COMPLETE\",\n \"shard_number\": 2,\n \"total_shards\": 3,\n \"nonce\": 111111,\n \"generation_timestamp\": 1524606581\n },\n \"service_availability\": [\n {\n \"availability\": [\n {\n \"spots_total\": 1,\n \"spots_open\": 1,\n \"duration_sec\": 3600,\n \"service_id\": \"1000\",\n \"start_sec\": 1576670400,\n \"merchant_id\": \"merchant3\",\n \"confirmation_mode\": \"CONFIRMATION_MODE_SYNCHRONOUS\"\n }\n ]\n }\n ]\n}\n```\n\nUsing sharding for partner distributed inventory\n------------------------------------------------\n\nIt can be challenging for partners to consolidate inventory distributed\nacross multiple systems and or regions into a single feed. Sharding can be\nused to resolve reconciliation challenges by setting each shard to match each\ndistributed system's inventory set.\n\nFor example, say a partner's inventory is separated into 2 regions (US and EU\ninventory), which live in 2 separate systems.\n\nThe partner can break each feed into 2 files (or shards):\n\n- Merchants feed: 1 shard for US, 1 shard for EU\n- Services feed: 1 shard for US, 1 shard for EU\n- Availability feed: 1 shard for US, 1 shard for EU\n\nFollow the steps below to ensure the feeds are properly processed:\n\n1. Decide on an upload schedule, and configure each instance of inventory to follow the schedule.\n2. Assign unique shard numbers for each instance (e.g. US = N, EU = N + 1). Set `total_shards` to the total number of shards.\n3. At each scheduled upload time, decide on a `generation_timestamp` and `nonce`. In the `FeedMetadata`, set all instances to hold the same values for these two fields.\n - `generation_timestamp` should be current or recent past (ideally, the partner's read-at database timestamp)\n4. After all shards are uploaded, Google groups the shards via `generation_timestamp` and `nonce`.\n\n| **Note:** Feeds/shards arriving separately at different times is supported, but coordinated schedules is best. Feed processing occurs only when all shards in a feed set are uploaded.\n\nGoogle will process the feed as one even though each shard represents a\ndifferent region of the partner's inventory and could be uploaded at a\ndifferent time of the day as long as the `generation_timestamp`\nis the same across all shards.\n\n**Sharded Availability feed example by region** \n\n### Shard 0 - US Inventory\n\n```scdoc\n{\n \"metadata\": {\n \"processing_instruction\": \"PROCESS_AS_COMPLETE\",\n \"shard_number\": 0,\n \"total_shards\": 2,\n \"nonce\": 111111,\n \"generation_timestamp\": 1524606581\n },\n \"service_availability\": [\n {\n \"availability\": [\n {\n \"spots_total\": 1,\n \"spots_open\": 1,\n \"duration_sec\": 3600,\n \"service_id\": \"1000\",\n \"start_sec\": 1577275200,\n \"merchant_id\": \"US_merchant_1\",\n \"confirmation_mode\": \"CONFIRMATION_MODE_SYNCHRONOUS\"\n }\n ]\n }\n ]\n}\n```\n\n### Shard 1 - EU Inventory\n\n```scdoc\n{\n \"metadata\": {\n \"processing_instruction\": \"PROCESS_AS_COMPLETE\",\n \"shard_number\": 1,\n \"total_shards\": 2,\n \"nonce\": 111111,\n \"generation_timestamp\": 1524606581\n },\n \"service_availability\": [\n {\n \"availability\": [\n {\n \"spots_total\": 1,\n \"spots_open\": 1,\n \"duration_sec\": 3600,\n \"service_id\": \"1000\",\n \"start_sec\": 1577620800,\n \"merchant_id\": \"EU_merchant_1\",\n \"confirmation_mode\": \"CONFIRMATION_MODE_SYNCHRONOUS\"\n }\n ]\n }\n ]\n}\n```"]]