On Nov 15, 10:48 am, fastest963 <[EMAIL PROTECTED]> wrote:
> 2) Store data as arrays for each updating and fetching (see serialize)

This actually is a slow down, You should store each tweet as a row in
the table
and not 10 tweets as 1 serialized row. You not only can't search well,
but updates,
and retrieval will be hindered.

Reply via email to