R
Roy Goldhammer
Hello there
I have some table with two many fields on the same table: 40
This table works very slow and i thing that maybe i will split the table to
many tables.
The question is: will splitting table will bring better preformance?
here is the splitting i think:
1. rare data: there is data that always being entered and there is data that
entered rarly. Is it right to move the rare data to new table?
2. this table provide me not only one type of data (all the record and not
some field) but 3 types of data that is very similar. The diffrance between
these data comes with 2 or 3 fields that use to all the diffrence. Will it
be smart to create new 3 tables of almost the same type exapt the data
diffrence and store all the data of the 3 types of data on each table?
I have some table with two many fields on the same table: 40
This table works very slow and i thing that maybe i will split the table to
many tables.
The question is: will splitting table will bring better preformance?
here is the splitting i think:
1. rare data: there is data that always being entered and there is data that
entered rarly. Is it right to move the rare data to new table?
2. this table provide me not only one type of data (all the record and not
some field) but 3 types of data that is very similar. The diffrance between
these data comes with 2 or 3 fields that use to all the diffrence. Will it
be smart to create new 3 tables of almost the same type exapt the data
diffrence and store all the data of the 3 types of data on each table?