Performance if Creating 10,000 pages in CQ
I have 10,000 items data in database, and I want to migrate it into AEM 6.0. Can anyone please suggest me which is a best option to do this.
1. Should I create 10,000 Pages in CQ through some Script?
2. Should I store these 10,000 pages data in some catalog and create 1 Page in CQ.
I have to provide a search box as well with auto suggest feature,
If I will go with #1 option will it cause a performance issue for this search feature (If i will search using XPath or SQL in code)?
and is there is any restriction from CQ to create specific number of pages?
Thanks in Advance