Sequence of Video Indexer indexing outputs of videos having same duration with other factors being same

47 Views Asked by At
  1. Does VideoIndexer finish indexing videos in sequence if video duration is 1min each and are sent after a consecutive gap of 1min?
  2. Will it affect the speed of indexing when multiple instances of indexing are in progress?
1

There are 1 best solutions below

2
MSFT_FvN On

The documentation offers some guidance to scale Video Indexer at scale. https://learn.microsoft.com/azure/azure-video-indexer/considerations-when-use-at-scale

  1. Jobs are put on a queue and handled in parallel. Scaling is done by Video Indexer backend.
  2. Jobs are picked up as fast as possible and adding multiple jobs won't affect individual jobs. There can be a time for scaling additional resources if large quantities of jobs are added. It's best to add all jobs at the same time within the API limits to avoid the risk of fighting up/down scale logic.