最近、Vimeo ID が 8 つの整数の文字列であることに気付きました。これは、最大で 10^8 ビデオ、つまり 1 億ビデオに対応できるスキームであることを意味します。確かに、これは膨大な数ですが、それでも非常に有限です。すぐにスペースが足りなくなりませんか?整数を追加したり、文字や整数などに変更したりする場合に備えて、アプリケーションを計画する必要がありますか? または、私が見逃しているものがありますか?
3 に答える
There are videos with less than 8 digits, so it would seem they're just increasing the number by 1 for each video. You should in other words definitely plan for a 9'th digit.
Personally, I'd store the whole URL for videos as a string, which would let you handle any future video numbering scheme they can think up. Counting on them always being numeric for ever is probably not a good idea, everybody seems to be doing vanity URL's by now :)
No, they won't. They can just add more digits if necessary.
Also note that Vimeo's URIs are largely conforming to the W3C's recommendations for URIs in that they don't reveal internal implementation details - so you cannot say for certain that video IDs truly are 8-digit integer strings.
からの公式の回答Vimeo
は、現在存在する識別情報を変更する計画はないというものです。
また、この情報は vimeo ID の数値ストレージを確立するのにも役立ちます。