C
Cicada
My original table is like this:
Book_Index Translation1 Translation2 ... Translation5
<Integer> <Memo> <Memo> <Memo>
There are total 40,000 records x above 6 fields.
Number of Translations are always fixed and equal for each record, not
variable.
Importances of each Memo are equal.
In my Form & Report, I will output both format:
1. Index + Single Translation
2. Index + Multi Translation
Now, should I break this table into 5 (One index with one translation only)
?
Which Table Format consume less memory?
Which Table Format run faster?
N.B. I am using an application similar to MS Access, but it can access one
Database in the same moment only.
Therefore, all Tables and Forms are always stored in the same file.
Book_Index Translation1 Translation2 ... Translation5
<Integer> <Memo> <Memo> <Memo>
There are total 40,000 records x above 6 fields.
Number of Translations are always fixed and equal for each record, not
variable.
Importances of each Memo are equal.
In my Form & Report, I will output both format:
1. Index + Single Translation
2. Index + Multi Translation
Now, should I break this table into 5 (One index with one translation only)
?
Which Table Format consume less memory?
Which Table Format run faster?
N.B. I am using an application similar to MS Access, but it can access one
Database in the same moment only.
Therefore, all Tables and Forms are always stored in the same file.