5000 Pages Under Single Node - Performance Impact?
Hi, We are migrating content from legacy system where content is stored in flat structure. Each page has unique name and there is no identifier or pattern.
Example: /site/test/page...1 -> /site/test/page...5000
Approximately there are 5000 pages. After we move to AEM this old links should still work. Is there a performance impact on creating 5000 pages under single node. I am aware that it is not recommended to have more than 1000 node under single parent. However, We are planning to use Redirect Manager and redirect user to new pages with new structure.
Approach:
Create 5000 dummy/empty pages in AEM in a flat structure. During migration, create actual pages in proper AEM structure (content/folder1/page1). Use Redirect Manager to map dummy page to actual content.