Zend Framework table Relationships
Posted
by Uffo
on Stack Overflow
See other posts from Stack Overflow
or by Uffo
Published on 2010-05-31T19:09:44Z
Indexed on
2010/05/31
19:13 UTC
Read the original article
Hit count: 297
I have a table with over 4 million rows, I want to split this table in more tables, i.e one table with 50k rows. I also need to perform a search on these tables, whats the best way to do it? with JOIN, or? do you have some better ideas?
Best Regards,
© Stack Overflow or respective owner