I have a website which converts PDF files into JPEG and then stores every page inside a table. Each page will be used for text annotations.
Like this:
(id)*optional | slide_id | belongs_to_PDF | created
You upload a PDF(50 pages) and it will create 50 DB entries. Is there any other way except document based? So when there are like 1000 free users a day betatesters, this table gets large compared to all others.
Will this affect the performance?
Thank you very much for your help.