Hello,
I am setting up a site using EE that has a large amount of data ~ 250,000 rows worth. I have a channel named product1 and product2. Each of these currently create an entry in channel_fields and channel_data and channel_titles. is there a way to split this into different table by modding the channel module? I want it to go into
product1_channel_fields, product1_channel_titles and product1_channel_data and similarly product2_channel_fields, product2_channel_titles and product2_channel_data .
Is there any way i can achieve this in EE?
Thanks