|
No matter how theoretical, or how big you scale this problem, it won't make any difference. Weather you retrieve 2 cells with x data, or 1 cell with 2x data, the same amount of data must still be retrieved. Maybe it will differ on some bits, depending on the internal structure to store the data, but the size of your application to actually notice any differance must be ridiculous.
Just choose the more logical one, which makes your job easier. In this specific case it makes more sense to store title and url individually.
__________________
Your answers will only be as good as your question. Formulate it well and give all the necessary information.
|