Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question

closed as not a real question by Alix Axel, Vikdor, Waynn Lue, Chathuranga Chandrasekara, j0k Oct 16 '12 at 7:31

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.