Zend Framework table Relationships
- by Uffo
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,