On 24 Mei 2011, at
18:56,
Piotr Przybylski <
piotr.prz@gmail.com> wrote:
>
2011/5/24 Aris Feryanto <
aris_feryanto@yahoo.com>:
> Remember that when storing data per table you will have to set some
> upper limit, or you may have data in which half of the tables don't
> exist. Limiting eg. to 100 takes care of dealing with removed tables -
> after some time you will just "forget" about them (they get pushed out
> of saved table list).
Thank you for the good suggestion, Piotr. I will limit the records if I store them per table.