JCR を使用している wcm でファイルを整理する適切な方法は何ですか。合計ファイル数が 100,000 以上のファイルで、合計ファイル サイズが約 50 ~ 70GB であるとします。ファイルの種類ごとにファイルを整理する方が良いですか (サブディレクトリを作成して、ファイルをカテゴリごとにさらにグループ化します)。
利点は何ですか。クエリ API、メンテナンス、または何かを使用しているときに違いはありますか。
Proposal 1:
--shared
------images
------pdf
------movies
--location1
------images
------pdf
------movies
--location2
------images
------pdf
------movies
Proposal 2:
--pdf
-------shared
-------location1
-------location2
--images
--------shared
--------location1
--------location2
.. etc